Mike Conley
|
0424358d69
|
Bug 868993 - Fix unresponsive Script warning at CustomizableUI.jsm:436 on start-up. r=jaws.
|
2013-05-06 11:33:55 -04:00 |
|
Gijs Kruitbosch
|
fad2587092
|
Bug 866836 - Create 'Private Browsing' widget, r=mconley
|
2013-05-01 15:26:36 +02:00 |
|
Mike Conley
|
6554726976
|
Mostly automated merge with https://hg.mozilla.org/projects/ux
|
2013-05-02 18:34:15 -04:00 |
|
Mike Conley
|
3bbe526646
|
Mostly automated merge with https://hg.mozilla.org/mozilla-central
|
2013-05-02 12:41:21 -04:00 |
|
Jared Wein
|
76be018417
|
Bug 861088 - Show the History subview as an arrow panel when the History widget is in the toolbar. r=mconley
|
2013-04-30 17:20:00 -04:00 |
|
Mike Conley
|
7f35c7eb86
|
Bug 864425 - Make toolbar-menubar, TabsToolbar and PersonalToolbar customization targets. r=Unfocused.
|
2013-04-30 11:00:41 -04:00 |
|
Mike Conley
|
9143245a00
|
Bug 864355 - Extend customization target across (almost) the entire nav-bar. r=Unfocused,jaws
|
2013-04-30 16:25:08 +12:00 |
|
Blair McBride
|
8bbd584c82
|
Backed out changeset 4b42aaccf679 (bug 864355) for breaking everything.
|
2013-04-29 20:54:00 +12:00 |
|
Mike Conley
|
b286fda5c3
|
Bug 864355 - Extend customization target across (almost) the entire nav-bar. r=jaws.
|
2013-04-25 15:28:37 -04:00 |
|
Jared Wein
|
e032df6268
|
Bug 862886 - The toolbarbutton that spawns the subview in the menu panel should have a blue background. r=dao
|
2013-04-24 13:32:10 -04:00 |
|
Jared Wein
|
dd6683e80a
|
Bug 573329 - Remove 'text' and 'text&icons' mode for toolbar buttons. r=mconley
|
2013-04-24 13:26:01 -04:00 |
|
Mike Conley
|
4ff6089d87
|
Automated merge with https://hg.mozilla.org/projects/ux
|
2013-04-24 11:17:47 -04:00 |
|
Mike Conley
|
8d31a07891
|
Mostly automated merge with https://hg.mozilla.org/mozilla-central
|
2013-04-24 10:54:12 -04:00 |
|
Mike Conley
|
9681684e06
|
Automated merge with https://hg.mozilla.org/mozilla-central
|
2013-04-23 10:50:24 -04:00 |
|
Blair McBride
|
3b3397fb24
|
Bug 858196 - Move all customization code to be under browser/components/customizableui/. r=jaws.
--HG--
rename : browser/base/content/customizing.xhtml => browser/components/customizableui/content/aboutCustomizing.xhtml
rename : browser/base/content/customize.inc => browser/components/customizableui/content/customizeMode.inc.xul
rename : browser/base/content/panelUI.inc => browser/components/customizableui/content/panelUI.inc.xul
rename : browser/base/content/panelUI.js => browser/components/customizableui/content/panelUI.js
rename : browser/base/content/panelUI.xml => browser/components/customizableui/content/panelUI.xml
rename : browser/base/content/panelUIOverlay.js => browser/components/customizableui/content/panelUIOverlay.js
rename : browser/base/content/panelUIOverlay.xul => browser/components/customizableui/content/panelUIOverlay.xul
rename : browser/base/content/toolbar.xml => browser/components/customizableui/content/toolbar.xml
rename : browser/modules/CustomizableUI.jsm => browser/components/customizableui/src/CustomizableUI.jsm
rename : browser/modules/CustomizeMode.jsm => browser/components/customizableui/src/CustomizeMode.jsm
rename : browser/themes/linux/customization/customization-mode-background.jpg => browser/themes/linux/customizableui/customization-mode-background.jpg
rename : browser/themes/linux/panelUIOverlay.css => browser/themes/linux/customizableui/panelUIOverlay.css
rename : browser/themes/osx/customization/customization-mode-background.jpg => browser/themes/osx/customizableui/customization-mode-background.jpg
rename : browser/themes/osx/panelUIOverlay.css => browser/themes/osx/customizableui/panelUIOverlay.css
rename : browser/themes/shared/customization.inc.css => browser/themes/shared/customizableui/customizeMode.inc.css
rename : browser/themes/shared/panelUIOverlay.inc.css => browser/themes/shared/customizableui/panelUIOverlay.inc.css
rename : browser/themes/windows/customization/customization-mode-background.jpg => browser/themes/windows/customizableui/customization-mode-background.jpg
rename : browser/themes/windows/panelUIOverlay.css => browser/themes/windows/customizableui/panelUIOverlay.css
|
2013-04-15 17:34:52 +12:00 |
|
Tim Taubert
|
a687d09b37
|
merge m-c to fx-team
|
2013-05-01 10:18:22 +02:00 |
|
Yura Zenevich
|
289a04f4c2
|
[PATCH 2/2] Bug 833286 - added tests for improvements to atomic backup of sessionstore.js. r=yoric, ttaubert
---
browser/components/sessionstore/test/Makefile.in | 1 +
.../test/browser_833286_atomic_backup.js | 143 ++++++++++++++++++++
2 files changed, 144 insertions(+), 0 deletions(-)
create mode 100644 browser/components/sessionstore/test/browser_833286_atomic_backup.js
|
2013-04-30 14:07:54 +02:00 |
|
Yura Zenevich
|
683cc17075
|
[PATCH 1/2] Bug 833286 - added improvements to atomic backup of sessionstore.js. r=yoric, ttaubert
---
.../components/sessionstore/src/SessionStore.jsm | 45 +++++--
.../components/sessionstore/src/_SessionFile.jsm | 131 ++++++++++++++-----
2 files changed, 127 insertions(+), 49 deletions(-)
|
2013-04-30 14:07:40 +02:00 |
|
Tim Taubert
|
10c608caa0
|
Bug 864711 - Simplify test page for browser_pageshow.js to ensure it's put into bfcache; r=yoric
|
2013-04-29 10:02:45 +02:00 |
|
Paolo Amadini
|
59611fe51f
|
Bug 832672 - Downloads Panel gives no indication or feedback on missing files. r=mak ui-r=shorlander
|
2013-04-24 02:19:49 +02:00 |
|
Nicholas Wilson
|
22a1449ae4
|
Bug 436801 - Support XHTML in feed titles. r=sayrer,adw
|
2013-04-26 23:57:49 -07:00 |
|
Ryan VanderMeulen
|
314420a80e
|
Merge m-c to inbound.
|
2013-04-26 13:06:35 -04:00 |
|
Tim Taubert
|
fe7d1fd44e
|
Bug 865127 - Clean up priority queue keeping track of tabs to restore; r=yoric
|
2013-04-25 17:58:27 +02:00 |
|
Jonathan Kew
|
adb8ad49b0
|
bug 864107 - constrain restored window dimensions to available screen area. r=ttaubert
|
2013-04-26 12:41:29 +01:00 |
|
Mike Conley
|
583ea36c67
|
Bug 770135 - New PanelUI and toolbar customization - Milestone 1. r=mconley,jaws,Unfocused.
|
2013-03-26 17:23:23 -04:00 |
|
Bill McCloskey
|
12517ee3ca
|
Bug 862078 - Use an about:config preference to control multiprocess browsing, part 3 (r=felipe)
|
2013-04-22 19:47:58 -07:00 |
|
Phil Ringnalda
|
37e2b2a059
|
Merge m-c to m-i
|
2013-04-21 19:43:19 -07:00 |
|
Paolo Amadini
|
2e979da7e3
|
Bug 851461 - Make the JavaScript API for downloads available in parallel to nsIDownloadManager. r=mak
|
2013-04-22 04:23:25 +02:00 |
|
Tim Taubert
|
2194cc42b9
|
Bug 863227 - Lazily retrieve list of nsIDocShell.allow* properties to (re)store docShell capabilities; r=yoric
--HG--
rename : browser/components/sessionstore/test/browser_493467.js => browser/components/sessionstore/test/browser_capabilities.js
|
2013-04-20 10:05:20 +02:00 |
|
Tim Taubert
|
268d8cd42f
|
Bug 862442 - Use a content script to listen for input and change events; r=yoric
|
2013-04-20 10:05:20 +02:00 |
|
Tim Taubert
|
3d11af6229
|
Bug 861409 - Use a content script to listen for pageshow events; r=yoric,jaws
|
2013-04-20 10:05:20 +02:00 |
|
Marco Bonardo
|
cbc4f9a4ea
|
Bug 851519 - Keyboard commands may executed on the wrong download in the panel
r=Mano
|
2013-04-17 16:16:09 +02:00 |
|
Raymond Lee
|
77e95e32b8
|
Bug 855638 - Part 1: Remove previous calls to PlacesUtils.backups and move them to PlacesBackups. r=mak
|
2013-04-17 14:08:11 +08:00 |
|
Raymond Lee
|
1cce48e69f
|
Bug 852034 - Replace restoreBookmarksFromJSONFile with importFromFile. r=mano
|
2013-04-17 13:36:02 +08:00 |
|
Alexandre Poirot
|
adf4c58232
|
Bug 857073 - Simplify ChromeUtils usages. r=jmaher
|
2013-04-16 16:46:47 -04:00 |
|
Mike Shal
|
77cdb6567d
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Joey Armstrong
|
8e99512c32
|
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
|
2013-04-29 14:49:00 -04:00 |
|
Marco Bonardo
|
60696b020b
|
Bug 748894 - Move the bookmark star button outside of the location bar.
r=Mano
|
2013-04-23 16:06:17 +02:00 |
|
Gavin Sharp
|
9cbdb22a88
|
Bug 703377: remove now-unused pref override functionality, r=dolske
--HG--
extra : transplant_source : %C1%B65%07%B60XS%AB%DD%EF7Hx%A5%8Cz%11%04%97
|
2011-11-17 13:41:04 -08:00 |
|
Ryan VanderMeulen
|
a1a134ef6f
|
Merge the last PGO-green inbound changeset to m-c.
|
2013-04-15 21:49:22 -04:00 |
|
Gregory Szorc
|
9ef864cafd
|
Merge mozilla-central into services-central
|
2013-04-15 16:55:11 -07:00 |
|
Richard Newman
|
eedb12a92b
|
Merge m-c to s-c.
|
2013-04-10 17:57:37 -07:00 |
|
Mike de Boer
|
b31d9a16ec
|
Bug 738818 part 3: Make changing currentEngine also change defaultEngine, including for about:home. r=fryn ui-r=limi sr=gavin
|
2013-04-09 17:12:27 -07:00 |
|
Richard Newman
|
7f8fe99237
|
Merge m-c to s-c.
--HG--
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_ChildNode-remove.js => dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/ChildNode-remove.js
|
2013-04-08 22:03:23 -07:00 |
|
Richard Newman
|
99f104b137
|
Bug 853138 - Follow-up: change category name in tests. r=gps
|
2013-04-08 20:26:23 -07:00 |
|
Richard Newman
|
9490b7b2c0
|
Merge m-c to s-c.
|
2013-04-08 10:55:12 -07:00 |
|
Richard Newman
|
9ee196bdc8
|
Merge m-c to s-c.
|
2013-04-02 14:00:32 -07:00 |
|
Xin Zhang
|
30abe2210d
|
Bug 849764 - Replace removeObserver() calls with three params with two in browser dir. r=mak
|
2013-04-06 14:46:35 -04:00 |
|
Richard Newman
|
c80bd0b66a
|
Merge m-c to s-c.
|
2013-03-30 22:49:08 -07:00 |
|
Ryan VanderMeulen
|
09552761fb
|
Backed out changeset badf8d382f79 (bug 850210) for frequent mochitest-bc failures on a CLOSED TREE.
|
2013-03-30 16:48:44 -04:00 |
|