Commit Graph

167957 Commits

Author SHA1 Message Date
Nick Alexander
c78a52035e Bug 938821 - Part 6: Remove loadContractInfo madness from testBrowserProviderPerf. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
4da0964925 Bug 938821 - Part 5: Remove loadContractInfo madness from testBrowserProvider. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
a74e1437b0 Bug 938821 - Part 4: Remove GUID constants. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
501a4c6714 Bug 938821 - Part 3: Remove ContentProviderTest.getContentUri. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
80549761b0 Bug 938821 - Part 2: Remove getContentUri and get*Column from testHomeListsProvider. r=mcomella
This is rather artificial: since the test is currently disabled it
merely needs to compile.
2014-02-11 18:10:05 -08:00
Nick Alexander
3c10bcf9c4 Bug 938821 - Part 1: Remove java.lang.reflect imports from SessionTest. r=mcomella 2014-02-11 18:10:05 -08:00
Nick Alexander
8c39697754 Bug 969922 - Part 4: Remove final use of fennec_ids.txt. r=mcomella 2014-02-11 18:08:57 -08:00
Nick Alexander
84a8801e29 Bug 969922 - Part 3: Don't use Solo.getView(String). r=mcomella 2014-02-11 18:08:56 -08:00
Nick Alexander
8c0e0c7863 Bug 969922 - Part 2: Replace Driver.findElement(Activity, String) with (Activity, int). r=mcomella 2014-02-11 18:08:56 -08:00
Nick Alexander
4d6c04a52b Bug 969922 - Part 1: Remove unused cruft from FennecNativeElement. r=mcomella 2014-02-11 18:08:56 -08:00
Nick Alexander
5ab96396dc Bug 969922 - Pre: Close cursor. r=mcomella 2014-02-11 18:08:56 -08:00
Alexander Surkov
4aa0692608 Bug 956032 - text selection change event is missed when selected text becomes unselected, r=tbsaunde 2014-02-11 20:18:31 -05:00
Paul Adenot
7a1a4298ce Bug 970147 - Don't assume WASAPI can give us a channel layout suggestion. r=kinetik 2014-02-11 15:48:49 -08:00
Steve Fink
2bd3e926fd Bug 961314 - tooltool manifests for hazard analysis (gcc and sixgill). DONTBUILD
--HG--
extra : rebase_source : 2e9e6540e263d05b73d0cd3075c7dc170a390fdd
2014-02-06 21:57:15 -08:00
Steve Fink
42cc32ffad Bug 961314 - Add the rootanalysis mozconfig to the tree, r=glandium
DONTBUILD because it isn't used yet

--HG--
extra : rebase_source : b20ee71b1ca0db2d63c3c6a0b9aab2acb10ed40f
2014-01-22 11:52:45 -08:00
Wes Kocher
385dbbe015 Bug 967694 - Disable the new test on b2g 2014-02-11 16:16:11 -08:00
Eric Faust
6fc292e313 Bug 968097 - Fix blatantly mistaken error-handling path. (f=Jesse, r=jwalden) 2014-02-11 15:24:37 -08:00
Steve Fink
1603de1028 Bug 970253 - cx param to JS_AllocateArrayBufferContents is optional, r=terrence
--HG--
extra : rebase_source : 23adbdf985c85d3879f49578840f3e038aba4527
2014-02-10 14:23:46 -08:00
Steve Fink
5b459e3f9d Bug 971208 - Eliminate vanilla new in SegmentedVector.h, r=mjrosenb
--HG--
extra : rebase_source : 00761e68f7821f38a46e2442870bf3d214d370f9
2014-02-11 15:02:48 -08:00
Steve Fink
a1ed29bb30 Bug 963735 - Switch from DFS -> BFS for finding GC paths, r=terrence
--HG--
extra : rebase_source : 9834e2d4815a7a1f60fd5b86843c0789674175d7
2014-02-03 23:11:52 -08:00
Andrew McCreight
72e3aeff0a Bug 967023, part 2 - Get rid of XPCWrappedJSClass::GetNewOrUsed out param. r=bholley 2014-02-11 14:56:46 -08:00
Andrew McCreight
5f07b33fa7 Bug 967023, part 1 - Rename clazz to clasp in XPCWrappedNative::GetNewOrUsed. r=bholley 2014-02-11 14:56:45 -08:00
Andrew McCreight
d7f56f6857 Bug 968012, part 3 - Remove nsVoidKey which was only used by nsWindowDataSource. r=froydnj 2014-02-11 14:56:45 -08:00
Andrew McCreight
1d21f564cc Bug 968012, part 2 - Convert nsWindowDataSource::mWindowResources to nsInterfaceHashtable. r=froydnj 2014-02-11 14:56:45 -08:00
Andrew McCreight
3c02bd87da Bug 968012, part 1 - Remove trailing whitespace from nsWindowDataSource. r=froydnj 2014-02-11 14:56:45 -08:00
Andrew McCreight
b1c94625ea Bug 967999, part 2 - Convert nsControllerCommandTable::mCommandsTable to use nsInterfaceHashtable. r=ehsan 2014-02-11 14:56:45 -08:00
Andrew McCreight
8757ee8a27 Bug 967999, part 1 - Remove some trailing whitespace from nsControllerCommandTable. r=ehsan 2014-02-11 14:56:44 -08:00
Andrew McCreight
63f3eea700 Bug 966359 - Prevent FreeSnowWhite reentrance. r=smaug 2014-02-11 14:56:44 -08:00
Andrew McCreight
f2ada9f0f9 Bug 970527 - Remove extern C from pldhash.h r=froydnj 2014-02-11 14:56:44 -08:00
Horia Iosif Olaru
f5de70c36c Bug 970600 - Enable background-blend-mode property be default in all builds. r=roc 2014-02-11 17:37:06 -05:00
Jeff Gilbert
ecef4e5795 Bug 968374 - Fix the null-term char being left on the string we return to JS. r=bjacob 2014-02-11 17:37:06 -05:00
Jeff Gilbert
8992de2c41 Bug 968374 - Implement WEBGL_debug_shaders. r=bjacob 2014-02-11 17:37:06 -05:00
Jeff Gilbert
1bf666a702 Bug 968374 - Fix conformance test to match spec for WEBGL_debug_shaders. r=bjacob 2014-02-11 17:37:06 -05:00
Jeff Gilbert
f3253bf19b Bug 968374 - Add test that chrome-only extensions don't work in non-chrome. r=bjacob 2014-02-11 17:37:05 -05:00
Jeff Gilbert
420b5d96a8 Bug 968374 - Add pref for enabling privileged extensions for non-chrome code. r=bjacob 2014-02-11 17:37:05 -05:00
Jeff Gilbert
b8c4fa5c79 Bug 968374 - Strip trailing whitespace from WebGLContextExtensions. r=bjacob 2014-02-11 17:37:05 -05:00
Dan Gohman
d663a22939 Bug 960145 - IonMonkey: Don't ignore OSR-like values when computing phi ranges. r=mrosenberg 2014-02-11 17:37:05 -05:00
Robert Longson
a5c28fc63e Bug 971175 - Inline GetOffset in SVGFEOffsetElement. r=dholbert 2014-02-11 22:24:43 +00:00
Aaron Klotz
57facaed24 Bug 970412: Modify Telemetry.fileIOReports to include limited path information; r=froydnj 2014-02-11 14:24:49 -07:00
Patrick McManus
a9500c09a2 bug 971001 - backout 625383 for failing awsy r=backout 2014-02-11 16:18:17 -05:00
Masatoshi Kimura
3cdb8254e4 Bug 970483 - Part 2: Blackliist pre-RTM Windows 7 again. r=jfkthame 2014-02-12 06:01:30 +09:00
Masatoshi Kimura
8487cb2318 Bug 970483 - Part 1: Introduce IsWindowsBuildOrLater() and IsWin7RTMOrLater(). r=bbondy 2014-02-12 06:01:29 +09:00
Masatoshi Kimura
27adb98943 Bug 969728 - Make users using temporary profile possible to update using the maintenance service. r=bbondy 2014-02-12 06:01:29 +09:00
Masatoshi Kimura
0a3d8da618 Backed out changeset d7d447cac91b (bug 969762) for tp5 regression. 2014-02-12 06:01:29 +09:00
Bas Schouten
3674e63b9e Bug 805406: Never draw directly to a window with Direct2D. r=jrmuizel 2014-02-11 21:54:02 +01:00
John Schoenick
99e1d7de24 Bug 967694 - Fix tests that expect old behavior. r=bsmedberg 2014-02-11 12:14:42 -08:00
John Schoenick
a9d7a9fe8b Bug 967694 - Test. r=bsmedberg 2014-02-11 12:14:41 -08:00
John Schoenick
5cfba85d3a Bug 967694 - Make clear that we only sync spawn plugins in response to content, not chrome, JS access. r=bsmedberg 2014-02-11 12:14:40 -08:00
Brian Smith
cab43a3bfd Bug 878932, Part 2: Make certificate verification implementation prefs dynamic, r=cviecco
--HG--
extra : rebase_source : 4b413cfd8e122ee4e0fea64d624285856e2cb0cb
2014-01-20 15:55:12 -08:00
Brian Smith
ff6bc14650 Bug 878932, Part 1: add insanity::pkix as an option for certificate verification, r=keeler, r=cviecco
--HG--
extra : rebase_source : c1f75dff6ac7f32e082517af701654abebaee250
2014-02-10 11:41:12 -08:00