Commit Graph

146321 Commits

Author SHA1 Message Date
Daniel Holbert
d10fb886ee Bug 915344: Make variables 'SAMPLES' and 'numSamplesReadFromInput' unsigned, to fix build warning in mediaconduit_unittests.cpp. r=jesup 2013-09-11 13:54:45 -07:00
Daniel Holbert
b7254e68ab Bug 914937: Remove nsFlexContainerFrame::GetSkipSides, now that we can inherit a useful impl from nsSplittableFrame. r=mats 2013-09-11 13:54:44 -07:00
Ryan VanderMeulen
8a6a6b6dd1 Backout changeset 2766d0ee65c5 (bug 903802) to fix bug 906378. 2013-09-11 16:49:56 -04:00
Ryan VanderMeulen
2d3cceca9b Backed out 7 changesets (bug 906088) for robocop failures on a CLOSED TREE.
Backed out changeset c5b4781bd918 (bug 906088)
Backed out changeset a498d1641c16 (bug 906088)
Backed out changeset fcff9ef5cf7d (bug 906088)
Backed out changeset cf1603d47f6c (bug 906088)
Backed out changeset 8671264a5aaa (bug 906088)
Backed out changeset 01d6b977021f (bug 906088)
Backed out changeset 2910cc092c19 (bug 906088)
2013-09-11 14:45:12 -04:00
Wes Johnston
efd56fc740 Bug 903327 - Use device pixels per css pixel when calculating default font sizes. r=kats 2013-09-11 11:36:28 -07:00
Bobby Holley
e8509c0752 Bug 856437 - Remove same-compartment permissive Xray machinery. r=gabor 2013-09-11 11:28:21 -07:00
Bobby Holley
1ee49a7ca0 Bug 856437 - Remove lookupMethod API. r=gabor 2013-09-11 11:28:20 -07:00
Bobby Holley
f5caa39230 Bug 856437 - Remove LookupMethod test coverage. r=gabor 2013-09-11 11:28:20 -07:00
William Chen
232aca929f Bug 903285 - Add referent count reporting to pref service memory reporter. r=njn 2013-09-11 11:20:22 -07:00
Neil Rashbrook
8f86825acb Bug 914547 Ensure the DirectX headers can be found when necessary r=jgilbert 2013-09-11 19:18:53 +01:00
Ethan Hugg
7fa42a6372 Bug 901560 - Interim fix of datachannel ICE components to be compatible with old and new versions r=abr 2013-09-04 13:13:16 -07:00
Luke Wagner
c60e9e1d20 Bug 915167 - Don't create helper threads when GetCPUCount() == 1 (r=bhackett)
--HG--
extra : rebase_source : 2bdf6c0df177361d004f63162dbe219665a3a269
2013-09-11 09:52:16 -05:00
Jim Blandy
2f6c1fd68d Bug 914792: Remove ignored 'new-compartment' argument to newGlobal JS shell builtin. r=luke 2013-09-11 10:48:00 -07:00
Vladan Djeric
61628c8947 Backed out changeset 78f1f02b6b36 (bug 907926) for TART regressions 2013-09-11 13:32:23 -04:00
Vladan Djeric
7731d88199 Backed out changeset a2f85a996314 (bug 907926) for TART regressions 2013-09-11 13:31:53 -04:00
Vladan Djeric
45a0a24f12 Backed out changeset b5d9ee3b3538 (bug 907926) for TART regressions 2013-09-11 13:31:24 -04:00
Vladan Djeric
50cce37a7b Backed out changeset a8e569516f31 (bug 907926) for TART regressions 2013-09-11 13:30:53 -04:00
Vladan Djeric
6de66eb7d0 Backed out changeset 091d82cb377e (bug 907926) for TART regressions 2013-09-11 13:30:24 -04:00
Kartikaya Gupta
abd5cb0f8b Bug 909281 - Add some strongly-typed conversion functions for margins and use them in RecordFrameMetrics. r=BenWa 2013-09-11 13:20:43 -04:00
Eddy Bruel
12f3e7c6c5 Bug 906963 - Add extra tests and review suggestions from jimb that I missed 2013-09-11 19:07:57 +02:00
Nathan Froyd
f66e007e21 Bug 906088 - part 6 - update tests to use the new API; r=kats
Fixed testPrefsObserver to use the correct requestId for unregistering observers.
Changed all tests to use th same hexadecimal constant, per Kats's feedback.  Asking
for actual review now.  Local robocop testing shows the failing tests on try now pass
locally, so I'm assuming I have fixed the issues...
2013-09-04 09:58:32 -04:00
Nathan Froyd
776044e782 Bug 906088 - part 5 - send preference requests to JS through JNI and XPConnect rather than JSON; r=blassey,mfinkle
Small fix to notifyPrefObservers to call getPreferences with the new argument style.
Carrying over r+.
2013-09-04 09:58:23 -04:00
Nathan Froyd
19710b767e Bug 906088 - part 4 - refactor browser.js's getPreferences function into a JSON frontend and a "raw" backend; r=mfinkle
This is a small patch, but I think it makes part 5 a little easier to understand.
In part five, we're going to be introducing XPCOM methods that browser.js needs to
implement.  That patch is going to require something very much like handlePreferencesRequest,
so just make it visible here and then part 5 should be much easier to understand.
2013-09-04 09:58:15 -04:00
Nathan Froyd
88480067e4 Bug 906088 - part 3 - add Preferences events to AndroidGeckoEvent; r=blassey
This is just the C++ side of things; it's simpler to have this code split out as
a separate patch to review.
2013-09-04 09:58:08 -04:00
Nathan Froyd
5a8ea91082 Bug 906088 - part 2 - factor out reading an nsString from a Java string in AndroidJavaWrappers.cpp; r=blassey
We duplicate code in several places, and we're going to need this same code for reading
a String[].
2013-09-04 09:58:00 -04:00
Nathan Froyd
9b166be0c7 Bug 906088 - part 1b - add ArrayList getPrefs method to PrefsHelper; r=bnicholson
Related to the last patch, this is the lone place where we transfer an ArrayList.
Just move the code into PrefsHelper in case anybody ever wants to do something similar.
2013-09-04 09:57:49 -04:00
Nathan Froyd
79f06e24d6 Bug 906088 - part 1 - pass String[] to PrefsHelper.getPrefs wherever possible; r=blassey
We want JSONArray to go away, since we're going to be transferring strings via JNI.
2013-09-04 09:56:27 -04:00
Alexander Surkov
6f0d3fa785 Bug 899433 - Accessibility returns empty line for last line in certain cases, r=tbsaunde 2013-09-11 12:56:01 -04:00
Terrence Cole
3e78316af2 Bug 912813 - Do not store an unrooted object in CompartmentOptions; r=bholley
--HG--
extra : rebase_source : b14639e8c2c2806401077c6bea3d4ce21be51886
2013-09-10 10:01:10 -07:00
Joey Armstrong
35070c00d8 bug 869135: move ASFILES to mozbuild r=gps 2013-09-11 12:12:41 -04:00
Andrea Marchesini
618a45f717 Bug 911213 - Implement new promise constructor, r=bz 2013-09-11 18:03:04 +02:00
Soumya Deb
000912898a Bug 914713 - change default timeout for wait_for_port to 30 seconds, r=mdas 2013-09-11 17:53:58 +02:00
Ryan VanderMeulen
1f6d0efee0 Backed out 10 changesets (bug 914944, bug 871445) for mochitest failures on a CLOSED TREE.
Backed out changeset a840638b5b18 (bug 914944)
Backed out changeset f40c7d5790bd (bug 914944)
Backed out changeset e1b288e29663 (bug 871445)
Backed out changeset 6242ddf7b6c7 (bug 871445)
Backed out changeset 7679185a8cf3 (bug 871445)
Backed out changeset 639ec7a627f8 (bug 871445)
Backed out changeset 93b050a79db4 (bug 871445)
Backed out changeset ec3382ceef99 (bug 871445)
Backed out changeset 51c0d5230306 (bug 871445)
Backed out changeset 76c9069bdb56 (bug 871445)
2013-09-11 11:45:51 -04:00
Dan Gohman
f675a4f5a7 Bug 910796 - SpiderMonkey: Micro-optimize clampIntToUint8. r=mjrosenb 2013-09-11 08:35:38 -07:00
Joel Maher
e7e5bd829d Bug 914228 - remove rafx suite from talos. r=armenzg 2013-09-11 10:55:18 -04:00
David Zbarsky
bb4af5ef27 Fix wrong include paths for Bug 914944, r=me 2013-09-11 10:36:40 -04:00
David Zbarsky
0c0d01d589 Bug 914944 - Move PowerManager to mozilla::dom r=Ms2ger 2013-09-11 10:35:04 -04:00
Jonathan Griffin
db6def88e6 Bug 915014 - Define Ci if needed, r=jmaher 2013-09-11 07:10:52 -07:00
Nathan Froyd
844f4a72e4 Bug 914293 - ensure check_debug_ranges.py can cope with a nonexistant DW_AT_ranges; r=glandium 2013-09-10 11:53:21 -04:00
Brian Hackett
22041f3e58 Bug 914098 - Add needed unknownObject() call, r=jandem. 2013-09-11 07:14:44 -07:00
Kaizhen Li
8771a80a73 Bug 912908 - Build xpcom/sample as shared library. r=joey 2013-09-11 09:46:06 +08:00
Patrick McManus
916501b1ec bug 903484 - dont close spdy sessions with preferred entry if they can't actually coalesce yet r=hurley 2013-09-11 10:11:23 -04:00
Andrea Marchesini
5ddda77830 Bug 848294 - Update MessageEvent to be compatible with the spec, r=bz 2013-09-11 16:10:01 +02:00
Andrea Marchesini
405071e55d Bug 871445 - patch 8 - DataStore: disabled by default, r=ehsan 2013-09-11 15:48:05 +02:00
Andrea Marchesini
235876dc03 Bug 871445 - patch 7 - DataStore: WebIDL porting 2013-09-11 15:48:02 +02:00
Andrea Marchesini
ed5cb2dae4 Bug 871445 - patch 6 - DataStore: getLength and arrays in get(), r=ehsan 2013-09-11 15:47:58 +02:00
Andrea Marchesini
2c05941f67 Bug 871445 patch 5 - DataStore: onchange, r=ehsan, r=bent 2013-09-11 15:47:56 +02:00
Andrea Marchesini
6f73edc647 Bug 871445 - patch 4 - DatAStore: permissions, owned/access, r=mounir, r=ehsan
--HG--
rename : dom/datastore/tests/file_app.template.webapp => dom/datastore/tests/file_app2.template.webapp
rename : dom/datastore/tests/test_revision.html => dom/datastore/tests/file_revision.html
2013-09-11 15:47:53 +02:00
Andrea Marchesini
1cf31429d2 Bug 871445 - patch 3 - DataStore: getChanges + revisionID, r=ehsan, sr=mounir, r=bent 2013-09-11 15:47:51 +02:00
Andrea Marchesini
105e876eeb Bug 871445 - patch 2 - DataStore: basic functions, r=mounir, r=bent 2013-09-11 15:47:49 +02:00