Tom Schuster
c43b3c4bfa
Bug 910436 - Electrolysis: Pass PBrowser to the PExternalHelperAppParent so that we can get a window for the download box. r=jdm
2013-09-12 15:24:10 -04:00
Tom Schuster
a46fb820f2
Bug 666816 - Implement the new e10s message passing code for the findbar. r=felipe
2013-09-13 19:27:19 -04:00
Andrew Quartey
f3572c47b5
Bug 897504 - Implement region API for Gecko. r=giles, khuey
2013-09-13 19:44:33 -04:00
Matt Brubeck
c0203a6293
Back out bug 916257 on a CLOSED TREE (DONTBUILD)
2013-09-13 16:36:10 -07:00
Nathan Froyd
c50d63b6c7
Bug 916257 - part 3 - write ALL_IPDLSRCS and CPPSRCS in one go; r=gps
2013-09-13 15:09:53 -04:00
Nathan Froyd
860d4d8c48
Bug 916257 - part 2 - separate out files-from-this-ipdl logic from writing CPPSRCS; r=gps
2013-09-13 15:03:15 -04:00
Nathan Froyd
22d756b807
Bug 916257 - part 1 - convert ipdlsrcs.mk writing to use mozbuild.makeutil; r=gps
2013-09-13 14:57:32 -04:00
Jeff Walden
0c1c7845fd
Bug 915805 - Refactor TryConvertFreeName to be more readable, and to not decide whether it can convert in one single huge |if|. r=jorendorff
2013-09-12 15:18:14 -07:00
Boris Zbarsky
a48b619d92
Bug 913855. Fix consumers of window mediator to be more consistent in their checking for closed windows. r=dolske
...
Note that we can't just stop returning closed windows from the window
mediator, because some consumers (e.g. session restore) rely on seeing
closed windows in the list so they can remove them from their internal
data structures expeditiouly.
2013-09-13 17:29:51 -04:00
Ryan VanderMeulen
32b997e516
Backed out 6 changesets (bug 914826) for bustage.
...
Backed out changeset a4a029c13179 (bug 914826)
Backed out changeset d16460fc0518 (bug 914826)
Backed out changeset b28cb0ae1853 (bug 914826)
Backed out changeset 5b4ce1d4d09b (bug 914826)
Backed out changeset 58d96448609a (bug 914826)
Backed out changeset 52b319afe965 (bug 914826)
2013-09-13 16:32:42 -04:00
Nathan Froyd
9c8023ea28
Bug 914826 - part 6 - don't include basictypes.h or nscore.h in ipdl headers; r=ehsan
2013-09-10 15:55:39 -04:00
Nathan Froyd
ba5ef2231d
Bug 914826 - part 5 - provide for cpp-only include files, starting with nsIFile.h and GeckoProfiler.h; r=ehsan
2013-09-10 15:45:16 -04:00
Nathan Froyd
4186a4655f
Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
2013-09-10 16:56:05 -04:00
Nathan Froyd
9645277c5a
Bug 914826 - part 3 - forward-declare nsIFile for GetMinidump() declaration; r=ehsan
2013-09-10 15:35:51 -04:00
Nathan Froyd
ec7cae2e0f
Bug 914826 - part 2 - rename builtinIncludes to builtinHeaderIncludes; r=ehsan
2013-09-10 15:34:44 -04:00
Nathan Froyd
5b6189be55
Bug 914826 - part 1 - use static_assert instead of COMPILE_ASSERT in IPCMessageStart.h; r=ehsan
2013-09-10 15:07:10 -04:00
Nathan Froyd
3e57d05761
Bug 913640 - sprinkle MOZ_CONSTEXPR on gfx's typed units to reduce static constructors; r=kats
2013-09-13 12:34:20 -04:00
Boris Zbarsky
0cc3917135
Bug 915368. Give dictionaries copy constructors and assignment operators when it's safe. r=khuey
2013-09-13 13:21:59 -04:00
Mounir Lamouri
0680d10a11
Bug 915551. Allow text-align styling on ::-moz-placeholder. r=bzbarsky
2013-09-13 14:15:01 +01:00
Stephen Pohl
06ac3a989e
Backout bug 817700 for causing various regressions. r=me
2013-09-13 14:14:36 -04:00
Joel Maher
d0df0ad4be
Bug 916045 - remove default cli options from talos.json. r=armenzg
2013-09-13 14:03:54 -04:00
Daniel Holbert
98112bb9c1
Bug 897105 followup: increase fuzz for reftest stacking-context-1.html a bit more. DONTBUILD
...
landing on CLOSED TREE w/ RyanVM's permission
2013-09-13 10:31:02 -07:00
Daniel Holbert
9ad8b4ba29
Bug 916115: In StickyScrollContainer::UpdatePositions, put do_QueryFrame result in a local var before comparing it for equality. r=corey
2013-09-13 10:04:23 -07:00
Edwin Flores
3c91242dfd
Bug 798843 - Add README for generating fonts for SVG in OpenType reftests r=dbaron
2013-09-13 07:08:56 +01:00
Jonathan Kew
6051d87ce2
Bug 798843 - Test to check that context-* attribute values are not valid when gfx.font-rendering.opentype_svg.enabled pref is false r=dbaron
2013-05-16 14:35:15 +12:00
Jonathan Kew
3ae2f0561f
Bug 798843 - Rename -moz-objectFill, -moz-objectStroke, -moz-objectValue to context-fill, context-stroke, context-value r=dbaron
...
* * *
bug 798843 - recompile svg.woff font to pick up the updated glyph definitions
* * *
bug 798843 - update property_database.js to match the new property names
2013-05-16 14:35:15 +12:00
Edwin Flores
d13a612d57
Bug 798843 - Replace instances of 'object' with 'context' to match change in CSS values r=roc
2013-05-16 14:35:12 +12:00
Jan de Mooij
9ec09b844b
Bug 916039 - Don't wrap |this| in strict mode eval. r=bhackett
...
--HG--
extra : rebase_source : 678d783f4cfe32a9b00db1a0bbb34940938bae0b
2013-09-13 17:51:50 +02:00
Dan Gohman
5b3bff6c46
Bug 915852 - IonMonkey: Add function positions to IONFLAGS=codegen output. r=jandem
2013-09-13 08:52:06 -07:00
Tom Schuster
6b1ed78ce5
Bug 666816 - Refactor findbar to use a result listener and move most of the logic into a JSM. r=mikedeboer
2013-09-13 10:41:23 -04:00
Tom Schuster
0292702a68
backout changeset 3734bebc9bfb, because bad commit message and missed nit
2013-09-13 11:41:47 -04:00
Nathan Froyd
4b1a1455ae
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
fab1bdab29
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
e98b3ef5bd
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
458eb54803
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
7dbe9f49c7
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
4c7a7ca9bf
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
7e10e3ef99
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
Steve Singer
5292de7eab
Bug 913556 - Add exotic cpu archs to the list of platforms in webrtc (from bug #654056 ). r=jesup
2013-09-13 17:17:33 +02:00
Cykesiopka
a434d8116c
Bug 733644 - Make nsNSSComponent use mozilla::Preferences. r=keeler, sr=bsmith
2013-09-13 09:02:15 -04:00
Ryan VanderMeulen
5b3f98f172
Backed out changesets 6c097bdfc079, 51f5d900cd27, 9fdf99c07466, and b322938b37ef (bug 798843) due to intermittent Windows test failures.
2013-09-13 11:15:54 -04:00
Brian R. Bondy
f798a11702
Bug 901002 - Add Windows 8.1 to the OS list for gfx driver blacklisting. r=bas
2013-09-13 11:08:05 -07:00
Ed Morley
d09ebefb80
Bug 916135 - Disable webaudio tests on B2G for too many timeouts that abort the rest of the suite
...
--HG--
extra : rebase_source : 4724e19d78413eda64d265358d5ae2468ac91fb8
2013-09-13 15:55:30 +01:00
Jason Orendorff
e2f528ffc2
Bug 913885 - Remove non-deterministic (and obsolete) warning when calling eval with multiple arguments, to reduce false alarms from differential testing. r=Waldo.
2013-09-13 09:52:53 -05:00
Jason Orendorff
38e866f22a
Bug 892671 - Specify the tolerance in each new ES6 Math test. r=jandem.
2013-09-13 09:52:11 -05:00
Jason Orendorff
9323342ae1
Bug 897403 - "Assertion failure: !((attrs ^ shape->attrs) & 0x40) || !(attrs & 0x40)" with bound function proxy. r=Waldo.
2013-09-13 09:52:05 -05:00
Ryan VanderMeulen
1bdee984a4
Backed out changeset 38a63dbeab37 (bug 733644) for suspicion of causing test_bug798843_pref.html failures.
2013-09-13 10:47:38 -04:00
Tom Schuster
c74f8b598b
Bug 666816 - Support findbar in e10s. r=mikedeboer
2013-09-13 10:41:23 -04:00
Dale Harvey
24b176ad1f
Bug 911195 - Properly compartment scroll event object. r=bz
...
--HG--
extra : rebase_source : 512a70ed17889808f0a6add6b4da7403fb3d4947
2013-09-13 15:11:42 +01:00
Ed Morley
4107500db0
Merge mozilla-central and inbound
2013-09-13 15:13:00 +01:00