Tom Schuster
c05c574b1c
Bug 910729 - Never open the quick find bar when focusing a contenteditable node. r=mikedeboer
2014-04-07 11:02:31 +02:00
YFdyh000
282ef199a3
Bug 844637 - Wrong image in console.css. r=mossop
2014-04-03 05:17:00 +02:00
Phil Ringnalda
125cfa9c03
Merge m-i to a CLOSED TREE m-c
2014-04-06 09:51:58 -07:00
Phil Ringnalda
56ea3e7eb5
Backed out 3 changesets (bug 989137) for a sudden influx of xpcshell failures
...
CLOSED TREE
Backed out changeset 831a3ccce100 (bug 989137)
Backed out changeset d3053c4e4c51 (bug 989137)
Backed out changeset 7e410c1d61e6 (bug 989137)
2014-04-05 20:30:24 -07:00
Blake Kaplan
7a4bbc290e
Bug 899648 - Initial patch to make tab-modal prompts work. Original patch from Tom Schuster <evilpies@gmail.com>. r=dolske
2014-04-04 14:50:42 -07:00
Blake Kaplan
7c70ad9aec
Bug 971222 - Small cleanup around prompt code. r=bzbarsky
2014-04-04 14:50:42 -07:00
Ryan VanderMeulen
530aa4b0ef
Merge m-c to inbound on a CLOSED TREE.
2014-04-04 15:12:07 -04:00
Ryan VanderMeulen
620c42bcde
Merge inbound to m-c.
2014-04-04 14:51:38 -04:00
Neil Deakin
27ad778ee7
Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil
2014-04-04 13:11:12 -04:00
Paolo Amadini
8dc3caa904
Bug 991738 - Fix "test_markpageas.js" before switching Task.jsm to use Promise.jsm. r=mak
2014-04-04 15:21:09 +02:00
Benjamin Smedberg
cd2fddc1ce
Bug 986582 - Get rid of the toolkit.telemetry.enabledPreRelease pref and make the toolkit.telemetry.enabled pref do the right thing for beta users who are testing a final release build, r=rnewman
...
--HG--
extra : rebase_source : 43f70e2c1c3207f37ba0789245958cb0c34187f6
2014-04-03 14:55:42 -04:00
Carsten "Tomcat" Book
a084d4feba
Backed out changeset 0f91a3f28a44 (bug 976205) per request - incorrect patch
2014-04-04 14:46:51 +02:00
David Rajchenbach-Teller
6e7529cc10
Bug 936630 - Timeline event sessionRestoreInit. r=ttaubert, r=froydnj
2014-04-04 08:34:24 -04:00
James Long
6f3e0f15dd
Bug 812172 - Add conditional breakpoint handling to the debugger client. r=vp
2014-04-04 08:27:57 -04:00
Mihai Sucan
d0358d2b4f
Bug 989043 - Network monitor support for e10s. r=ochameau
2014-04-03 15:45:25 +03:00
Yury Delendik
b2280f1ebd
Bug 990852 - Add Adobe CMap License to about:license. r=gerv
2014-04-02 08:17:50 -05:00
Ryan VanderMeulen
670b0b982f
Merge m-c to fx-team on a CLOSED TREE.
2014-04-03 15:29:13 -04:00
Ryan VanderMeulen
cb7e62afc2
Backed out changeset 234d50648ad1 (bug 983022) for non-Linux build bustage.
...
CLOSED TREE
2014-04-03 11:38:27 -04:00
David Rajchenbach-Teller
447b372e9b
Bug 991038 - Uncaught async error in DownloadIntegration.jsm. r=paolo
2014-04-03 11:01:07 -04:00
Carsten "Tomcat" Book
58575a2746
Merge m-c to fx-team
2014-04-03 12:57:40 +02:00
Carsten "Tomcat" Book
d4d8a64c7a
merge fx-team to mozilla-central
2014-04-03 12:46:58 +02:00
Paolo Amadini
a4656e60fb
Bug 988327 - Convert to Promise.jsm in "toolkit/devtools/server/tests/mochitest". r=dcamp
2014-04-03 11:57:35 +02:00
Vincent Liu
67cfcac325
Bug 983022 - [tarako] Need minidump screen shot. r=ted, r=gal
2014-04-03 10:28:07 +08:00
Wes Kocher
58f74f6ca3
Merge m-c to inbound on a CLOSED TREE
2014-04-02 19:54:15 -07:00
Wes Kocher
2eab03716c
Merge inbound to m-c
2014-04-02 18:56:43 -07:00
Ed Morley
a9eca49755
Merge mozilla-central and fx-team
2014-04-02 18:25:23 +01:00
David Rajchenbach-Teller
d08e76942f
Bug 961317 - Clean up OS.File shutdown race condition and rework OS.File reset/shutdown. r=froydnj
2014-04-02 11:42:51 -04:00
Irving Reid
3bb5d2151f
Bug 986104 - Telemetry for reasons why XPIProvider doesn't start. r=Unfocused
2014-04-01 22:17:37 -04:00
Panos Astithas
8ac9209bc4
Lazy load modules as much as possible in gDevTools.jsm (bug 986841). r=dcamp
...
Also, ensure the devtools main module is only loaded once as it may have observable side-effects (like breaking the browser_toolbox_options.js test).
2014-04-03 11:19:31 +03:00
Gregory Szorc
6e765fd330
Bug 989137 - Part 10: Add a testing-only JSM for common AddonManager operations; r=Unfocused, r=gfritzsche
...
There is a lot of boilerplate testing code that performs common
AddonManager operations. Some common operations used for testing
Experiments have been refactored into a testing-only JSM that lives as
part of the Add-ons Manager.
--HG--
extra : rebase_source : 7b595e2a93637a1b2746e0182fbbe897c93fb6d9
2014-04-04 15:58:29 -07:00
Gregory Szorc
8553a3d160
Bug 989137 - Part 8: Prevent unknown experiments from being installed; r=Unfocused
...
The experiments service insists on being in control of experiments.
Before, it wasn't being as assertive as it needed to be: other browser
components could install experiments behind its back. This patch
reasserts the experiments service as king of experiments add-on
management.
--HG--
extra : rebase_source : 6d9b94f91865ef3c6929bc34cd3e7bb57e112d14
2014-04-04 15:58:26 -07:00
Ryan VanderMeulen
6e9126439e
Merge m-c to fx-team on a CLOSED TREE.
2014-04-04 15:06:31 -04:00
Tetsuharu OHZEKI
b6fa1565c3
Bug 984015 - GUIDHelper.getItemId should deliver itself as |this| to its internal executeAsync callback. r=mak
...
This patch includes:
* GUIDHelper.getItemGUID() must return a GUID.
* GUIDHelper should resolve promises after other operations are finished.
* GUIDHelper.getItemId should deliver itself as |this| to its internal executeAsync callback.
2014-04-05 01:46:14 +09:00
Jim Chen
0d00aee3a9
Bug 989046 - b. Drop JSON.stringify when calling handleGeckoMessage; r=mfinkle
2014-04-04 12:33:50 -04:00
Tim Nguyen
ad8090f966
Bug 980339 - Remove border-radius from add-on manager on Windows 8. r=mikedeboer, sr=Unfocused.
2014-04-02 13:17:44 +02:00
Ed Morley
2fa2e0c556
Backed out changeset 535756591289 (bug 939040) for ticking an assertion after the latest m-c merge; CLOSED TREE
2014-04-02 09:29:16 +01:00
Ryan VanderMeulen
bb8adcd166
Merge m-c to fx-team.
2014-04-01 16:47:14 -04:00
Ryan VanderMeulen
6a3fa988ca
Merge inbound to m-c.
2014-04-01 16:45:00 -04:00
Ryan VanderMeulen
24be5e282c
Backed out changeset 7c60268706f3 (bug 956332) for xperf regressions.
...
--HG--
rename : toolkit/components/passwordmgr/test/unit/test_storage_mozStorage.js => toolkit/components/passwordmgr/test/unit/test_storage_mozStorage_migrate.js
rename : toolkit/components/passwordmgr/test/unit/test_notifications.js => toolkit/components/passwordmgr/test/unit/test_storage_mozStorage_notify.js
2014-04-01 14:01:22 -04:00
Heather Arthur
b4c87fdf7f
Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset
2014-03-31 15:26:53 -07:00
Mike Hommey
b92eb28c0d
Bug 990333 - Fix DirectX SDK path handling when linking xul.dll after bug 988271. r=mshal
2014-04-02 11:52:21 +09:00
Doug Turner
fafd994b88
Bug 989682 - Add usage telemetry to geolocation. r=jdm
2014-04-01 10:45:17 -07:00
Mark Hammond
cd2c8e6c5b
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Mark Hammond
2bfa4ca072
Bug 979051 - Avoid browser.xml handling pageshow/pagehide events for remote frames. r=felipe.
2014-04-02 10:53:54 +11:00
Ryan VanderMeulen
8cc4d4a447
Merge m-c to inbound.
2014-04-01 16:49:05 -04:00
Wes Kocher
8abe7badd3
Merge m-c to fx-team
2014-04-02 19:56:43 -07:00
Jordan Santell
6870b783c2
Bug 980502 - Implement web audio actors and audio node actors. r=vp
2014-03-26 15:28:24 -07:00
Alexandre Poirot
f89d6b66d1
Bug 966991 - Ensure cleaning up child processes tab actors when disconnecting. r=jryans
2014-04-02 15:29:40 -04:00
Aaron Klotz
275cb37343
Bug 991039: Disable IOInterposer in FPEFilter; r=ted
2014-04-02 11:49:56 -06:00
Mike Hommey
3ee90d23a2
Bug 991769 - Add missing parenthesis. r=me
2014-04-04 15:08:25 +09:00