Frank Yan
013e508f47
Bug 736512 - Followup to about:home refresh broke long labels. r=mak
2012-03-16 10:01:04 -07:00
Tim Taubert
9d3fdaa123
Bug 726272 - check if currentDocumentChannel is a valid channel; r=bustage-fix
2012-03-16 18:58:01 +01:00
Tim Taubert
9caf52026d
Bug 726272 - [Page Thumbnails] don't capture error pages; r=dietrich
2012-03-16 16:13:58 +01:00
Tim Taubert
6dc6c177cc
Bug 735987 - [New Tab Page] Dropping blocked links onto the grid again should unblock them; r=dietrich
2012-03-16 09:00:18 +01:00
Gavin Sharp
596c9d1a03
merge fx-team into m-c
2012-03-15 21:39:33 -07:00
Frank Yan
9a6a188a36
Bug 736279 - Followup to about:home Visual Refresh. r=mak
2012-03-15 15:58:09 -07:00
Tim Taubert
91ec76ae4d
Bug 735166 - Intermittent timeout in browser_newtab_bug734043.js; r=dietrich
2012-03-15 23:28:22 +01:00
Tim Taubert
a8b5260729
Bug 735574 - Extremely frequent leak of 1 BackstagePass, 2 Mutex, 9 ProxyListener coming from fx-team; r=dietrich
2012-03-15 23:28:22 +01:00
Marco Bonardo
6d99500c2c
Bug 735879 - Add more delay to some browser chrome tests that often timeout. r=fryn
2012-03-14 16:11:20 -07:00
Frank Yan
0ac2120f6c
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
Frank Yan
e400b190f6
Bug 733651 - Snippet fails to load on about:home due to XMLHttpRequest.open error. r=mak
2012-03-14 16:09:15 -07:00
Ed Morley
b4dda70351
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-03-15 12:42:01 +00:00
Dão Gottwald
e54841f6d9
Bug 735233 - Shift-F6 should focus the location bar rather than the first focusable chrome element. r=enn
2012-03-15 00:34:00 +01:00
OHZEKI Tetsuharu
f811c58a4a
Bug 735517. Web Apps icon always appears when other popup notifications appear. r=fabrice,dao
2012-03-14 14:14:52 -07:00
Serge Gautherie
c02f46b746
Bug 735139. (Av1a) Improve browser_pageInfo.js a little. r=dao.
2012-03-13 17:57:14 +01:00
Tim Taubert
4ba3bb8680
merge m-c to fx-team
2012-03-13 11:28:24 +01:00
Tim Taubert
5d388ac692
Bug 735166 - Intermittent timeout in browser_newtab_bug734043.js ( fix #2 ); r=bustage-fix
2012-03-13 09:48:21 +01:00
Tim Taubert
e3506aa897
Bug 735166 - Intermittent timeout in browser_newtab_bug734043.js; r=bustage-fix
2012-03-13 09:45:09 +01:00
Tim Taubert
3e1a9ba02d
Bug 729878 - Part 3 - Corrected newtab tests; r=dietrich
2012-03-13 03:24:10 +01:00
Tim Taubert
e0f9a88438
Bug 729878 - Part 1 - New layout implementation; r=dietrich,dao ui-r=shorlander
2012-03-13 03:23:01 +01:00
Tim Taubert
b73f8ac46f
Bug 722263 - New Tab Page: changing browser.newtab.url require restart; r=dao
2012-03-13 03:03:46 +01:00
Tim Taubert
0c314972bd
Bug 725996 - New Tab Page should not respond to dragged bookmark folders or should handle them properly; r=dietrich
2012-03-13 03:03:45 +01:00
Paul Rouget
74ba389728
Bug 717923 - Use an icon for the inspect button; r=dao
2012-03-08 16:02:23 +01:00
Tim Taubert
9b1cdc30d6
Bug 734043 - Error: node.parentNode is null when I click x button of thumbnail quickly in newTab page; r=dietrich
2012-03-12 09:51:00 +01:00
Daniel Holbert
f7bec86508
merge m-i to m-c
2012-03-11 19:40:36 -07:00
Dão Gottwald
a914417786
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
f558fef737
Backout ba7da6256b23 (bug 726444) for talos regressions; a=mak
2012-03-11 23:38:53 +00:00
Dão Gottwald
97cfaea5dd
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
2ed7e7306a
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
b63f244a04
Bug 733339 - part 2: replace gPageStyleMenu.setStyleDisabled with gPageStyleMenu.disableStyle. r=dolske
2012-03-11 05:24:35 +01:00
Dão Gottwald
f721bff622
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
Marco Bonardo
b276d467e3
Merge last PGO-safe changeset from inbound to central
2012-03-09 13:33:59 +01:00
Tim Taubert
605ee37c12
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
44c93895a1
merge fx-team to m-c
2012-03-08 10:30:11 -04:00
Tim Taubert
c3a8615b80
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
990d35855b
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
4f80d6cda1
Backed out changeset 3bb5b7d3a6f1 (bug 711157)
2012-03-08 08:35:15 +01:00
Marco Bonardo
7a53ebb551
Merge inbound and central
2012-03-07 10:33:11 +01:00
Matt Brubeck
788b29276e
Merge mozilla-central to mozilla-inbound
2012-03-08 16:27:40 -08:00
Ekanan Ketunuti
86ced87fec
Bug 734027 - Decode percent encoding on non-ASCII filename when saving a video snapshot. r=jaws
2012-03-08 18:18:35 +07:00
Matt Brubeck
b917c87c4a
Merge from mozilla-central to mozilla-inbound
2012-03-12 17:38:23 -07:00
Fabrice Desré
bbfe8caa2c
Bug 697006 - Add desktop support for the Open Web Apps API - Part 2 : UI [r=gavin]
2012-03-12 17:33:10 -07:00
Alastair Robertson
9cd1218825
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
0243028384
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
c8bf2dab06
Merge services-central into mozilla-central
2012-03-05 15:18:16 -08:00
Justin Dolske
d311d2f32e
Bug 720294 - Refactor style sheet switching code in browser.js. r=gavin
2012-03-05 11:53:34 +01:00
Richard Newman
fbee13fe9b
Merge m-c to s-c.
2012-03-05 00:03:16 -08:00
Neil Rashbrook
7185e77cef
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
89934e6d30
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
af81e647e0
Bug 713634 - [RTL] Firefox Sync completion message doesn't contain dir=rtl. r=philikon
2012-03-01 18:04:08 -08:00