Kyle Huey
34b94a5666
Merge the last good pgo-green cset on mozilla-inbound to mozilla-central.
2012-03-28 07:40:52 -07:00
Dão Gottwald
9fc03e3e31
Bug 739093 - Remove the fullscreenflex. r=felipe
2012-03-28 10:33:17 +02:00
Ehsan Akhgari
178893c1ce
Bug 723353 - Add browser.js APIs for per-window Private Browsing; r=gavin,jdm
2012-03-22 22:02:00 -04:00
Jared Wein
308b47322a
Backed out changeset 77319b44907b (bug 711552)
2012-03-27 15:20:45 -07:00
Chris Pearce
20a1f1e3bc
Bug 739116 - Remove fullscreen's "deactivate" listener on non-Lion systems upon leaving fullscreen. r=dao
2012-03-27 10:12:18 +13:00
Dão Gottwald
724fa1a182
Bug 585946 - Location / search bar splitter moves to the end of the toolbar when toggling "tabs on top". r=neil
2012-03-25 18:10:36 +02:00
Frank Yan
9ea57279c5
Bug 731546 - Add link to marketplace on about:home. r=mak
2012-03-23 07:12:34 -07:00
Mounir Lamouri
e541c5972c
Merging mozilla-inbound into mozilla-central.
2012-03-21 11:29:28 +01:00
Dão Gottwald
e37aae3ddb
Bug 734706 - The Page Style menu's "No Style" menu item shouldn't have to stop the command event propagation. r=dolske
...
--HG--
extra : rebase_source : 9ec2ad2ab0ae529b24dd8f7ed2756295061cb545
2012-03-21 09:13:36 +01:00
Paul O’Shannessy
62ec9ec258
Bug 639705 (Lion Full Screen) Part 3: Make Firefox support Lion Full Screen on browser windows [r=dao]
...
--HG--
extra : rebase_source : 5bd252ce3fde6d008c3e9b4335903d8480d31bbf
2012-03-20 16:21:15 -07:00
Neil Deakin
6f77d4ee69
Bug 710431, add telemetry for new browser window command, r=dao
2012-03-20 11:20:56 -04:00
Ehsan Akhgari
5f8dc0569d
Merge mozilla-central into mozilla-inbound
2012-05-04 16:29:42 -04:00
Dão Gottwald
c3999d901c
Bug 748385 - Remove browser.identity.ssl_domain_display. r=mano
2012-05-04 20:37:20 +02:00
Dão Gottwald
10e4fe44d4
Bug 751924 - JS strict warnings in gGestureSupport code because functions don't always return a value. r=fryn
2012-05-04 20:37:01 +02:00
Jared Wein
1b63fb2175
Bug 743421 - Anchor navigation resets click-to-play state. r=felipe
2012-05-04 11:12:55 -04:00
Jared Wein
9c73aa8d46
Bug 711552 - Click to play plugins for desktop Firefox. r=felipe
2012-01-02 16:06:10 -08:00
Gavin Sharp
d1b209dd2c
merge fx-team into m-c
2012-03-15 21:39:33 -07:00
Frank Yan
e13fa83e57
Bug 736279 - Followup to about:home Visual Refresh. r=mak
2012-03-15 15:58:09 -07:00
Frank Yan
ad5dbd581e
Bug 711157 - about:home Visual Refresh & Launcher. r=mak ui-r=shorlander
...
--HG--
rename : browser/base/content/aboutHome.css => browser/base/content/abouthome/aboutHome.css
rename : browser/base/content/aboutHome.js => browser/base/content/abouthome/aboutHome.js
rename : browser/base/content/aboutHome.xhtml => browser/base/content/abouthome/aboutHome.xhtml
rename : browser/base/content/aboutHome-snippet1.png => browser/base/content/abouthome/snippet1.png
rename : browser/base/content/aboutHome-snippet2.png => browser/base/content/abouthome/snippet2.png
2012-03-14 16:10:12 -07:00
Matt Brubeck
18cb28b830
Merge from mozilla-central to mozilla-inbound
2012-03-12 17:38:23 -07:00
Fabrice Desré
7d52a85dde
Bug 697006 - Add desktop support for the Open Web Apps API - Part 2 : UI [r=gavin]
2012-03-12 17:33:10 -07:00
Daniel Holbert
e0cd7fdbe8
merge m-i to m-c
2012-03-11 19:40:36 -07:00
Dão Gottwald
24a7a36707
Bug 734273 - tab bar sometimes shows scroll arrows with only one tab after startup. r=felipe
...
- delayed updateVisibility to the load event since the constructor runs earlier
- added _propagatedVisibilityOnce instead of unconditionally calling _propagateVisibility after calling updateVisibility for the first time, since this needlessly propagated the visibility twice in a row with browser.tabs.autoHide = false
- removed the syncUI call from TabsOnTop.init since updateVisibility takes care of this
2012-03-12 01:59:33 +01:00
Ed Morley
f6653e490a
Backout ba7da6256b23 (bug 726444) for talos regressions; a=mak
2012-03-11 23:38:53 +00:00
Dão Gottwald
1682a7f62d
Bug 733339 - part 4: mark getAllStyleSheets as internal while keeping the legacy function. r=dolske
2012-03-11 05:25:42 +01:00
Dão Gottwald
7bb6a40648
Bug 733339 - part 3: make the content window passed to gPageStyleMenu.switchStyleSheet optional. r=dolske
2012-03-11 05:25:02 +01:00
Dão Gottwald
0828caf24b
Bug 733339 - part 2: replace gPageStyleMenu.setStyleDisabled with gPageStyleMenu.disableStyle. r=dolske
2012-03-11 05:24:35 +01:00
Dão Gottwald
593fb6bde2
Bug 733339 - part 1: remove unneeded legacy style sheet switching functions and bind remaining ones to gPageStyleMenu. r=dolske
2012-03-11 05:23:51 +01:00
Alastair Robertson
10824569cc
Bug 311605 - default browser checking should be done from nsBrowserGlue, not in delayedStartup. r=gavin
2012-03-06 23:28:53 +01:00
Dão Gottwald
aef86e13cf
Bug 716334 - Avoid making the browser window visible before the layout is rendered. r=felip
2012-03-06 23:28:09 +01:00
Paolo Amadini
749f7c69ab
Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
...
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-03-10 15:00:45 +01:00
Justin Dolske
b760ef4d66
Bug 720294 - Refactor style sheet switching code in browser.js. r=gavin
2012-03-05 11:53:34 +01:00
Chris Pearce
4970224fb4
Bug 729872 - Exit HTML fullscreen mode asynchronously on window deactivate so as to not confuse the focus manager. r=dao
2012-03-05 11:03:26 +13:00
Dão Gottwald
3d856e4d2e
Bug 730629 - Hide http:// and single trailing slashes when displaying hyperlink target URLs. r=gavin ui-r=limi
2012-03-14 13:20:03 +01:00
Matt Brubeck
c12e242618
Back out d8946e029410 (bug 710431) because of browser_ConsoleStorageAPITests.js failures on Linux
2012-03-09 09:01:44 -08:00
Neil Deakin
6bd71c120f
Bug 710431, add telemetry for new browser window command, r=dao
2012-03-09 10:41:50 -05:00
Mike Hommey
c1fe921682
Bug 703523 - #ifdef some windows and crash reporter specific parts of browser.js. r=gavin
2012-02-27 08:23:35 +01:00
Paolo Amadini
381df3e279
Bug 728141 - Replace old synchronous favicons calls in browser. r=dao
...
--HG--
extra : rebase_source : 89d601c95373e227a9b90c64efc973303be716b2
2012-02-23 11:30:48 +01:00
Marco Bonardo
d20e75ed38
Bug 613588 (Frontend) - Load-on-demand livemarks.
...
r=dietrich,mano
2012-02-24 13:42:26 +01:00
Robert Kaiser
6f486835c1
bug 643172 - Some searchbar cleanup found by SeaMonkey reviews - whitespace and nits, r=gavin
...
--HG--
extra : transplant_source : 3Q%B9tgA%B8e%A8G%BEc%3B%1D%16%3E%9C%FA%F1%8C
2012-02-23 13:55:04 +01:00
Chris Pearce
ccf544f152
Bug 729307 - Add full-screen-api.exit-on-deactivate pref. r=dao
2012-02-23 10:15:36 +13:00
Michael Ratcliffe
8a5b2cb74e
Bug 585563 - The inspector style panel should link to the CSS editor; r=dcamp f=cedricv
2012-02-10 13:39:47 +00:00
Gavin Sharp
56598d7510
Bug 727131: add pref to control whether searches from the context menu open in the background, r=dao
2012-02-14 17:50:40 -08:00
Matthew Noorenberghe
3bf8091b5c
Bug 724116 - Add additional URL types to implement channel parameter for Google search plugin. r=gavin
...
Based on Gavin's patch for bug 596439.
--HG--
rename : browser/components/search/test/testEngine.xml => browser/components/search/test/testEngine_mozsearch.xml
extra : rebase_source : c2d88610668c305a7a1710fb69a99a44d8f23bb7
2011-03-18 14:56:46 -07:00
Frank Yan
b918da1332
Bug 695482 - Open 'Search Google for <selection>' in the foreground. r=gavin ui-r=limi
2011-10-18 16:14:16 -04:00
Frank Yan
5ff8fa51f6
Back out patch for bug 704538 because it's no longer needed. a=gavin
2012-02-13 14:38:37 -08:00
Ed Morley
ef252facd1
Merge mozilla-central to mozilla-inbound
2012-02-10 14:03:24 +00:00
Tim Taubert
f118ef83b3
merge m-c to fx-team
2012-02-10 14:26:49 +01:00
Veeraya Pupatwibul
f3e79511f4
Bug 722305 - Remove contentAreaClick's redundant return value. r=dao
2012-02-10 14:11:53 +01:00
Tim Taubert
f3ab1649e7
Bug 723873 - setting about:newtab as homepage should place the cursor in the location bar at startup; r=dao
2012-02-09 16:30:37 +01:00
Tim Taubert
64d4bdb205
merge m-c to fx-team
2012-02-09 09:28:33 +01:00
Dietrich Ayala
114624e575
Bug 715402 - Wait for chrome MozAfterPaint before executing any code not critical to making the initial window visible; r=gavin
2012-02-08 17:46:51 +01:00
Tim Taubert
ef79bbf711
Backed out changeset b3a4b572a634 (bug 715402)
2012-02-09 20:20:30 +01:00
Mounir Lamouri
be36ebc4ba
Merge mozilla-central into mozilla-inbound.
2012-02-09 11:31:59 +01:00
Paul O’Shannessy
4eaf68d0ab
Bug 721860 - addonBar keyboard shortcut enabled in non-browser windows [r=gavin]
2012-02-08 11:59:32 -08:00
Gavin Sharp
ec26eb5fde
Back out parts of bug 698986 to resolve bug 716945
2012-01-30 15:37:59 -08:00
Panagiotis Astithas
854933e0fb
Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend
2012-02-07 13:22:30 -04:00
Dão Gottwald
fd612d89f0
Bug 724286 - Fix TelemetryTimestamps, AddonManagerPrivate global scope pollution and whitelist __SSi. r=dietrich
2012-02-05 21:22:57 +01:00
Matthew Noorenberghe
f018d13961
Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
...
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
2011-11-07 21:20:42 -08:00
Ed Morley
5483df1d20
Merge mozilla-central to mozilla-inbound
2012-02-07 21:05:31 +00:00
Simon Montagu
c37a1913de
Change SetForcedCharset to BrowserSetForcedCharacterSet. Bug 724776, r=gavin
2012-02-07 22:10:08 +02:00
Tim Taubert
34f2a13f23
merge m-c to fx-team
2012-02-04 11:31:07 +01:00
Jared Wein
57c3670934
Bug 723515 - Add telemetry probe for the opening time of the Firefox app menu. r=ttaubert
2012-02-03 13:32:11 +01:00
Jared Wein
b0fd45b673
Bug 723090 - Add telemetry probe for the opening time of the site identity popup. r=dietrich
2012-02-02 12:06:42 +01:00
Dão Gottwald
c0ddbabaa0
Bug 574971 - Remove WindowDraggingElement's redundant 'window' argument. r=enn
2012-02-02 09:28:04 +01:00
Gavin Sharp
c2834860a5
Bug 718203: don't allow drops of javascript: URIs on the home button, r=enndeakin, sr=bz
...
--HG--
extra : transplant_source : %ADP%C0%F8%8D%C4%A2v%BC%E5ZM%FC%D6BB%B7A%1E%07
2012-01-30 17:58:30 -08:00
Tim Taubert
39baaa468e
Bug 721413 - [New Tab Page] Load links lazily when opening a new tab; r=mak
2012-01-27 14:55:03 +01:00
Tim Taubert
3034f95b20
Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin
2012-01-25 23:43:27 +01:00
Tim Taubert
6210f83731
Backed out changeset 746adaa9c9da (bug 455553)
2012-01-26 18:27:49 +01:00
Tim Taubert
2b7a23c080
merge fx-team to m-c
2012-01-26 08:45:50 +01:00
Tim Taubert
e82d020767
merge fx-team to m-c
2012-01-26 08:36:07 +01:00
Owen Carpenter ext:(%3B%20Devan%20Sayles%20%3Cdevan.sayles%40gmail.com%3E%3B%20Joe%20Chen%20%3Cjoejoevictor%40gmail.com%3E%3B%20Jon%20Rietveld%20%3Cjonrietveld%40gmail.com%3E)
4ca07b8e14
Bug 716464 - Typing about:Addons into the url bar loads the add-ons manager but doesn't hide the address bar (the test is case sensitive). r=bmcbride
2012-01-25 17:19:14 -08:00
Tim Taubert
ea80ee7eb8
Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin
2012-01-25 23:43:27 +01:00
Rogério Gonçalves
80d7512dee
Bug 719850 - Web Console should be checked according to the selected tab. r=dao
2012-01-25 13:42:53 +01:00
Dão Gottwald
6bbf7d8a6e
Backed out changeset 1fe477ec35e9
2012-01-25 14:50:27 +01:00
User Rogério Gonçalves
22ac193955
Bug 719850 - Web Console should be checked according to the selected tab. r=dao
2012-01-25 13:42:53 +01:00
Henri Sivonen
77bda48bf8
Bug 358452 - Make the behavior of space, tab, carriage return and line feed in title attribute tooltips HTML5-compliant / IE-compatible. r=dao
2012-01-25 10:59:36 +00:00
Tim Taubert
e72129d811
Bug 497543 - Part 3 - Browser integration; r=dao
2012-01-19 16:01:43 +01:00
Gavin Sharp
4211f48877
Bug 717105: add TelemetryTimestamps module to collect arbitrary timestamps with telemetry, and start using it for browser startup and sessionstore, r=zpao, r=taras
2012-01-10 16:19:06 -08:00
Matt Brubeck
7a066fff8d
Merge last green changeset from mozilla-inbound to mozilla-central
2012-01-24 10:34:46 -08:00
Tim Taubert
88a828f072
merge fx-team to m-c
2012-01-24 15:05:47 +01:00
Simon Montagu
d7c7ea501c
Rename BrowserSetForcedDetector and remove unnecessary parameter. Bug 720310, r=gavin
2012-01-24 11:52:05 +02:00
Simon Montagu
b94da4bbfd
Remove unused forcedDetector property. Bug 713825, r=bz
2012-01-24 11:52:05 +02:00
Simon Montagu
01326f327c
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
2012-01-24 11:52:05 +02:00
Simon Montagu
6055067770
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
2012-01-24 11:52:04 +02:00
Dão Gottwald
0822b0d798
Bug 485237 - Use \!toolbar.visible instead of the chromehidden attribute existence to identify popups. r=gavin
...
--HG--
extra : rebase_source : e5a18e5dca37e8ce3a0b5c832b376787d269b310
2012-01-24 01:37:54 +01:00
Dao Gottwald
706992fd3b
Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell
2012-01-23 11:50:11 -04:00
Justin Dolske
0cf224c75f
Bug 720288 - Don't do a default browser check in debug builds. r=gavin
2012-01-22 21:07:52 -08:00
Ed Morley
23deb13da3
Merge last green changeset of mozilla-inbound to mozilla-central
2012-01-21 02:31:32 +00:00
Tim Taubert
f3fe0121e4
Backed out changeset 13e27937167b (bug 497543)
2012-01-20 12:07:47 +01:00
Tim Taubert
9380a6ccfb
Backed out changeset 6fd9a7eb3b01 (bug 455553)
2012-01-20 12:07:30 +01:00
Tim Taubert
8d07f57696
Bug 455553 - Part 3 - about:newtab integration; r=gavin
2012-01-20 02:42:18 +01:00
Tim Taubert
fbe919b61b
Bug 497543 - Part 3 - Browser integration; r=dao
2012-01-19 16:01:43 +01:00
Frank Yan
d2fec41076
Bug 593645 - Use popup.triggerNode for tab context menu. r=dao
2012-01-17 21:48:22 -08:00
Marco Bonardo
5acdef53c1
Merge last PGO-safe green changeset from mozilla-inbound to mozilla-central
2012-01-14 10:01:34 +01:00
Tim Taubert
97476878ea
merge m-c to fx-team
2012-01-13 11:40:59 +01:00
Paul O’Shannessy
2d1a9edfb0
Bug 717030 - Cancel fullscreen animation when entering dom fullscreen [r=dao]
2012-01-11 11:16:52 -08:00
Dão Gottwald
07793fbbed
Bug 694084 - Showing/hiding the conditional forward button resizes the search bar in a new profile (when the url/search bar splitter hasn't been used). r=gavin
2012-01-12 22:25:13 +01:00
Dão Gottwald
bb817daa90
Bug 646038 - URL destination flickers when the mouse pointer is over a link positioned at the bottom corner. r=gavin
2012-01-12 22:24:44 +01:00
Dão Gottwald
1b13c16d77
Bug 694084 - fix typo
...
--HG--
extra : rebase_source : dcbbfc8c2ab9325c4d4af877c7fc2fba70256657
2012-01-13 17:18:33 +01:00