Commit Graph

4913 Commits

Author SHA1 Message Date
Ed Morley
fe0db58bce Backout ba7da6256b23 (bug 726444) for talos regressions; a=mak 2012-03-11 23:38:53 +00:00
Dão Gottwald
85f60cd6e7 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
20bb7944b3 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
1a317a9cc9 Bug 733339 - part 2: replace gPageStyleMenu.setStyleDisabled with gPageStyleMenu.disableStyle. r=dolske 2012-03-11 05:24:35 +01:00
Dão Gottwald
1bbca3ec46 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
Paolo Amadini
ebd422385f 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
Matt Brubeck
e880deff17 Back out d8946e029410 (bug 710431) because of browser_ConsoleStorageAPITests.js failures on Linux 2012-03-09 09:01:44 -08:00
Neil Deakin
4d1e43b519 Bug 710431, add telemetry for new browser window command, r=dao 2012-03-09 10:41:50 -05:00
Marco Bonardo
9e7b35cccc Merge last PGO-safe changeset from inbound to central 2012-03-09 13:33:59 +01:00
Tim Taubert
418f6efd05 Bug 722273 - [New Tab Page] clear internal links cache on 'browser:purge-session-history'; r=dietrich 2012-03-05 20:59:56 +01:00
Rob Campbell
b13d39e0b9 merge fx-team to m-c 2012-03-08 10:30:11 -04:00
Tim Taubert
a6ba040421 Bug 723121 - [New Tab Page] Dragging and clicking on a thumbnail freezes the thumbnail grid; r=dietrich 2012-03-08 12:57:26 +01:00
Tim Taubert
1e660d38f8 Backed out changeset b5a3e22944f9 (bug 711157)
--HG--
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
rename : browser/base/content/abouthome/aboutHome.css => browser/base/content/aboutHome.css
rename : browser/base/content/abouthome/aboutHome.js => browser/base/content/aboutHome.js
rename : browser/base/content/abouthome/aboutHome.xhtml => browser/base/content/aboutHome.xhtml
2012-03-08 08:35:15 +01:00
Tim Taubert
0b897d3c88 Backed out changeset 3bb5b7d3a6f1 (bug 711157) 2012-03-08 08:35:15 +01:00
Marco Bonardo
7d169993ad Merge inbound and central 2012-03-07 10:33:11 +01:00
Matt Brubeck
465b97cf40 Merge mozilla-central to mozilla-inbound 2012-03-08 16:27:40 -08:00
Ekanan Ketunuti
751f71d71a Bug 734027 - Decode percent encoding on non-ASCII filename when saving a video snapshot. r=jaws 2012-03-08 18:18:35 +07:00
Alastair Robertson
9332f257c6 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
29f8c6c519 Bug 716334 - Avoid making the browser window visible before the layout is rendered. r=felip 2012-03-06 23:28:09 +01:00
Gregory Szorc
19a9d0596b Merge services-central into mozilla-central 2012-03-05 15:18:16 -08:00
Justin Dolske
367115c5e2 Bug 720294 - Refactor style sheet switching code in browser.js. r=gavin 2012-03-05 11:53:34 +01:00
Richard Newman
ddba48709e Merge m-c to s-c. 2012-03-05 00:03:16 -08:00
Neil Rashbrook
02dd7706ab Bug 732738 textbox should only execute inline onfocus and onblur event handlers once r=smaug 2012-03-04 14:57:45 +00:00
Richard Newman
3b1d063ea7 Merge m-c to s-c.
--HG--
rename : browser/base/content/syncProgress.xhtml => browser/base/content/sync/progress.xhtml
2012-03-02 17:45:57 -08:00
Elad Alfassa
74d1083ea9 Bug 713634 - [RTL] Firefox Sync completion message doesn't contain dir=rtl. r=philikon 2012-03-01 18:04:08 -08:00
Richard Newman
bcc76d5a64 Merge m-c to s-c. 2012-02-26 22:42:25 -08:00
Richard Newman
a902703a77 Merge m-c to s-c. 2012-02-23 19:24:43 -08:00
Luis Arteaga
6f690acbe2 Bug 727682 - Remove superfluous Services.jsm import; r=gps 2012-02-23 12:38:34 -08:00
Robert Kaiser
a800ec0620 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
Ed Morley
3c6da09e8c Merge mozilla-central to mozilla-inbound 2012-03-04 23:56:40 +00:00
Chris Pearce
957c0312df 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
Ed Morley
ef395cb269 Merge mozilla-central to mozilla-inbound 2012-02-23 01:03:16 +00:00
Ed Morley
d3e7abd696 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-22 22:20:54 +00:00
Dan Witte
8a0abc1705 Bug 729363 - Don't dump to console when shell service unavailable. r=gavin 2012-02-22 14:06:55 +01:00
Gavin Sharp
ff0dbc5d82 Bug 724309: even more debug logging for diagnosing browser_homeDrop oranges
--HG--
extra : transplant_source : %E1%D6%E3%28%E6%3A%F2u%B1%5DK%23%DAi%7D%7C%82%E4%BF%DC
2012-02-22 15:11:43 -08:00
Chris Pearce
1cc159adc4 Bug 729307 - Add full-screen-api.exit-on-deactivate pref. r=dao 2012-02-23 10:15:36 +13:00
Frank Yan
9449474d83 Bug 711157 - Followup for about:home Visual Refresh & Launcher. r=mak 2012-03-07 02:36:05 -08:00
Tim Taubert
27aea514dd Backed out changeset ad37c208588d (bug 722273) 2012-03-06 11:05:58 +01:00
Frank Yan
d18e9d2c9e 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-05 20:12:02 -08:00
Tim Taubert
186f51e1c4 Bug 722273 - [New Tab Page] clear internal links cache on 'browser:purge-session-history'; r=dietrich 2012-03-05 20:59:56 +01:00
Rob Campbell
eb749cad65 merge fx-team to m-c 2012-02-22 12:47:22 -04:00
Gregory Szorc
32d839196b Merge m-c into s-c 2012-02-21 15:04:45 -08:00
Richard Newman
14f1f26047 Merge m-c to s-c. 2012-02-21 09:32:23 -08:00
Richard Newman
234a6fbf2e Merge m-c to s-c. 2012-02-18 23:36:35 -08:00
Ed Morley
1e96d54979 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-18 11:16:37 +00:00
Richard Newman
5886d01de1 Merge m-c to s-c. 2012-02-17 19:04:00 -08:00
Tim Taubert
2620dce373 merge m-c to fx-team 2012-02-18 02:03:47 +01:00
Pranav Ravichandran
c96d92f33e Bug 727709 - Papercut: add mention of "default" to server chooser in Firefox Sync setup. r=rnewman 2012-02-17 13:53:58 -08:00
Tim Taubert
fcafd1e916 Bug 725200 - about:newtab briefly shown in location bar of new tab; r=gavin 2012-02-17 22:26:38 +01:00
Ed Morley
cf6d87f9ba Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-17 11:06:18 +00:00