Nikhil Marathe
6df7889086
Bug 967005 - Report rejected promises when worker stops running. r=bent
2014-03-11 16:10:41 -07:00
Kartikaya Gupta
a1bad3329e
Bug 981029 - Save and apply an input transform to input events from the APZ. r=botond
...
This accounts for the fact that in some cases we may not apply all of the
requested paint metrics from the APZ, leaving the two sides of the
GeckoContentController interface out of sync (on purpose).
2014-03-12 15:27:45 -04:00
Kartikaya Gupta
f3c8ac7c3e
Bug 981029 - Change the GeckoContentController interface to take CSSPoint instead of CSSIntPoint. r=botond
2014-03-12 15:27:45 -04:00
Kartikaya Gupta
98c45828b1
Bug 981029 - Make ProcessUpdateFrame behave in less magical ways. r=botond
...
Replace the always-true return value, with a FrameMetrics object that
reflects the final metrics put in place. Also remove the side-effect of
assigning mLastRootMetrics and put that in the call sites instead.
2014-03-12 15:27:44 -04:00
John Schoenick
1ba7f072f7
Bug 980625 - Fix more test plugin leaks found by LSAN. r=josh
2014-03-12 11:47:47 -07:00
John Schoenick
30a91e09e6
Bug 980625 - Fix minor leak in PluginModuleChild::Init found by LSAN. r=josh
2014-03-12 11:47:46 -07:00
John Schoenick
c7c08f52a8
Bug 980625 - Fix minor leak in nptest found by LSAN. r=josh
2014-03-12 11:47:46 -07:00
John Schoenick
b5739a7094
Bug 980625 - Strip trailing whitespace plague from nptest.cpp. r=josh
2014-03-12 11:47:46 -07:00
John Schoenick
545721bfc3
Bug 971279 - Followup, patch folding fail. r=me
2014-03-12 11:47:46 -07:00
John Schoenick
ea07f4efe4
Bug 836786 - Allow mousemove events to propagate from windowless plugins. r=josh
2014-03-12 11:47:45 -07:00
Ryan VanderMeulen
c990503a46
Merge m-c to inbound.
2014-03-10 11:29:15 -04:00
Blake Kaplan
5425a3f4f8
Bug 980586 - Remove old e10s prompt code. r=smaug
2014-03-10 08:57:07 -04:00
Richard Barnes
31c4799582
Bug 978435 - Add ArgumentToJSVal overload for typed arrays. r=bz
2014-03-10 08:55:46 -04:00
Max Vujovic
49c8567b01
Bug 948265 - Remove deprecated filterRes attribute from SVG filters. r=roc, r=hsivonen
2014-03-10 08:55:25 -04:00
Carsten "Tomcat" Book
b73790913d
Merge mozilla-central to mozilla-inbound
2014-03-10 12:34:00 +01:00
Carsten "Tomcat" Book
c5cb46f60a
Backed out changeset 5423f1b0599e (bug 979481)
2014-03-10 12:31:34 +01:00
Carsten "Tomcat" Book
81aed29a62
merge b2g-inbound to mozilla-central
2014-03-10 12:29:49 +01:00
Brian Birtles
138adeb229
Bug 979658 part 4 - Rename PLayerTransaction.GetTransform to GetAnimationTransform; r=dzbarsky
...
PLayerTransaction.GetTransform doesn't actually return the same kind of value
when the transform on the layer is not set by animation. This is because it uses
information stored with the animation to undo various transforms. We shouldn't
pretend to return something useful/similar when we don't have that information
available.
This patch renames GetTransform to GetAnimationTransform and makes it return
a union that has type void_t if the layer is not transformed by animation.
2014-03-10 13:47:12 +09:00
Brian Birtles
51753ab71b
Bug 979658 part 2 - Add nsDOMWindowUtils.getOMTAStyle; r=dbaron
...
nsDOMWindowUtils.getOMTAOrComputedStyle falls back to using getComputedStyle
when an OMTA style is not available. However, in order to be sure we are testing
OMTA, this patch adds getOMTAStyle which returns an empty string if no OMTA
style is available.
This patch also includes some minor stylistic tweaks. The method signature for
getOMTAOrComputedStyle now takes an nsIDOMElement parameter rather than
nsIDOMNode in order to simplify error-checking. (When we support OMTA of
pseudo-elements we will have to adjust the method signature but for now we only
support elements.) Also, some lines have been wrapped, ErrorResult is
declared closer to where it is used, and the return value aResult is only
truncated when returning NS_OK.
2014-03-10 13:47:12 +09:00
Brian Birtles
92acec8bfb
Bug 979658 part 1 - Add check that caller is chrome to GetOMTAOrComputedStyle; r=dzbarsky
...
Every other exposed method in nsDOMWindowUtils except getViewPortInfo and
getViewId performs this check. This patch makes getOMTAOrComputedStyle check the
caller is chrome as well.
2014-03-10 13:47:11 +09:00
Phil Ringnalda
7c7edf008b
Merge m-c to b-i
2014-03-09 20:43:45 -07:00
Shawn Huang
ca6d9f4f08
Bug 979160 - Outgoing connection failure shall trigger OnConnect instead of OnDisconnect, r=echou
2014-03-10 10:33:32 +08:00
Andrew McCreight
e91cb76669
Bug 977940, part 2 - Don't automatically trigger the ghost window detector during ICC. r=smaug
2014-03-08 05:38:53 -08:00
Andrew McCreight
ae691fcc12
Bug 977940, part 1 - Don't run the ghost window detector more than every 45 seconds. r=smaug
2014-03-08 05:38:52 -08:00
Robert O'Callahan
f87fd81842
Bug 975931. Part 11: Make nsDOMWindowUtils::SetDisplayPortForElement take a priority parameter, and set that parameter to 1 in reftests to override automatic displayport selection. r=kats
...
--HG--
extra : rebase_source : 07dcbfb67cb2db0bbb26a959517bbbdebd84f10b
2014-03-08 22:25:15 +13:00
Robert O'Callahan
c8a214195d
Bug 975931. Part 10: Refactor nsDOMWindowUtils to use a shared GetDocument method. r=matspal
...
--HG--
extra : rebase_source : 171cd80958a92efcf16ebd249c73f46dbdedb012
2014-03-08 22:22:28 +13:00
Chris Peterson
eb44b1f66e
Bug 980810 - Part 3: Fix clang -Wstring-conversion warnings in UDPSocket and mtransport code. r=bwc
2014-03-07 22:57:15 -08:00
Masayuki Nakano
33464e5c6d
Bug 978023 part.4 Clean up IMEStateManager r=smaug
2014-03-08 10:20:08 +09:00
Masayuki Nakano
2c3296d1bb
Bug 978023 part.3 Rename nsIMEStateManager to mozilla::IMEStateManager r=smaug
...
--HG--
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEStateManager.cpp
rename : dom/events/nsIMEStateManager.h => dom/events/IMEStateManager.h
2014-03-08 10:20:07 +09:00
Masayuki Nakano
9236d6ef28
Bug 978023 part.2 Clean up IMEContentObserver r=smaug
2014-03-08 10:20:07 +09:00
Masayuki Nakano
ce875b5089
Bug 978023 part.1 nsTextStateManager should be mozilla::IMEContentObserver and separated from nsIMEStateManager.cpp r=smaug
...
--HG--
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEContentObserver.cpp
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEContentObserver.h
2014-03-08 10:20:07 +09:00
Jeff Gilbert
bdd584a1f9
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
2014-03-07 13:26:17 -08:00
Ryan VanderMeulen
d76583a0fc
Merge inbound to m-c.
2014-03-07 15:38:19 -05:00
Ryan VanderMeulen
958011994e
Merge b2g-inbound to m-c.
2014-03-07 15:33:37 -05:00
Jan-Ivar Bruaroey
375dbcb861
Bug 980497 - Temporarily mute test. r=jesup
2014-03-07 14:01:13 -05:00
Benoit Jacob
9b658d0e51
Bug 977757 - 3/3 - Expose CSS_PROPERTY_ALWAYS_ENABLED_IN_CHROME_OR_CERTIFIED_APP properties in JS bindings as needed - r=bz
2014-03-07 12:14:26 -05:00
Benoit Jacob
9c93a3d8aa
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
2014-03-07 12:14:23 -05:00
Ed Morley
0ddf702725
Backed out changeset f94ee00aa4d6 (bug 974197) for causing gaia-ui-test failures
2014-03-07 15:45:59 +00:00
Carsten "Tomcat" Book
c346b6e437
merge b2g-inbound to mozilla-central
2014-03-07 12:49:50 +01:00
Mike Habicher
0c41a3a68c
Bug 980484 - make the zoom setting more robust, r=dhylands
2014-03-07 01:07:27 -05:00
Mike Habicher
bd1cc81444
Bug 965425 - expose ISO setting, r=dhylands,jst
2014-03-07 01:00:43 -05:00
Matt Woodrow
e1320c476a
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
2014-03-07 16:24:32 +13:00
Wes Kocher
8f82874c66
Merge m-c to inbound
2014-03-06 18:27:43 -08:00
Ryan VanderMeulen
fee54ff24f
Backed out changesets a7ea2d51414d and 901717199390 (bug 957917) for causing bug 980375.
2014-03-06 16:30:35 -05:00
Yuan Xulei
ecede3f723
Bug 980136 - Fix creating test file failure issue. r=dhylands
2014-03-06 08:43:00 -05:00
Gregory Szorc
6eb43615b4
Bug 979665 - Properly detect WebIDL type changes; r=froydnj
...
This patch fixes a bug in WebIDL code generation that could be triggered
if an input file changed locations but the original file remained on
disk. When computing the set of source .webidl files to perform code
generation on, we failed to prune files that were no longer part of the
active set of input files. References to files in old locations would
get pulled in to the regeneration set, leading to a cryptic KeyError
during code generation.
--HG--
extra : rebase_source : 23f1b973133960cfa954d44b20175fc7a369169a
2014-03-05 23:21:02 -08:00
Nikhil Marathe
a64d72c933
Bug 978062 - Fix SimplePush UDP port debug message. r=khuey
2014-03-05 16:23:03 -08:00
Shawn Ku
11e6563a1e
Bug 976491 - Add test case. r=Yoshi
2014-03-06 09:53:40 +08:00
Shawn Ku
a8e522d859
Bug 976491 - B2G RIL: Don't throw exception when running readICCID for some CMCC cards. r=Yoshi
2014-03-06 09:52:44 +08:00
Carsten "Tomcat" Book
bdea7bbb5b
Merge mozilla-central to b2g-inbound
2014-03-06 13:41:09 +01:00
Hsin-Yi Tsai
eb357af8b7
Bug 980236 - [B2G] [RIL] test_ril_worker_icc.js fails with DEBUG = true. r=allstars.chh
2014-03-06 18:05:38 +08:00
Thomas Zimmermann
358e315d3e
Bug 978809: Send ToggleBtAck after finishing BlueZ connection setup, r=echou
...
With this patch, ToggleBtAck is sent by the BlueZ backend of
Bluetooth after the connection has been set up completely.
2014-03-06 12:45:16 +01:00
Thomas Zimmermann
59813d6a1f
Bug 978809: Remove sToggleBtMonitor from Bluedroid backend, r=echou
...
When enabling or disabling Bluetooth, the Bluedroid backend waits
on sToggleBtMonitor until a BT adapter has been activated. Once
the monitor gets notified, the backend sends a ToggleBtAck runnable
to the main thread.
This patch removes sToggleBtMonitor from the Bluetooth Bluedroid
backend. Instead of signalling the monitor's notification, the
Bluedroid handler function sends the ToggleBtAck directly.
2014-03-06 12:43:35 +01:00
Eric Chou
e7759d8ae3
Bug 976943 - Replace OnConnect/OnDisconnect with one function, f=btian, r=gyeh
...
In BluetoothProfileController, it's meaningless to separate OnConnect
and OnDisconnect since the following steps would be the same for both
cases. Therefore I introduced a function called NotifyCompletion() for
each profile manager to report the completion of connecting/disconnecting
operations.
2014-03-06 19:26:28 +08:00
Eric Chou
1fc9272c77
Bug 976943 - Add error handing for connect/disconnect process, f=btian, r=gyeh
2014-03-06 19:26:22 +08:00
Carsten "Tomcat" Book
cf0d36b95b
Backed out changeset 4fb349c12a63 (bug 977372) for b2g ics emulator debug m8 test failure
2014-03-06 09:16:43 +01:00
Nathan Froyd
57afcc7d2d
Bug 968836 - fix a few already_AddRefed members in MediaManager.cpp; r=jesup
2014-03-05 17:58:13 -08:00
Kyle Huey
874b0f2877
Bug 979951: Always preserve the worker wrapper to ensure that we have something to tell us what compartment to enter. r=bent
2014-03-05 17:58:03 -08:00
Boris Zbarsky
29e21af8b1
Bug 874788. Allow WebIDL HTMLAllCollection to emulate undefined. r=peterv
2014-03-05 22:48:04 -05:00
Boris Zbarsky
94e63969a7
Bug 874787. Add support for legacycaller on proxy bindings. r=efaust,peterv
2014-03-05 22:48:03 -05:00
Doug Turner
d9090c7201
Bug 978593 - refactor and cleanup NetworkLocationProvider. Prep work to enable celluar support. r=jdm
2014-03-01 23:46:02 -08:00
Dave Hylands
131ad02dcc
Bug 977372 - Close IPC'd filedescriptor from device descriptor when finished with it. r=mikeh
2014-02-28 12:02:55 -08:00
Wes Kocher
3e0200aabe
Merge fxteam to m-c
2014-03-05 18:20:17 -08:00
Ryan VanderMeulen
a82c72c6ca
Merge m-c to inbound on a CLOSED TREE.
2014-03-05 16:08:02 -05:00
Ryan VanderMeulen
3d07d638ad
Merge b2g-inbound to m-c.
2014-03-05 16:01:53 -05:00
Boris Zbarsky
4b3ac033b1
Bug 978618. Fix error reporting for unintended XPConnect exceptions thrown by JS-implemented webidl to actually work correctly. r=bholley
2014-03-05 08:32:27 -05:00
Olli Pettay
15a9629656
Bug 978862, make sure to use the right event type atom throughout CompileEventHandlerInternal, r=jst
2014-03-05 15:16:42 +02:00
Olli Pettay
093484e915
Backout the previous landing (15229e2a01b1) for Bug 978862, since it had wrong bug number, r=backout
2014-03-05 15:16:04 +02:00
Carsten "Tomcat" Book
2b75afa842
merge b2g-inbound to mozilla-central
2014-03-05 13:24:51 +01:00
Carsten "Tomcat" Book
4124791bb3
merge mozilla-inbound to mozilla-central
2014-03-05 13:04:39 +01:00
L. David Baron
af015e471f
Bug 621618 patch 4: Make conditions in Element::RemoveFromIdTable match those in AddToIdTable, to avoid asymmetric calls to the document's functions. r=bzbarsky
2014-03-04 20:13:20 -08:00
L. David Baron
c756924cf8
Bug 976777: Truncate long source lines in script errors before sending them to the parent process. r=bent
...
This fixes an out-of-memory foreground-tab crash that I could reliably
reproduce on a 256MB Firefox OS phone, and I think also significantly
reduces the number of background tabs I'm seeing killed due to low
memory.
2014-03-04 20:13:19 -08:00
L. David Baron
a63ef45bd2
Fix merge error between bug 872273 (changeset 46df3fd9b0dc) and bug 946065 (changeset 243259fda9ab) and move this test to the directory where it's listed in mochitest.ini so it will actually be run. No review.
...
Bug 979640 is filed on making this mistake harder.
--HG--
rename : content/xbl/test/test_bug872273.xhtml => dom/xbl/test/test_bug872273.xhtml
2014-03-04 20:13:19 -08:00
Andrea Marchesini
f9cfcef2a3
Bug 966054 - MessagePort should use StructuredCloneBuffer as internal member, r=smaug
2014-03-05 03:28:20 +00:00
Andrea Marchesini
f247026039
Bug 979109 - termination string check in Console.cpp, r=smaug
2014-03-05 03:22:32 +00:00
Jed Davis
6a4c4691a0
Bug 946407 - Reimplement DumpMemoryInfoToTempDir in terms of GetReports. r=njn
...
This winds up exposing things in the nsIMemoryReporterManager interface
that arguably don't belong at that level of abstraction -- "minimize
memory usage first" and DMD -- in order to take advantage of the
infrastructure that GetReports already has for managing the child
processes.
2014-03-04 18:27:13 -08:00
Gregory Szorc
6855aa46f4
Bug 979640 - Make build system error on missing test files; r=ted
...
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.
The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.
dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.
Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)
--HG--
extra : amend_source : cb6b9bf91e57569c8be312d3c16fef69b2b0b950
2014-03-04 17:48:50 -08:00
Ryan VanderMeulen
31a858278a
Backed out changeset 593206fbd97e (bug 979640) for mochitest-other failures.
...
CLOSED TREE
2014-03-05 13:52:02 -05:00
Gregory Szorc
1944284f31
Bug 979640 - Make build system error on missing test files; r=ted
...
Previously, the build system may silently missing test files defined in
manifests. This patch makes missing test files a fatal error, detected
when reading test manifests.
The test_bug872273.html XBL test appeared to be orphaned in
content/xbl/test. It has been reunited with its family.
dom/tests/mochitest/notification referenced a single test file which was
recently deleted. That manifest has been removed.
Missing test files related to the Python unit tests for the build system
have been added. (They are a bunch of empty files.)
--HG--
extra : rebase_source : 8c64986169064401951585c07deadada8c905550
2014-03-04 17:48:50 -08:00
Botond Ballo
31dd73ffca
Bug 978840 - Calculate displayport based on up-to-date scrollable rect on first paint. r=tn
...
--HG--
extra : rebase_source : b370dd7d139f41d6da41c464fa700c9ecfd212c4
2014-03-04 19:02:37 -05:00
Ryan VanderMeulen
291eff6624
Merge m-c to fx-team.
2014-03-04 17:24:28 -05:00
Ryan VanderMeulen
f8b176e5a0
Merge inbound to m-c.
2014-03-04 17:12:58 -05:00
Nils Ohlmeier [:drno]
da10c6e2c0
Bug 976182 - Handle initial ICE connection state failed in tests properly. r=bwc
2014-03-04 13:51:37 -05:00
Eitan Isaacson
b215619269
Bug 978075 - Screen reader turn on and off announce. r=yzen
...
This patch does several other things:
1. When a PrefCache with no default setting available is created, or cleared, set value to null.
2. Removed weird margin change in announce box.
3. Add announce method to speech presenter.
4. Don't start and stop AccessFu implicitly in AccessFuTest.
5. Change tests to two start/stop pairs where in one pair we activate via pref, and
the other one via settings (TODO).
2014-03-04 10:10:38 -08:00
Bobby Holley
c96d59f157
Bug 916644 - Disable invoking WebIDL constructors without |new| unless you have the system principal. r=bz
2014-03-04 10:05:08 -08:00
Bobby Holley
f8b76527a8
Bug 977340 - Clean up cx usage in Promises. r=bz
...
None of these are hazards, because we already make sure to push the JSContext
in the cases where we do anything meaningful in JSAPI. But the current setup
trips the new assertions, and is ugly to boot. Let's fix it.
2014-03-04 10:05:08 -08:00
Bobby Holley
f25679417d
Bug 976938 - Add a way to identify the Xray parent (if any) of a given function. r=bz
2014-03-04 10:05:07 -08:00
Andrew McCreight
f69705804f
Bug 978468 - Add some MOZ_FINAL to XBL. r=mrbkap
2014-03-04 09:49:39 -08:00
Benjamin Smedberg
fc175da9d1
Bug 778866 - Abort from the I/O thread on abnormal shutdown of a plugin-process, in case the main thread is wedged and the Firefox process has already been killed, r=cjones
2014-03-04 12:17:01 -05:00
Bevis Tseng
345798baec
Bug 977920 - Retrieve iccId without checking prototype of IccInfo. r=vyang
2014-03-05 11:10:46 +08:00
David Keeler
06559f1667
bug 978797 - stop classifying SEC_ERROR_INADEQUATE_KEY_USAGE as a "bad cert" error r=briansmith
2014-03-03 15:39:07 -08:00
Ehsan Akhgari
f4686ac699
Bug 976258 - Undo the damage of including windows.h in IPCMessageUtils.h; r=bent
2014-03-03 21:35:51 -05:00
Matthew Gregan
87855800ef
Bug 962353 - Remove totalFrameDelay from VideoPlaybackQuality. r=chris.double
...
It's not implemented by other vendors and marked as "at risk" in the spec.
Easy to add back if there's real demand/a concrete spec.
2014-03-04 15:31:57 +13:00
Jed Davis
0b003a2507
Bug 974540 - Fix nsMemoryReporterManager child count for Nuwa. r=khuey
2014-03-03 17:27:03 -05:00
Ryan VanderMeulen
2a78057cf2
Merge m-c to inbound.
2014-03-03 17:23:35 -05:00
Ryan VanderMeulen
ea7db637cd
Merge inbound to m-c.
2014-03-03 17:00:34 -05:00
Ed Morley
7f8860f5ca
Merge mozilla-central and b2g-inbound
2014-03-03 16:59:32 +00:00
Ed Morley
19a755d4e4
Merge mozilla-central and inbound
2014-03-03 16:59:25 +00:00
Ed Morley
7d716105c8
Backed out changeset 508848ad378a (bug 939562) for causing bug 978450
2014-03-03 16:54:26 +00:00
Bobby Holley
b627ef0672
Bug 975419 - Trace the Incumbent Global from a CallbackObject (but check it too, just to be safe). r=bz,mccr8
2014-03-03 08:53:42 -08:00
Ryan VanderMeulen
7cbcc3884c
Backed out changeset 9024f38e3809 (bug 843666) for bustage.
2014-03-03 11:21:10 -05:00
Jeff Gilbert
8a9841d194
Bug 843666 - Implement color-buffer-(half-)float for WebGL. r=kamidphish
2014-03-03 10:36:52 -05:00
Ed Morley
e1af01a9ec
Merge latest green fx-team changeset and mozilla-central
2014-03-03 14:48:02 +00:00
Ed Morley
a96a5e92b0
Merge latest green b2g-inbound changeset and mozilla-central
2014-03-03 14:45:43 +00:00
Tim Taubert
635ab0055a
Bug 978540 - Follow-up to explicitly discard unused return value r=bustage
2014-03-03 10:05:13 +01:00
Andrea Marchesini
244377af1c
Bug 979199 - DataStore should not dispatch events when the window is destroyed, r=ehsan
2014-03-04 16:24:32 +00:00
William Chen
85c733191c
Bug 978398 - Rename custom element callbacks from enteredView/leftView to attached/detached. r=mrbkap
2014-02-28 17:45:31 -08:00
Brian Hackett
7a696c0737
Bug 978562 - Remove redundant assignment to {TypedArray}.length, r=gsvelto.
2014-03-03 14:51:53 -07:00
Alan Huang
dbb6bb4e64
Bug 971612 - Implement "mount" and "unmount" API for device storage. r=dhylands
2014-03-04 19:24:19 +08:00
Carsten "Tomcat" Book
af75e007d4
Merge mozilla-central to b2g-inbound
2014-03-04 15:12:22 +01:00
Vivien Nicolas
b7f7e7b34c
Bug 978544 - Ignore events targetting a nsIMozBrowserFrame in BrowserElementPanning.js. r=fabrice
2014-03-04 09:53:16 +01:00
Makoto Kato
ba3a895ec9
Bug 968647 - Part 1. Add position change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Makoto Kato
cf57cff4a8
Backed out changeset d06ee3f1e9a3 (bug 968647)
2014-03-03 11:53:43 +09:00
Makoto Kato
14038c6580
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Andrea Marchesini
9c9de5345e
Bug 978522 - Console must use LinkedList instead a nsTArray, r=smaug
2014-03-03 00:20:34 +00:00
Olli Pettay
edea165111
Bug 978605, DataTransfer.files may return null, r=khuey
2014-03-03 00:45:43 +02:00
Yoshi Huang
45695d8615
Bug 977440 - B2G RIL: add xpcshell tests for the processICCIOError. r=vicamo
...
From e13745bd7ccd720f66d75c75259af7fd7f4e6014 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/tests/test_ril_worker_icc.js | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
2014-02-27 15:35:45 +08:00
Wes Kocher
ca3c2f0986
Backed out changeset 6058a0d53426 (bug 903291) for causing bug 977215
2014-02-28 15:25:21 -08:00
Mike Habicher
7e59fa5afc
Bug 976802 - add support for testing fake CameraParameters, r=dhylands
2014-02-28 17:51:26 -05:00
Dave Hylands
f369b18fd2
Backout 46841ca6d96a (Bug 977372) due to Windows bustage on a CLOSED TREE
...
--HG--
extra : amend_source : 2fa55ab8144f89307d0d249004d9c9f18111441e
2014-02-28 14:19:25 -08:00
Masayuki Nakano
3a137667e8
Bug 974318 part.10 Remove WidgetTextEvent::rangeCount and WidgetTextEvent::rangeArray r=smaug
2014-03-04 22:48:28 +09:00
Masayuki Nakano
988a8c3033
Bug 974318 part.9 Use WidgetTextEvent::mRanges on CompositionStringSynthesizer r=smaug
2014-03-04 22:48:28 +09:00
Masayuki Nakano
c5aac51f12
Bug 974318 part.4 Remove nsDOMTextEvent r=smaug
2014-03-04 22:48:27 +09:00
Masayuki Nakano
bd7230cba0
Bug 974318 part.3 Remove nsIPrivateTextRange and nsIPrivateTextEvent r=smaug
2014-03-04 22:48:26 +09:00
Masayuki Nakano
ebe6a3a543
Bug 974318 part.2 TextComposition should store TextRangeArray at editor handling text event and nsEditor should refer it r=smaug+ehsan
2014-03-04 22:48:26 +09:00
Masayuki Nakano
793376edad
Bug 974318 part.1 Add WidgetTextEvent::mRanges which is an array class of TextRange r=smaug
2014-03-04 22:48:26 +09:00
John Schoenick
4f8394db1d
Bug 976861 - nsPluginTag::GetLastModifiedTime should use NS_IMETHODIMP. r=gfritzsche
2014-03-04 12:18:09 +01:00
Dave Hylands
3328e4df15
Bug 977372 - Close IPC'd filedescriptor from device descriptor when finished with it. r=mikeh
2014-02-28 12:02:55 -08:00
Ryan VanderMeulen
877b4b2eaa
Merge m-c to b2g-inbound.
2014-02-28 16:09:30 -05:00
Ryan VanderMeulen
a94a1ab0bc
Merge inbound to m-c.
2014-02-28 16:03:19 -05:00
Ryan VanderMeulen
d3b1be56d2
Backed out changeset 461d5599aa8c (bug 977372) for bustage.
...
CLOSED TREE
2014-02-28 15:20:32 -05:00
Dave Hylands
34a5c3b324
Bug 977372 - Close IPC'd filedescriptor from device descriptor when finished with it. r=mikeh
2014-02-28 12:02:55 -08:00
Dave Hylands
ec6cb58cab
Bug 977373 - Fix DeviceStorage file handle leak. r=mikeh
2014-02-28 12:02:54 -08:00
Andrew McCreight
8e1830277d
Bug 977260, part 2 - Use more macros for CC nsDOMCameraControl stuff. r=smaug
...
Use more powerful macros for nsDOMCameraControl
2014-02-28 09:56:23 -08:00
Andrew McCreight
0f44788377
Bug 977260, part 1 - Don't implement wrappercache CC stuff for nsDOMCameraControl. r=smaug
2014-02-28 09:56:23 -08:00
Ryan VanderMeulen
9cdadc836a
Merge m-c to b2g-inbound.
2014-02-28 10:16:37 -05:00
Carsten "Tomcat" Book
a927d781fe
merge b2g-inbound to mozilla-central
2014-02-28 14:42:11 +01:00
Carsten "Tomcat" Book
b698e9bf03
Backed out changeset e670f691e2b9 (bug 968647) for mochitest test bustage on OS X on a CLOSED TREE
2014-02-28 09:30:34 +01:00
Makoto Kato
733278c657
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Andrea Marchesini
2ddf6e9da6
Bug 976313 - DataStoreChangeEvent should have 'owner' property, r=ehsan
2014-02-28 07:34:38 +00:00
Wes Kocher
e4299dd8a6
Merge m-c to b2g-inbound
2014-02-27 17:47:32 -08:00
Wes Kocher
9da41647fe
Merge inbound to m-c
2014-02-27 16:52:51 -08:00
Oleg Romashin
0f3424c689
Bug 977695 - Update bubbles/cancelable attribute for pointer events. r=smaug
2014-02-27 16:13:05 -08:00
Ryan VanderMeulen
b1611fccd5
Merge m-c to b2g-inbound.
2014-02-27 17:34:25 -05:00
Ryan VanderMeulen
48d69f19f8
Merge inbound to m-c.
2014-02-27 16:55:18 -05:00
Jed Davis
b8c81fc6e2
Bug 970676 - Turn on sandboxing on all relevant threads. r=dhylands r=bent f=kang
2014-02-27 13:18:01 -08:00
Chuck Lee
b4e63d4f53
Bug 975813 - Support IPv6 in Network Manager. r=vicamo,fabrice
2014-02-28 20:24:35 +08:00
Jessica Jong
4025634f1f
Bug 960865 - Part 5: add dun connection timer and reference count. r=vchang
2014-02-28 18:05:10 +08:00
Jessica Jong
fdff1b130f
Bug 960865 - Part 4: dun support implementation in NetworkManager. r=vchang
2014-02-28 18:05:06 +08:00
Jessica Jong
5938501a14
Bug 960865 - Part 3: modify nat command to support setting rules for secondary routing table. r=vchang
2014-02-28 18:05:02 +08:00
Jessica Jong
688c8cab8b
Bug 960865 - Part 2: handle dun apn type in RadioInterfaceLayer. r=hsinyi
2014-02-28 18:04:59 +08:00
Jessica Jong
948ed046c8
Bug 960865 - Part 1: add dun apn type constant in idls. r=vchang
2014-02-28 18:04:55 +08:00
Marco Castelluccio
1de061351a
Bug 847518 - window.open(url, "_blank") should open in default browser. r=myk, r=bz
2014-02-27 11:56:48 -05:00
Benjamin Bouvier
470398b6d7
Bug 939843: Required changes in the rest of the tree; r=froydnj
...
--HG--
extra : rebase_source : 5757eb2b73755c8da08112b91b025a8fa860d7e8
2014-02-27 16:23:16 +01:00
Jan de Mooij
53c60cb160
Bug 939562 part 3 - Move JIT flags from ContextOptions to RuntimeOptions. r=bent,bholley,luke
...
--HG--
extra : rebase_source : e25c6f5f381a972c472fb8a845c737fb31617682
2014-02-26 10:25:36 +01:00
Ryan VanderMeulen
b00f0ba8d9
Merge m-c to inbound.
2014-02-28 10:15:57 -05:00
Masayuki Nakano
dfb5c2e301
Bug 975688 part.27 Rename nsDOMTimeEvent to mozilla::dom::TimeEvent r=smaug
...
--HG--
rename : dom/smil/nsDOMTimeEvent.cpp => dom/smil/TimeEvent.cpp
rename : dom/smil/nsDOMTimeEvent.h => dom/smil/TimeEvent.h
2014-02-28 23:58:43 +09:00
Masayuki Nakano
3d0ba958a1
Bug 975688 part.26 Rename nsDOMUIEvent to mozilla::dom::UIEvent r=smaug
...
--HG--
rename : dom/events/nsDOMUIEvent.cpp => dom/events/UIEvent.cpp
rename : dom/events/nsDOMUIEvent.h => dom/events/UIEvent.h
2014-02-28 23:58:43 +09:00
Masayuki Nakano
fff8c77e41
Bug 975688 part.25 Rename nsDOMScrollAreaEvent to mozilla::dom::ScrollAreaEvent r=smaug
...
--HG--
rename : dom/events/nsDOMScrollAreaEvent.cpp => dom/events/ScrollAreaEvent.cpp
rename : dom/events/nsDOMScrollAreaEvent.h => dom/events/ScrollAreaEvent.h
2014-02-28 23:58:43 +09:00
Masayuki Nakano
4b31f787fd
Bug 975688 part.24 Rename nsDOMNotifyPaintEvent to mozilla::dom::NotifyPaintEvent r=smaug
...
--HG--
rename : dom/events/nsDOMNotifyPaintEvent.cpp => dom/events/NotifyPaintEvent.cpp
rename : dom/events/nsDOMNotifyPaintEvent.h => dom/events/NotifyPaintEvent.h
2014-02-28 23:58:43 +09:00
Masayuki Nakano
f84823422b
Bug 975688 part.23 Rename nsDOMXULCommandEvent to mozilla::dom::XULCommandEvent r=smaug
...
--HG--
rename : dom/events/nsDOMXULCommandEvent.cpp => dom/events/XULCommandEvent.cpp
rename : dom/events/nsDOMXULCommandEvent.h => dom/events/XULCommandEvent.h
2014-02-28 23:58:42 +09:00
Masayuki Nakano
da9fdebadc
Bug 975688 part.22 Rename nsDOMTrasitionEvent to mozilla::dom::TrasitionEvent r=smaug
...
--HG--
rename : dom/events/nsDOMTransitionEvent.cpp => dom/events/TransitionEvent.cpp
rename : dom/events/nsDOMTransitionEvent.h => dom/events/TransitionEvent.h
2014-02-28 23:58:42 +09:00
Masayuki Nakano
df62ae43e4
Bug 975688 part.21 Rename nsDOMNotifyAudioAvailableEvent to mozilla::dom::NotifyAudioAvailableEvent r=smaug
...
--HG--
rename : dom/events/nsDOMNotifyAudioAvailableEvent.cpp => dom/events/NotifyAudioAvailableEvent.cpp
rename : dom/events/nsDOMNotifyAudioAvailableEvent.h => dom/events/NotifyAudioAvailableEvent.h
2014-02-28 23:58:42 +09:00
Masayuki Nakano
1237687ca3
Bug 975688 part.20 Rename nsDOMTouchEvent and nsDOMTouchList to mozilla::dom::TouchEvent and TouchList r=smaug
...
--HG--
rename : dom/events/nsDOMTouchEvent.cpp => dom/events/TouchEvent.cpp
rename : dom/events/nsDOMTouchEvent.h => dom/events/TouchEvent.h
2014-02-28 23:58:42 +09:00
Masayuki Nakano
df7a489370
Bug 975688 part.19 Remove unnecessary items in Bindings.conf r=smaug
2014-02-28 23:58:41 +09:00
Boris Zbarsky
f73bafbb6a
Bug 952596 followup to fix dumb typo and reopen CLOSED TREE.
2014-02-28 09:09:11 -05:00
Boris Zbarsky
f5403eb543
Bug 952596. HasActiveDocument should just clearly assert that it's only called on inner windows. r=smaug
2014-02-28 08:57:14 -05:00
Kai-Zhen Li
d0d48dfbc5
Bug 976944 - Update softap parameters for kk. r=vchang
2014-02-26 14:41:42 +08:00
Bevis Tseng
64c98afa25
Bug 974820 - Part 3: Test case to verify Storage Full Error Code. r=vyang
2014-02-26 10:55:47 +08:00
Luke Wagner
731533e709
Bug 980180 - remove principals as an argument to compilation, part 1 (r=terrence)
...
--HG--
extra : rebase_source : 8bf0ff6974870d6772021aafa88dd8fd5132fc70
2014-03-06 16:28:05 -06:00
John Schoenick
b3506a6c7a
Bug 977955 - Cleanup PluginModule shutdown r=bsmedberg
2014-03-06 15:51:12 -08:00
Bobby Holley
8c2b8ca542
Bug 969441 - Check for recursion outside of the hairy transplant callsites. r=billm
2014-03-06 15:26:17 -08:00
Kyle Huey
5700ee0b43
Bug 978602: Caching the global's nsISupports* off the main thread. r=bz
2014-03-06 13:05:11 -08:00
Kyle Huey
8fa0ba8131
Bug 979445: Add API to mozStorage for adopting blob data and use that in IDB to avoid unnecessary copies. r=bent
2014-03-06 13:03:52 -08:00
Doug Turner
30f8efaa69
Bug 977454 - export network location provider on b2g. r=khuey
2014-02-25 16:06:01 -08:00
Ehsan Akhgari
10fff60bc2
Actually enable the debugging code for bug 960760
2014-03-01 10:53:07 -05:00
Brian Smith
fd8c0bbe41
Backout cset 4c4041cfc095 (bug 977454), a a=bustage
2014-02-28 22:14:05 -08:00
Doug Turner
7153db0857
Bug 977454 - export network location provider on b2g. r=khuey
2014-02-25 16:06:01 -08:00
Wes Kocher
b158b5183e
Backed out changeset c14980a16210 (bug 948265) so it can address review comments first, despite the CLOSED TREE
2014-02-28 14:48:31 -08:00
Yuan Xulei
1439865a3b
Bug 910412 - Test for checking filesystem API permissions. r=dhylands
2014-03-05 11:23:42 +08:00
Yuan Xulei
4e51f55c68
Bug 910412 - Filesystem API permission request and checks. r=dhylands
2014-03-05 11:24:19 +08:00
Yuan Xulei
b1993a8aef
Bug 910412 - Basic tests for filesystem API. r=dhylands
2014-03-05 11:24:53 +08:00
Yuan Xulei
858942196b
Bug 910412 - Implement |getRoot|, |createDirectory| and |get| for Directory. r=dhylands, r=smaug
2014-03-05 11:25:40 +08:00
Yuan Xulei
ca0c726448
Bug 910412 - WebIDL and DOM binding for filesystem API. r=baku, r=smaug, f=dhylands, f=jonas
2014-03-05 11:26:39 +08:00
Yuan Xulei
d074c7bf78
Bug 957213 - Fix Intermittent test_bug944397.html caused by SetTimeout. r=fabrice
2014-03-14 09:43:13 -04:00
Carsten "Tomcat" Book
ac51ae1f62
Merge mozilla-central to b2g-inbound
2014-03-14 12:43:37 +01:00
Thomas Zimmermann
8b1eb0343a
Bug 979370: Remove |BluetoothService::IsEnabledInternal|, r=echou
...
The method |IsEnabledInternal| of |BluetoothService| is not used
any longer. This patch removes it.
2014-03-14 10:50:29 +01:00
Thomas Zimmermann
48270a0cf3
Bug 979370: Remove |ToggleBtTask|, r=echou
...
|ToggleBtTask| runs on the same thread as the start and stop methods
of |BluetoothService|. This patch merges the code of |ToggleBtTask|
into the start and stop methods and removes the class.
2014-03-14 10:50:18 +01:00
Thomas Zimmermann
37bbe5d22a
Bug 979370: Split |BluetoothService::StartStopBluetooth|, r=echou
...
This patch splits |BluetoothService::StartStopBluetooth| into two
separate functions. Both have mostly different code paths.
2014-03-14 10:50:02 +01:00
Thomas Zimmermann
d5c4098cf9
Bug 979370: Move Bluetooth thread into BlueZ backend, r=echou
...
The Bluetooth thread is only necessary for starting and stopping
Bluetooth with the BlueZ backend. Bluedroid implements its multi-
threading internally.
This patch moves the Bluetooth thread into the BlueZ backend. Two
runnables implement the starting and stopping code. The methods
|StartInternal| and |StopInternal| of |BluetoothDBusService| each
create an instance of the respective runnable and send it to the
internal BT thread. The code in |BluetoothService| runs completely
on the main thread.
For the Bluedroid back end, the patch changes a number of thread
assertions.
2014-03-14 10:49:33 +01:00
Dave Hylands
0d681a0257
Bug 977372 - Close IPC'd filedescriptor from device descriptor when finished with it. r=mikeh
2014-02-28 12:02:55 -08:00
Robert O'Callahan
842a358cf9
Bug 975931. Part 5: Propagate scrolling behavior for non-app non-browser remote <iframe>s. r=khuey
...
--HG--
extra : rebase_source : 22af85668d4e1f286c0887dd31842cd67f29f3f2
2014-02-24 18:45:14 +13:00
William Chen
dc92cdb323
Bug 976318 - Template element contents owner document should be an inert template document. r=mrbkap
2014-03-03 12:03:23 -08:00
Gavin Sharp
59225bb67b
Bug 900762: lack of a disk space watcher component shouldn't warn, r=bent
2014-03-01 18:37:34 -08:00
Byron Campen [:bwc]
88008dfd1d
Bug 958221 - Part 3: New webidl for WebrtcGlobalInformation, c++ impl, and removing logging-related stuff from PeerConnectionImpl. r=jib
2014-02-20 09:35:35 -08:00
Nikhil Marathe
64ce0e2c51
Bug 967005 - Report rejected promises when worker stops running. r=bent
...
--HG--
extra : rebase_source : 3f569387061151b1afb5f09a8d1ca04e85e376e1
2014-03-12 07:31:03 -07:00
Bob Owen
2a3bc8bd77
Bug 982555 - Correct message in TabChild::DestroyBrowserWindow. r=smaug
2014-03-12 08:36:04 +00:00
Vaibhav Agarwal
086e8d6332
Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher
2014-03-12 11:41:08 -04:00
Tim Taubert
e981973f13
Bug 978540 - [e10s] Correctly maintain active state for remote docShells r=smaug
2014-02-20 12:26:13 +01:00
Bevis Tseng
07ae6b7a7c
Bug 974820 - Part 2: Add error handling of sending/receiving SMS/MMS when device storage is full. r=vyang
2014-02-20 12:21:11 +08:00
Bevis Tseng
945c0c13b7
Bug 974820 - Part 1: Add new error type STORAGE_FULL_ERROR. r=vyang
2014-02-20 12:17:47 +08:00
Yuan Xulei
d80c39d240
Bug 910412 - Test for checking filesystem API permissions. r=dhylands
2014-03-05 11:23:42 +08:00
Yuan Xulei
03665f1ce0
Bug 910412 - Filesystem API permission request and checks. r=dhylands
2014-03-05 11:24:19 +08:00
Yuan Xulei
1d5dcbf295
Bug 910412 - Basic tests for filesystem API. r=dhylands
2014-03-05 11:24:53 +08:00
Yuan Xulei
260442ce9a
Bug 910412 - Implement |getRoot|, |createDirectory| and |get| for Directory. r=dhylands, r=smaug
2014-03-05 11:25:40 +08:00
Yuan Xulei
51a5ebf8e6
Bug 910412 - WebIDL and DOM binding for filesystem API. r=baku, r=smaug, f=dhylands, f=jonas
2014-03-05 11:26:39 +08:00
Carsten "Tomcat" Book
bcc4f80b2c
Merge mozilla-central to b2g-inbound
2014-03-05 13:47:31 +01:00
Eric Chou
fbb9be6ba1
Bug 976883 - Handle unknown property sent from bt stack properly, f=btian, r=shuang
2014-03-05 15:50:54 +08:00
Ted Clancy (:tedders1)
fa918be1f0
Bug 970340 - Large file sizes not displayed correctly. r=khuey
2014-02-25 15:38:56 -08:00
Edgar Chen
d2d3b8ca0d
Bug 961571 - Part 4: Add test case for data connection. r=hsinyi
2014-02-26 07:11:00 +08:00
Edgar Chen
de0c8e87ce
Bug 961571 - Part 3: Handle ims apn type in NetworkManager. r=hsinyi
2014-02-26 00:08:00 +08:00
Edgar Chen
e16d5ab15b
Bug 961571 - Part 2: Handle ims apn type in RILNetworkInterface. r=hsinyi
2014-02-26 00:08:00 +08:00
Edgar Chen
774271d2b2
Bug 961571 - Part 1: IDL changes for adding ims apn type. r=hsinyi
2014-02-26 00:07:00 +08:00
Carsten "Tomcat" Book
236427f5bf
Merge mozilla-central to b2g-inbound
2014-02-27 15:59:39 +01:00
Carsten "Tomcat" Book
d603bc01af
merge b2g-inbound to mozilla-central
2014-02-27 15:10:44 +01:00
Fabien Cazenave (kaze@mozilla.com)
de3de525b7
Bug 968550 - onerror is undefined in processICCIOError. r=yoshi
2014-02-27 15:25:17 +08:00
Szu-Yu Chen [:aknow]
a7b3a8d505
Bug 969218 - Part 6: Use promise for dial and dialEmergency - ipc. r=khuey
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
edf60cc491
Bug 969218 - Part 5: Use promise for dial and dialEmergency - provider. r=hsinyi
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
f29a5c9fba
Bug 969218 - Part 4: Use promise for dial and dialEmergency - dom. r=khuey
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
23536b8346
Bug 969218 - Part 3: Use promise for dial and dialEmergency - internal interface. r=hsinyi
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
105ecd3269
Bug 969218 - Part 2: Modify tests. r=hsinyi
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
135fee9c50
Bug 969218 - Part 1: Use promise for dial and dialEmergency - webidl. r=hsinyi
2014-02-27 14:12:30 +08:00
Wes Kocher
e41db1a003
Merge inbound to m-c
2014-02-26 18:20:47 -08:00
Mike Habicher
260df5f572
Bug 977313 - exposed "Started" and "Stopped" recorder states, r=dhylands
...
--HG--
extra : rebase_source : 80b2919dcd8d91e8bf4a1214d078c8aa63654c4b
2014-02-26 18:07:11 -05:00
Ryan VanderMeulen
8c2f507822
Merge b2g-inbound to m-c.
2014-02-26 16:35:43 -05:00
Olli Pettay
4a5cf6539f
Bug 977072 - attributes in MutationRecord can be [Constant], r=bz
2014-02-26 21:51:45 +02:00
Ryan VanderMeulen
6e2138ee8a
Backed out 6 changesets (bug 969218) for bustage. DONTBUILD
...
Backed out changeset 86356906ecf0 (bug 969218)
Backed out changeset 46fa16a18c27 (bug 969218)
Backed out changeset 75219ceb5175 (bug 969218)
Backed out changeset b9f4ba525eec (bug 969218)
Backed out changeset 323c1329614b (bug 969218)
Backed out changeset e0fa4e0eee36 (bug 969218)
2014-02-26 14:27:54 -05:00
Szu-Yu Chen [:aknow]
3844dff7fd
Bug 969218 - Part 6: ipc r=khuey
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
c1a2d973df
Bug 969218 - Part 5: gonk provider r=htsai
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
7e1749f946
Bug 969218 - Part 4: dom r=khuey
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
2aa08d0fca
Bug 969218 - Part 3: Internal interface r=htsai
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
ff207a0e1e
Bug 969218 - Part 2: Modify tests r=htsai
2014-02-26 11:03:55 -08:00
Szu-Yu Chen [:aknow]
977d5a334e
Bug 969218 - Part 1: Use promise for dial and dialEmergency - webidl. r=hsinyi
2014-02-26 11:03:55 -08:00
Kyle Huey
4775871523
Bug 975052. r=smaug
2014-02-26 11:00:40 -08:00
Andrea Marchesini
e87af597d7
Bug 976311 - DataStore checks if the messages are for itself, r=ehsan
2014-02-26 17:38:38 +00:00
Andrea Marchesini
7d27eb0477
Bug 974270 - Fixed b2g datastore mochitest failure - undefined testStoreGet() method., r=ehsan
2014-02-26 17:36:40 +00:00
Carsten "Tomcat" Book
e428ad4fe3
Backed out changeset 802aa43ae8cc (bug 939562) for PGO mochitest regression on a CLOSED TREE
2014-02-26 16:02:15 +01:00
Luke Wagner
0b60875286
Bug 976763 - Change DescribeStack not to return JSScripts or JSFunctions (r=bz)
...
--HG--
extra : rebase_source : d9a784df61c00421c9a1e360f92ffc763bf49858
2014-02-25 09:43:14 -06:00
Boris Zbarsky
54b6eab72f
Bug 962256 yet another part. Eliminate some unnecessary roots in HTMLDocumentBinding::DOMProxyHandler::get. r=bholley
2014-02-26 12:40:57 -05:00
Henry Chang
9aa373efa4
Bug 976455 - Check p2pSupported and p2pManager in WifiWorker.js::syncDebug. r=vchang
2014-02-25 16:43:36 +08:00
Henry Chang
83ff9c271a
Bug 976452 - Add back the getWifiScanResults in WifiWorker.js. r=vchang
2014-02-25 16:33:13 +08:00
Solomon Chiu
61edc953b4
Bug 959505 - Modify nativewindow relative files which affected by KK's change. r=sotaro
2014-02-25 15:51:46 +08:00
Hsin-Yi Tsai
334747f140
Bug 881174 - part5 - cdma 3way call: BT. r=gyeh
2014-02-21 17:53:23 +08:00
Hsin-Yi Tsai
82ea0d70f6
Bug 881174 - part4 - cdma 3way call DOM and IPC. r=vicamo
2014-02-21 17:52:13 +08:00
Hsin-Yi Tsai
f95e4cfbcd
Bug 881174 - part3 - cdma 3way call internal idl. r=vicamo
2014-02-21 17:51:07 +08:00
Hsin-Yi Tsai
fc0d71b672
Bug 881174 - part2 - cdma 3way call RIL impl. r=vicamo
2014-02-21 17:46:58 +08:00
Carsten "Tomcat" Book
abe1788f19
Merge mozilla-central to mozilla-inbound
2014-02-26 13:06:38 +01:00
Carsten "Tomcat" Book
ebecdcdcd2
merge b2g-inbound to mozilla-central
2014-02-26 12:48:53 +01:00
Wes Kocher
738780bc5b
Merge m-c to b2g-inbound
2014-02-25 20:36:29 -08:00
Wes Kocher
043e226ec8
Merge inbound to m-c
...
--HG--
rename : mobile/android/chrome/content/PluginHelper.js => browser/metro/base/content/contenthandlers/PluginHelper.js
2014-02-25 20:09:33 -08:00
"Kan-Ru Chen (陳侃如)"
592a198730
Bug 970290 - Rename NoWhitelist to NoPermission. r=fabrice
...
We no longer use whitelist to control the permission. Test against no
permission instead.
--HG--
extra : rebase_source : 8fd77b2588a07bc17363b49d104b3b08ee2293a5
2014-02-26 11:38:32 +08:00
Mike Habicher
4e5dcc9d23
Bug 976032 - check for null callbacks, r=dhylands
2014-02-25 17:01:29 -05:00
Ryan VanderMeulen
5c2508526c
Merge fx-team to m-c.
2014-02-25 15:20:54 -05:00
Ryan VanderMeulen
0585407bee
Merge inbound to m-c.
2014-02-25 15:09:43 -05:00
Gabriele Svelto
b7270f6ca1
Bug 975434 - Remove the ability to cancel memory minimizations. r=njn
2014-02-25 16:37:30 +01:00
Carsten "Tomcat" Book
38c9d559f9
Backed out changeset 0cea4bded6f8 (bug 936340) for mochitest-3 bustage on a CLOSED TREE
2014-02-25 16:00:47 +01:00
Carsten "Tomcat" Book
df93062b9a
Merge mozilla-central to fx-team on a CLOSED TREE
2014-02-25 15:42:32 +01:00
Carsten "Tomcat" Book
d847c29652
Merge mozilla-central to b2g-inbound
2014-02-25 15:29:02 +01:00
Carsten "Tomcat" Book
8f2d51be14
Merge mozilla-central to mozilla-inbound
2014-02-25 15:18:06 +01:00
Carsten "Tomcat" Book
6ed4d39459
merge b2g-inbound to mozilla-central
2014-02-25 14:30:13 +01:00
Masayuki Nakano
1aa46ecaec
Bug 975688 part.7 Rename nsDOMDataContainerEvent to mozilla::dom::DataContainerEvent r=smaug
...
--HG--
rename : dom/events/nsDOMDataContainerEvent.cpp => dom/events/DataContainerEvent.cpp
rename : dom/events/nsDOMDataContainerEvent.h => dom/events/DataContainerEvent.h
2014-02-26 14:23:57 +09:00
Masayuki Nakano
ecd0285da8
Bug 975688 part.6 Rename nsDOMCompositionEvent to mozilla::dom::CompositionEvent r=smaug
...
--HG--
rename : dom/events/nsDOMCompositionEvent.cpp => dom/events/CompositionEvent.cpp
rename : dom/events/nsDOMCompositionEvent.h => dom/events/CompositionEvent.h
2014-02-26 14:23:57 +09:00
Masayuki Nakano
44a8f70f42
Bug 975688 part.5 Rename nsDOMCommandEvent to mozilla::dom::CommandEvent r=smaug
...
--HG--
rename : dom/events/nsDOMCommandEvent.cpp => dom/events/CommandEvent.cpp
rename : dom/events/nsDOMCommandEvent.h => dom/events/CommandEvent.h
2014-02-26 14:23:57 +09:00
Masayuki Nakano
08c75d14ce
Bug 975688 part.4 Rename nsDOMClipboardEvent to mozilla::dom::ClipboardEvent r=smaug
...
--HG--
rename : dom/events/nsDOMClipboardEvent.cpp => dom/events/ClipboardEvent.cpp
rename : dom/events/nsDOMClipboardEvent.h => dom/events/ClipboardEvent.h
2014-02-26 14:23:56 +09:00
Masayuki Nakano
03db3ba123
Bug 975688 part.3 Rename nsDOMBeforeUnloadEvent to mozilla::dom::BeforeUnloadEvent r=smaug
...
--HG--
rename : dom/events/nsDOMBeforeUnloadEvent.cpp => dom/events/BeforeUnloadEvent.cpp
rename : dom/events/nsDOMBeforeUnloadEvent.h => dom/events/BeforeUnloadEvent.h
2014-02-26 14:23:56 +09:00
Masayuki Nakano
64ccb1e296
Bug 975688 part.2 Rename nsDOMAnimationEvent to mozilla::dom::AnimationEvent r=smaug
...
--HG--
rename : dom/events/nsDOMAnimationEvent.cpp => dom/events/AnimationEvent.cpp
rename : dom/events/nsDOMAnimationEvent.h => dom/events/AnimationEvent.h
2014-02-26 14:23:56 +09:00
Masayuki Nakano
a4dd828377
Bug 975688 part.1 Rename DOMWheelEvent to WheelEvent r=smaug
...
--HG--
rename : dom/events/DOMWheelEvent.cpp => dom/events/WheelEvent.cpp
rename : dom/events/DOMWheelEvent.h => dom/events/WheelEvent.h
2014-02-26 14:23:55 +09:00
"Kan-Ru Chen (陳侃如)"
1cb56f4f43
Bug 970290 - Call setEnabledPref earlier. r=fabrice
...
Must set the preferences before testready.
--HG--
rename : mobile/android/tests/browser/moz.build => mobile/android/tests/moz.build
extra : rebase_source : 7b21cbeb52f0f64d29d2c7fbad6de1c931f233ed
2014-02-25 16:13:05 +08:00
Masayuki Nakano
7644ee9553
Bug 975387 Notify TextComposition instance of that nsIMEStateManager stops managing it r=smaug, sec-a=abillings
2014-02-25 15:59:28 +09:00
Bevis Tseng
a24603a35e
Bug 975356 - Append iccId into the message sent by SystemMessenger. r=vyang
2014-02-24 18:34:06 +08:00
Rik Cabanier
2f2740d614
Bug 966591 - Part 2: Validate input to AddHitRegion. Provide partial implementation. r=roc
2014-02-21 08:35:36 -05:00
Rik Cabanier
5d5915579c
Bug 966591 - Part 1: Put very basic hit region interface in + add runtime flag. r=roc
2014-02-21 08:35:14 -05:00
Richard Barnes
a6c346f6cb
Bug 936340 - Implement navigator.sendBeacon. r=sicking
2014-02-25 08:40:54 -05:00
Florian Quèze
b4f865560b
Bug 804611 - Add a way to grant/deny getUserMedia permissions persistently, r=jesup,dolske, ui-r=Boriss.
2014-02-25 12:50:42 +01:00
John Shih
1dba42f7f1
Bug 961598 - support DNS reslover. r=vchang
2014-02-20 19:04:51 +08:00
Ben Tian
7214cc65d3
Bug 939672 - Patch 2/2: Move NS_DECL_ISUPPORTS and NS_DECL_NSIOBSERVER into BluetoothProfileManagerBase.h
2014-02-20 18:15:47 +08:00
Ben Tian
b0d8828c19
Bug 939672 - Patch 1/2: [bluedroid] Add fallback BluetoothHfpManager, r=gyeh
...
--HG--
rename : dom/bluetooth/bluedroid/BluetoothHfpManager.cpp => dom/bluetooth/bluedroid/hfp/BluetoothHfpManager.cpp
rename : dom/bluetooth/bluedroid/BluetoothHfpManager.h => dom/bluetooth/bluedroid/hfp/BluetoothHfpManager.h
2014-02-25 11:37:37 +08:00
Phil Ringnalda
2ffff0072c
Back out b157f5d0c235 (bug 974197) for b2g reftest-4 and reftest-6 failures
...
CLOSED TREE
2014-02-24 21:06:18 -08:00
Ben Turner
49d925e84b
Bug 956218 - Fix build bustage for B2G-JB on a CLOSED TREE
2014-02-24 20:16:01 -08:00
Yuan Xulei
548170c5b3
Bug 981145 - Remove main thread assertion from FileSystemTaskBase dtor. r=dhylands
2014-03-11 08:10:57 -04:00
Hsin-Yi Tsai
36fe682c1c
Bug 881174 - part1 - cdma 3way call webidl. r=gene
2014-02-18 17:30:04 +08:00
Edgar Chen
a553864770
Bug 976959 - Change the netmask to prefix length for supporting IPv6. r=vchang,hsinyi
2014-02-26 18:08:46 +08:00
Dimi Lee
59d9c13851
Bug 977469 - When USB/Wifi Tethering are both enabled, disable one of them will also disable IP forwarding. r=vchang
2014-02-27 14:20:50 +08:00
Dimi Lee
0aec8c7dcf
Bug 977479 - updateUpStream function in NetworkService.js doesn't work. r=vchang
2014-02-27 15:40:00 +08:00
Ehsan Akhgari
bf09c6f469
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
2014-03-04 19:39:06 -05:00
Masayuki Nakano
d26caa0d74
Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
...
--HG--
rename : dom/events/nsDOMEvent.cpp => dom/events/Event.cpp
rename : dom/events/nsDOMEvent.h => dom/events/Event.h
2014-03-05 09:37:43 +09:00
Andrew McCreight
b08be36469
Bug 979047, part 5 - Make sure we have at least one early forgetSkippable timer fire. r=smaug
...
With ICC, ccDelay can get close to NS_CC_SKIPPABLE_DELAY, but we want to always want to run at least one forgetSkippable before the actual CC.
2014-03-04 16:21:48 -08:00
Andrew McCreight
150f32e631
Bug 979047, part 4 - Run ICCSliceTime() after PrepareForCollectionSlice. r=smaug
...
This way we take into account time spent finishing off a GC, or something.
2014-03-04 16:21:48 -08:00
Andrew McCreight
14d6458449
Bug 979047, part 3 - Make sure we trigger a GC after a current ICC when we poke the GC. r=smaug
2014-03-04 16:21:48 -08:00
Andrew McCreight
b6b53568d5
Bug 979047, part 2 - Remove unused endGCTime assignments. r=smaug
2014-03-04 16:21:48 -08:00
Andrew McCreight
97df06cc1d
Bug 979047, part 1 - Only clear mBeginSliceTime in EndCycleCollectionCallback. r=smaug
...
Run FinishCycleCollectionSlice only once per slice, and only if we've previously run PrepareForCycleCollectionSlice.
2014-03-04 16:21:48 -08:00
Andrew McCreight
6d6e9c420b
Bug 978203 - Don't include nsWindowMemoryReporter.h in nsINode.h. r=smaug
2014-03-04 15:39:42 -08:00
Ben Turner
a9cc6a06ac
Bug 934142, remove faulty assertion. r=khuey.
2014-03-04 15:10:44 -08:00
Ben Turner
6ac720fff8
Bug 975695, r=khuey.
2014-03-04 15:09:23 -08:00
Ehsan Akhgari
cfe6f6fd0a
Bug 976886 - Port RCINCLUDE to moz.build; r=mshal
...
--HG--
extra : rebase_source : e8a75bc01c3f57516a1a1307de3d170ea07ca1ac
2014-03-04 17:19:24 -05:00
Wes Kocher
55ae71a452
Backed out changeset 3f8a7062ad8d (bug 978203) for build bustage on a CLOSED TREE
2014-03-04 14:15:33 -08:00
John Schoenick
0adbf0d887
Bug 976924 - Ensure we're not racing with async plugin teardown events. r=gfritzsche
2014-03-04 13:58:27 -08:00
Andrew McCreight
dc81f67e51
Bug 978203 - Don't include nsWindowMemoryReporter.h in nsINode.h. r=smaug
2014-03-04 13:33:44 -08:00
Olli Pettay
3cfed63944
Bug 979497, make sure to use the right event type atom throughout CompileEventHandlerInternal, r=jst
2014-03-04 23:33:12 +02:00
Ed Morley
bd22dac370
Merge backout; CLOSED TREE
2014-03-07 15:53:02 +00:00
Joel Maher
6ad5bcf52e
Bug 979446 - disable dom/downloads tests on B2G. r=RyanVM
2014-03-07 09:32:21 -05:00
Yuan Xulei
17e67a46be
Bug 980372 - Remove main thread assertion from FileSystem task dtor. r=dhylands
2014-03-07 12:14:26 +08:00
Carsten "Tomcat" Book
67b964e295
Merge mozilla-central to mozilla-inbound on a CLOSED TREE
...
--HG--
extra : amend_source : 42c86ef1edf2141b6ac81506dd8a31cd68818292
2014-03-07 13:55:46 +01:00
Masatoshi Kimura
5b26a9e31e
Bug 978611 - Part 3: Get rid of legacy dictionaries: events and codegen. r=smaug,khuey
2014-03-07 20:51:51 +09:00
Masatoshi Kimura
24d07e5da7
Bug 978611 - Part 2: Move lagacy dictionaries to WebIDL dictionaries for B2G. r=vicamo
...
--HG--
rename : dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl => dom/webidl/MozMobileConnection.webidl
rename : dom/network/interfaces/nsIDOMNetworkStatsManager.idl => dom/webidl/MozNetworkStats.webidl
2014-03-07 20:51:49 +09:00
Masatoshi Kimura
811f1e846e
Bug 978611 - Part 1: Stop using legacy dictionaries from MmsMessage. r=vicamo
2014-03-07 20:51:48 +09:00
Jan de Mooij
d64a9d454e
Bug 939562 part 3 - Move JIT flags from ContextOptions to RuntimeOptions. r=bent,bholley,luke
...
--HG--
extra : rebase_source : cea8b4ab3024ed49e8be688f7cf4819bba0f5d29
2014-02-26 10:25:36 +01:00
Peter Van der Beken
6f93fad4e2
Bug 923054 part 2 - Convert DataTransfer to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=smaug
2014-02-26 22:23:31 -05:00
Boris Zbarsky
5b9a40cc0b
Bug 952890 part 2. Remove the IsArrayLike method, since it no longer matches any spec concept. r=peterv
2014-02-14 10:46:09 -05:00
Boris Zbarsky
c9d6e0595e
Bug 952890 part 1. Make WebIDL sequence JS to C++ conversions use for-of iteration, not length/index gets. r=peterv
2014-02-14 10:46:09 -05:00
Boris Zbarsky
40e78a51ea
Bug 977950. Fix dragging of text to work again. r=smaug
2014-02-28 08:57:13 -05:00
Robert O'Callahan
6a2a74cd42
Bug 975931. Part 1: Add nsDOMWindowUtils API to add an extra scroll offset in the AsyncPanZoomController when compositing. r=kats
...
--HG--
extra : rebase_source : fcadb5137cc906c97b230d1f2cf134fd24db10d6
2014-02-14 21:59:23 +13:00
Jed Parsons
58ef7484ed
Bug 978896 - FxA: watch() should get silent assertion if possible. r=ferjm
2014-03-11 17:49:26 -07:00
John Shih
f600a7bd0b
Bug 964228 - Part 2: Tests update. r=albert
2014-03-06 10:03:35 +08:00
John Shih
eb981a2852
Bug 964228 - Fix race condition in NetworkStatsService.jsm. r=albert
2014-03-04 15:58:08 +08:00
Jan de Mooij
f8a1ec2850
Bug 939562 part 2 - Move JIT flags from ContextOptions to RuntimeOptions. r=bent,bholley,luke
2014-02-26 10:25:36 +01:00
Edgar Chen
bec6eb2377
Bug 946589 - Remove 'ril.radio.preferredNetworkType' setting handler. r=hsinyi
2014-02-12 20:58:11 +08:00
Vincent Chang
772fa2f967
Bug 979841 - [Tarako]Wifi stay on searching status even scan results available. r=chulee
2014-03-12 18:25:32 +08:00
Edgar Chen
1a9331e5f8
Bug 980826 - Part 2: Add xpcshell tests for updateContactFieldType2() for the case that the recordId in IAP is 0xff. r=allstars.chh
2014-03-11 14:03:25 +08:00
Edgar Chen
e16b35f2a3
Bug 980826 - Part 1: updateContactFieldType2() doesn't trigger either onsuccess or onerror callback in some case. r=allstars.chh
2014-03-11 11:20:26 +08:00
Andrea Marchesini
27aa10cd04
Bug 965860 - patch 7 - Console API in workers, r=khuey
2014-02-27 23:39:30 +00:00
Andrea Marchesini
0ccdca4ca3
Bug 965860 - patch 6 - Console.count(), r=khuey
2014-02-27 23:39:24 +00:00
Andrea Marchesini
155f130757
Bug 965860 - patch 5 - Console inner-window-destroyed observer, r=khuey
2014-02-27 23:39:17 +00:00
Andrea Marchesini
9e6c310068
Bug 965860 - patch 4 - Console format string, r=khuey
2014-02-27 23:39:12 +00:00
Andrea Marchesini
5d074ae75a
Bug 965860 - patch 3 - Console replacable in IDL, r=bz
2014-02-27 23:39:06 +00:00
Andrea Marchesini
80210d8dab
Bug 965860 - patch 2 - ConsoleAPI written in C++, r=bz
2014-02-27 23:39:00 +00:00
Andrea Marchesini
07f3b7d454
Bug 965860 - patch 1 - Convert ConsoleAPIStorage in a Service, r=msucan, r=khuey
...
--HG--
rename : dom/base/ConsoleAPIStorage.jsm => dom/base/ConsoleAPIStorage.js
2014-02-27 23:38:54 +00:00
Reuben Morais
f954df12ae
Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen
...
--HG--
rename : content/base/public/nsINameSpaceManager.h => content/base/public/nsNameSpaceManager.h
2014-02-27 20:04:46 -03:00
Reuben Morais
ddb6e8babf
Bug 458300 - Remove some unneeded includes of nsINameSpaceManager.h. r=jst
2014-02-27 20:04:45 -03:00
Ryan VanderMeulen
136d9870b7
Merge m-c to inbound.
2014-02-27 17:33:47 -05:00
Max Vujovic
60efc69207
Bug 948265 - Remove deprecated filterRes attribute from SVG filters. r=roc
2014-02-28 16:40:14 -05:00
Ryan VanderMeulen
01c0d3b7a0
Merge m-c to inbound on a CLOSED TREE.
2014-02-28 16:06:20 -05:00
Boris Zbarsky
6d73568b76
Bug 978015. Web pages should actually be able to use DataTransfer. r=smaug
2014-02-28 13:57:14 -05:00
Jeff Walden
5a7db86560
Bug 972132 - Convert JS::EmptyValueArray to JS::HandleValueArray::empty(). r=terrence
...
--HG--
extra : rebase_source : 58b87df07373a7811136682b128aea67f04446cd
2014-02-12 23:38:36 -08:00
Ryan VanderMeulen
217f971cbb
Bug 950266 - Re-enable the WebRTC tests disabled for nuwa issues r=jesup,ryanvm
2014-02-07 17:29:17 -05:00
Andrew McCreight
088603db5d
Bug 976651 - Encapsulate the Read of a new nsXBLPrototypeBinding::Read a little better. r=mrbkap
2014-02-27 10:04:10 -08:00
Andrew McCreight
537eb6fa81
Bug 962608 - Make PL_DHashTableInit infallible by default. r=briansmith,bsmedberg,ehsan,froydnj,jduell,jfkthame,roc,smaug
2014-02-27 10:04:09 -08:00
Wes Kocher
6375199d3d
Merge m-c to fx-team
2014-02-24 18:29:49 -08:00
Wes Kocher
b5db6f03fa
Merge inbound to m-c
2014-02-24 17:45:16 -08:00
Mike Habicher
739b49234d
Bug 975472 - fix crash in DOM error handler, r=dhylands
2014-02-24 13:01:21 -05:00
Jessica Jong
219d40bf53
Bug 973842 - Part 3: Support adding secondary routes (NetworkUtils). r=vchang
2014-02-24 09:19:20 -05:00
Jessica Jong
48a8cf9ff3
Bug 973842 - Part 2: Support adding secondary routes (NetworkService). r=vchang
2014-02-24 09:19:20 -05:00
Jessica Jong
9479a0c783
Bug 973842 - Part 1: Support adding secondary routes (idl/cid). r=vchang
2014-02-24 09:19:20 -05:00
Reuben Morais
f2708504c4
Bug 967119 - Hold a CPU lock while the contacts DB upgrade is running. r=bent
2014-02-24 09:19:20 -05:00
Carsten "Tomcat" Book
ebba05a0bd
Merge mozilla-central to b2g-inbound
2014-02-24 13:26:33 +01:00
Carsten "Tomcat" Book
0bad0682bf
merge b2g-inbound to mozilla-central
2014-02-24 12:55:53 +01:00
Fernando Jiménez
dcd2003855
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install. r=fabrice
2014-02-24 09:52:15 +01:00
Tom Schuster
9a72df76f8
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
2014-02-23 21:19:43 +01:00
William Chen
7e3d257959
Bug 856140 - Sync our document.registerElement implementation to the current version of the spec. r=mrbkap
2014-02-23 13:01:26 -08:00
Phil Ringnalda
e93c529ba7
Back out 5e4cee2fcbc6 (bug 963294) for build bustage
...
CLOSED TREE
2014-02-23 12:59:52 -08:00