Kartikaya Gupta
d655c3edd9
Bug 981029 - Change the GeckoContentController interface to take CSSPoint instead of CSSIntPoint. r=botond
2014-03-12 15:27:45 -04:00
Kartikaya Gupta
99d5edc1c3
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
308c908eac
Bug 980625 - Fix more test plugin leaks found by LSAN. r=josh
2014-03-12 11:47:47 -07:00
John Schoenick
72fc62ad20
Bug 980625 - Fix minor leak in PluginModuleChild::Init found by LSAN. r=josh
2014-03-12 11:47:46 -07:00
John Schoenick
168bd00a78
Bug 980625 - Fix minor leak in nptest found by LSAN. r=josh
2014-03-12 11:47:46 -07:00
John Schoenick
3242597c56
Bug 980625 - Strip trailing whitespace plague from nptest.cpp. r=josh
2014-03-12 11:47:46 -07:00
John Schoenick
351773bccb
Bug 971279 - Followup, patch folding fail. r=me
2014-03-12 11:47:46 -07:00
John Schoenick
29a84179e1
Bug 836786 - Allow mousemove events to propagate from windowless plugins. r=josh
2014-03-12 11:47:45 -07:00
Ryan VanderMeulen
4c1b59e1c4
Merge m-c to inbound.
2014-03-10 11:29:15 -04:00
Blake Kaplan
bd61b1f7a3
Bug 980586 - Remove old e10s prompt code. r=smaug
2014-03-10 08:57:07 -04:00
Richard Barnes
9c0c4d10cd
Bug 978435 - Add ArgumentToJSVal overload for typed arrays. r=bz
2014-03-10 08:55:46 -04:00
Max Vujovic
38ada69883
Bug 948265 - Remove deprecated filterRes attribute from SVG filters. r=roc, r=hsivonen
2014-03-10 08:55:25 -04:00
Carsten "Tomcat" Book
5c9d79e018
Merge mozilla-central to mozilla-inbound
2014-03-10 12:34:00 +01:00
Carsten "Tomcat" Book
749fca5b88
Backed out changeset 5423f1b0599e (bug 979481)
2014-03-10 12:31:34 +01:00
Carsten "Tomcat" Book
85ea871495
merge b2g-inbound to mozilla-central
2014-03-10 12:29:49 +01:00
Brian Birtles
e40ff94f71
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
7499abbd61
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
66100682c8
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
6c5251b6a5
Merge m-c to b-i
2014-03-09 20:43:45 -07:00
Shawn Huang
e44679a57d
Bug 979160 - Outgoing connection failure shall trigger OnConnect instead of OnDisconnect, r=echou
2014-03-10 10:33:32 +08:00
Andrew McCreight
b6035c87a3
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
441f162633
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
f30bd3b5ac
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
3529a9aaf3
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
e6cb4d3e38
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
eeb474167d
Bug 978023 part.4 Clean up IMEStateManager r=smaug
2014-03-08 10:20:08 +09:00
Masayuki Nakano
8bbf9836fa
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
ea63027a08
Bug 978023 part.2 Clean up IMEContentObserver r=smaug
2014-03-08 10:20:07 +09:00
Masayuki Nakano
6f39fee7c7
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
2f644d1429
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
2014-03-07 13:26:17 -08:00
Ryan VanderMeulen
238e2ab515
Merge inbound to m-c.
2014-03-07 15:38:19 -05:00
Ryan VanderMeulen
b06ca87617
Merge b2g-inbound to m-c.
2014-03-07 15:33:37 -05:00
Jan-Ivar Bruaroey
7ba42e310b
Bug 980497 - Temporarily mute test. r=jesup
2014-03-07 14:01:13 -05:00
Benoit Jacob
e01f9a3958
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
5690c8f7e0
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
2014-03-07 12:14:23 -05:00
Ed Morley
6915f3f78a
Backed out changeset f94ee00aa4d6 (bug 974197) for causing gaia-ui-test failures
2014-03-07 15:45:59 +00:00
Carsten "Tomcat" Book
d0ff930d65
merge b2g-inbound to mozilla-central
2014-03-07 12:49:50 +01:00
Mike Habicher
9d73e74bd6
Bug 980484 - make the zoom setting more robust, r=dhylands
2014-03-07 01:07:27 -05:00
Mike Habicher
6411be5b8b
Bug 965425 - expose ISO setting, r=dhylands,jst
2014-03-07 01:00:43 -05:00
Matt Woodrow
887c38c308
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
2014-03-07 16:24:32 +13:00
Wes Kocher
1a5d40416f
Merge m-c to inbound
2014-03-06 18:27:43 -08:00
Ryan VanderMeulen
48db9fe113
Backed out changesets a7ea2d51414d and 901717199390 (bug 957917) for causing bug 980375.
2014-03-06 16:30:35 -05:00
Yuan Xulei
d538a5913f
Bug 980136 - Fix creating test file failure issue. r=dhylands
2014-03-06 08:43:00 -05:00
Gregory Szorc
0164048676
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
e000a04c10
Bug 978062 - Fix SimplePush UDP port debug message. r=khuey
2014-03-05 16:23:03 -08:00
Shawn Ku
364226feb9
Bug 976491 - Add test case. r=Yoshi
2014-03-06 09:53:40 +08:00
Shawn Ku
cc43b23419
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
5e640e8a54
Merge mozilla-central to b2g-inbound
2014-03-06 13:41:09 +01:00
Hsin-Yi Tsai
f081607e4f
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
4e48226bf0
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
99747bb5a9
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
73b0511a00
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
54e43ece14
Bug 976943 - Add error handing for connect/disconnect process, f=btian, r=gyeh
2014-03-06 19:26:22 +08:00
Carsten "Tomcat" Book
f7378c3ae7
Backed out changeset 4fb349c12a63 (bug 977372) for b2g ics emulator debug m8 test failure
2014-03-06 09:16:43 +01:00
Nathan Froyd
48dafcbc9b
Bug 968836 - fix a few already_AddRefed members in MediaManager.cpp; r=jesup
2014-03-05 17:58:13 -08:00
Kyle Huey
012493c82a
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
00d926a354
Bug 874788. Allow WebIDL HTMLAllCollection to emulate undefined. r=peterv
2014-03-05 22:48:04 -05:00
Boris Zbarsky
847fc61450
Bug 874787. Add support for legacycaller on proxy bindings. r=efaust,peterv
2014-03-05 22:48:03 -05:00
Doug Turner
75fdc9f480
Bug 978593 - refactor and cleanup NetworkLocationProvider. Prep work to enable celluar support. r=jdm
2014-03-01 23:46:02 -08:00
Dave Hylands
af805b2e9a
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
b2616208a1
Merge fxteam to m-c
2014-03-05 18:20:17 -08:00
Ryan VanderMeulen
4de3678a20
Merge m-c to inbound on a CLOSED TREE.
2014-03-05 16:08:02 -05:00
Ryan VanderMeulen
24057b1ac1
Merge b2g-inbound to m-c.
2014-03-05 16:01:53 -05:00
Boris Zbarsky
8e3650ebfc
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
d333322868
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
c407e32e40
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
6969a9f3be
merge b2g-inbound to mozilla-central
2014-03-05 13:24:51 +01:00
Carsten "Tomcat" Book
1096a4e1d3
merge mozilla-inbound to mozilla-central
2014-03-05 13:04:39 +01:00
L. David Baron
ef278311e1
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
dfeaacc718
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
ee3d9471bc
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
aae5561a7c
Bug 966054 - MessagePort should use StructuredCloneBuffer as internal member, r=smaug
2014-03-05 03:28:20 +00:00
Andrea Marchesini
66a700605d
Bug 979109 - termination string check in Console.cpp, r=smaug
2014-03-05 03:22:32 +00:00
Jed Davis
906a754859
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
800b9acdc1
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
2dc1e91c77
Backed out changeset 593206fbd97e (bug 979640) for mochitest-other failures.
...
CLOSED TREE
2014-03-05 13:52:02 -05:00
Gregory Szorc
73017e8d17
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
390740c5a5
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
230ec65231
Merge m-c to fx-team.
2014-03-04 17:24:28 -05:00
Ryan VanderMeulen
991cf68d46
Merge inbound to m-c.
2014-03-04 17:12:58 -05:00
Nils Ohlmeier [:drno]
3d1400270b
Bug 976182 - Handle initial ICE connection state failed in tests properly. r=bwc
2014-03-04 13:51:37 -05:00
Eitan Isaacson
ef189991a4
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
56ee83c9ae
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
bbf0a5ed4e
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
a811f156cf
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
0dc4d834bc
Bug 978468 - Add some MOZ_FINAL to XBL. r=mrbkap
2014-03-04 09:49:39 -08:00
Benjamin Smedberg
3e3a0c94f5
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
5f5d799d9e
Bug 977920 - Retrieve iccId without checking prototype of IccInfo. r=vyang
2014-03-05 11:10:46 +08:00
David Keeler
e8ea24a4a6
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
38e78d72b1
Bug 976258 - Undo the damage of including windows.h in IPCMessageUtils.h; r=bent
2014-03-03 21:35:51 -05:00
Matthew Gregan
1ee282dbfe
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
5bbca3ba90
Bug 974540 - Fix nsMemoryReporterManager child count for Nuwa. r=khuey
2014-03-03 17:27:03 -05:00
Ryan VanderMeulen
ee46e14cf6
Merge m-c to inbound.
2014-03-03 17:23:35 -05:00
Ryan VanderMeulen
ed45530108
Merge inbound to m-c.
2014-03-03 17:00:34 -05:00
Ed Morley
eed32cf09f
Merge mozilla-central and b2g-inbound
2014-03-03 16:59:32 +00:00
Ed Morley
600a53b971
Merge mozilla-central and inbound
2014-03-03 16:59:25 +00:00
Ed Morley
554b2aaf5b
Backed out changeset 508848ad378a (bug 939562) for causing bug 978450
2014-03-03 16:54:26 +00:00
Bobby Holley
2cce4d4de7
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
2263fa8009
Backed out changeset 9024f38e3809 (bug 843666) for bustage.
2014-03-03 11:21:10 -05:00
Jeff Gilbert
0a4104089f
Bug 843666 - Implement color-buffer-(half-)float for WebGL. r=kamidphish
2014-03-03 10:36:52 -05:00
Ed Morley
2a78acc9bc
Merge latest green fx-team changeset and mozilla-central
2014-03-03 14:48:02 +00:00
Ed Morley
738f300f74
Merge latest green b2g-inbound changeset and mozilla-central
2014-03-03 14:45:43 +00:00
Tim Taubert
bf6a4e4612
Bug 978540 - Follow-up to explicitly discard unused return value r=bustage
2014-03-03 10:05:13 +01:00
Andrea Marchesini
7c00b37a8f
Bug 979199 - DataStore should not dispatch events when the window is destroyed, r=ehsan
2014-03-04 16:24:32 +00:00
William Chen
e3e29f278c
Bug 978398 - Rename custom element callbacks from enteredView/leftView to attached/detached. r=mrbkap
2014-02-28 17:45:31 -08:00
Brian Hackett
6bd43a5e2a
Bug 978562 - Remove redundant assignment to {TypedArray}.length, r=gsvelto.
2014-03-03 14:51:53 -07:00
Alan Huang
875d4f6ce4
Bug 971612 - Implement "mount" and "unmount" API for device storage. r=dhylands
2014-03-04 19:24:19 +08:00
Carsten "Tomcat" Book
de9d6e6680
Merge mozilla-central to b2g-inbound
2014-03-04 15:12:22 +01:00
Vivien Nicolas
c8d7604f94
Bug 978544 - Ignore events targetting a nsIMozBrowserFrame in BrowserElementPanning.js. r=fabrice
2014-03-04 09:53:16 +01:00
Makoto Kato
4d1a05b05d
Bug 968647 - Part 1. Add position change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Makoto Kato
33a4027ce6
Backed out changeset d06ee3f1e9a3 (bug 968647)
2014-03-03 11:53:43 +09:00
Makoto Kato
be87ec45be
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Andrea Marchesini
0a23a01816
Bug 978522 - Console must use LinkedList instead a nsTArray, r=smaug
2014-03-03 00:20:34 +00:00
Olli Pettay
897c5ac912
Bug 978605, DataTransfer.files may return null, r=khuey
2014-03-03 00:45:43 +02:00
Yoshi Huang
ac0f11d85b
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
98a7fdb236
Backed out changeset 6058a0d53426 (bug 903291) for causing bug 977215
2014-02-28 15:25:21 -08:00
Mike Habicher
98f9856b6f
Bug 976802 - add support for testing fake CameraParameters, r=dhylands
2014-02-28 17:51:26 -05:00
Dave Hylands
e3b5b9c99a
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
ba6d2c9946
Bug 974318 part.10 Remove WidgetTextEvent::rangeCount and WidgetTextEvent::rangeArray r=smaug
2014-03-04 22:48:28 +09:00
Masayuki Nakano
bc30e324ae
Bug 974318 part.9 Use WidgetTextEvent::mRanges on CompositionStringSynthesizer r=smaug
2014-03-04 22:48:28 +09:00
Masayuki Nakano
bf2086f87f
Bug 974318 part.4 Remove nsDOMTextEvent r=smaug
2014-03-04 22:48:27 +09:00
Masayuki Nakano
a7da34c558
Bug 974318 part.3 Remove nsIPrivateTextRange and nsIPrivateTextEvent r=smaug
2014-03-04 22:48:26 +09:00
Masayuki Nakano
88e2623be8
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
452e87c792
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
d75615df43
Bug 976861 - nsPluginTag::GetLastModifiedTime should use NS_IMETHODIMP. r=gfritzsche
2014-03-04 12:18:09 +01:00
Dave Hylands
9f07169289
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
b95fe37e75
Merge m-c to b2g-inbound.
2014-02-28 16:09:30 -05:00
Ryan VanderMeulen
d22b79826e
Merge inbound to m-c.
2014-02-28 16:03:19 -05:00
Ryan VanderMeulen
832e29a9b1
Backed out changeset 461d5599aa8c (bug 977372) for bustage.
...
CLOSED TREE
2014-02-28 15:20:32 -05:00
Dave Hylands
baa5a36fb4
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
c7626a77e0
Bug 977373 - Fix DeviceStorage file handle leak. r=mikeh
2014-02-28 12:02:54 -08:00
Andrew McCreight
6b925f7324
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
e52658031e
Bug 977260, part 1 - Don't implement wrappercache CC stuff for nsDOMCameraControl. r=smaug
2014-02-28 09:56:23 -08:00
Ryan VanderMeulen
93c5eb1160
Merge m-c to b2g-inbound.
2014-02-28 10:16:37 -05:00
Carsten "Tomcat" Book
67109b9a5c
merge b2g-inbound to mozilla-central
2014-02-28 14:42:11 +01:00
Carsten "Tomcat" Book
3581886531
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
8c079ee5f7
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Andrea Marchesini
3d0de55908
Bug 976313 - DataStoreChangeEvent should have 'owner' property, r=ehsan
2014-02-28 07:34:38 +00:00
Wes Kocher
45d489c9d5
Merge m-c to b2g-inbound
2014-02-27 17:47:32 -08:00
Wes Kocher
19c85055e8
Merge inbound to m-c
2014-02-27 16:52:51 -08:00
Oleg Romashin
8d903256a4
Bug 977695 - Update bubbles/cancelable attribute for pointer events. r=smaug
2014-02-27 16:13:05 -08:00
Ryan VanderMeulen
d8c7359358
Merge m-c to b2g-inbound.
2014-02-27 17:34:25 -05:00
Ryan VanderMeulen
47e286d04d
Merge inbound to m-c.
2014-02-27 16:55:18 -05:00
Jed Davis
cffac485ff
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
8df84ff558
Bug 975813 - Support IPv6 in Network Manager. r=vicamo,fabrice
2014-02-28 20:24:35 +08:00
Jessica Jong
ec1385c5ac
Bug 960865 - Part 5: add dun connection timer and reference count. r=vchang
2014-02-28 18:05:10 +08:00
Jessica Jong
44d60b81be
Bug 960865 - Part 4: dun support implementation in NetworkManager. r=vchang
2014-02-28 18:05:06 +08:00
Jessica Jong
b6005b9988
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
223ebc982e
Bug 960865 - Part 2: handle dun apn type in RadioInterfaceLayer. r=hsinyi
2014-02-28 18:04:59 +08:00
Jessica Jong
9d13d18d6f
Bug 960865 - Part 1: add dun apn type constant in idls. r=vchang
2014-02-28 18:04:55 +08:00
Marco Castelluccio
0c48df7ac8
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
7a3e028e1e
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
25a5a4b3eb
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
433c5de893
Merge m-c to inbound.
2014-02-28 10:15:57 -05:00
Masayuki Nakano
70d39c1cb3
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
779efe1c1a
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
befe13beb4
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
cbd6de5487
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
48bf3f1909
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
f24c8d7c56
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
6ab278cb6c
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
51a7c631e3
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
4af8259ffa
Bug 975688 part.19 Remove unnecessary items in Bindings.conf r=smaug
2014-02-28 23:58:41 +09:00
Boris Zbarsky
7400b09228
Bug 952596 followup to fix dumb typo and reopen CLOSED TREE.
2014-02-28 09:09:11 -05:00
Boris Zbarsky
c9c7c6fdcc
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
a96d2f772e
Bug 976944 - Update softap parameters for kk. r=vchang
2014-02-26 14:41:42 +08:00
Bevis Tseng
2f5a693da9
Bug 974820 - Part 3: Test case to verify Storage Full Error Code. r=vyang
2014-02-26 10:55:47 +08:00
Luke Wagner
d4eada70bf
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
8ee4e9a5a8
Bug 977955 - Cleanup PluginModule shutdown r=bsmedberg
2014-03-06 15:51:12 -08:00
Bobby Holley
e1330dec0a
Bug 969441 - Check for recursion outside of the hairy transplant callsites. r=billm
2014-03-06 15:26:17 -08:00
Kyle Huey
55429a2cd8
Bug 978602: Caching the global's nsISupports* off the main thread. r=bz
2014-03-06 13:05:11 -08:00
Kyle Huey
49d4d527d9
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
f5c47622b9
Bug 977454 - export network location provider on b2g. r=khuey
2014-02-25 16:06:01 -08:00
Ehsan Akhgari
a0552d8202
Actually enable the debugging code for bug 960760
2014-03-01 10:53:07 -05:00
Brian Smith
374bc8202f
Backout cset 4c4041cfc095 (bug 977454), a a=bustage
2014-02-28 22:14:05 -08:00
Doug Turner
02bfeae3aa
Bug 977454 - export network location provider on b2g. r=khuey
2014-02-25 16:06:01 -08:00
Wes Kocher
78e44d681b
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
80041c8a0b
Bug 910412 - Test for checking filesystem API permissions. r=dhylands
2014-03-05 11:23:42 +08:00
Yuan Xulei
2e2e432ecf
Bug 910412 - Filesystem API permission request and checks. r=dhylands
2014-03-05 11:24:19 +08:00
Yuan Xulei
32580e96f8
Bug 910412 - Basic tests for filesystem API. r=dhylands
2014-03-05 11:24:53 +08:00
Yuan Xulei
ccd09b381f
Bug 910412 - Implement |getRoot|, |createDirectory| and |get| for Directory. r=dhylands, r=smaug
2014-03-05 11:25:40 +08:00
Yuan Xulei
9e03528984
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
7fa7c646c0
Bug 957213 - Fix Intermittent test_bug944397.html caused by SetTimeout. r=fabrice
2014-03-14 09:43:13 -04:00
Carsten "Tomcat" Book
e2088229c4
Merge mozilla-central to b2g-inbound
2014-03-14 12:43:37 +01:00
Thomas Zimmermann
f76d832ae7
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
450432213e
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
18247847ee
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
06c550c2fb
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
d75553b938
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
184af723d6
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
d7b1cca710
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
88f177a869
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]
5e681f0afc
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
8aecc03948
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
d3dd84cf40
Bug 982555 - Correct message in TabChild::DestroyBrowserWindow. r=smaug
2014-03-12 08:36:04 +00:00
Vaibhav Agarwal
5f496eafb5
Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher
2014-03-12 11:41:08 -04:00
Tim Taubert
921798251c
Bug 978540 - [e10s] Correctly maintain active state for remote docShells r=smaug
2014-02-20 12:26:13 +01:00
Bevis Tseng
fe9cf2b373
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
52b440f0b5
Bug 974820 - Part 1: Add new error type STORAGE_FULL_ERROR. r=vyang
2014-02-20 12:17:47 +08:00
Yuan Xulei
56876ff2fc
Bug 910412 - Test for checking filesystem API permissions. r=dhylands
2014-03-05 11:23:42 +08:00
Yuan Xulei
9b94b7c9cb
Bug 910412 - Filesystem API permission request and checks. r=dhylands
2014-03-05 11:24:19 +08:00
Yuan Xulei
b5ad030d60
Bug 910412 - Basic tests for filesystem API. r=dhylands
2014-03-05 11:24:53 +08:00
Yuan Xulei
0d4a2d5a27
Bug 910412 - Implement |getRoot|, |createDirectory| and |get| for Directory. r=dhylands, r=smaug
2014-03-05 11:25:40 +08:00
Yuan Xulei
9657ff32f3
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
715550d89c
Merge mozilla-central to b2g-inbound
2014-03-05 13:47:31 +01:00
Eric Chou
ac9e55852b
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)
e6caae28ed
Bug 970340 - Large file sizes not displayed correctly. r=khuey
2014-02-25 15:38:56 -08:00
Edgar Chen
1d7e74ea02
Bug 961571 - Part 4: Add test case for data connection. r=hsinyi
2014-02-26 07:11:00 +08:00
Edgar Chen
07acb8d907
Bug 961571 - Part 3: Handle ims apn type in NetworkManager. r=hsinyi
2014-02-26 00:08:00 +08:00
Edgar Chen
7de427cf04
Bug 961571 - Part 2: Handle ims apn type in RILNetworkInterface. r=hsinyi
2014-02-26 00:08:00 +08:00
Edgar Chen
2d7ac3e353
Bug 961571 - Part 1: IDL changes for adding ims apn type. r=hsinyi
2014-02-26 00:07:00 +08:00
Carsten "Tomcat" Book
ac78ac1ab1
Merge mozilla-central to b2g-inbound
2014-02-27 15:59:39 +01:00
Carsten "Tomcat" Book
3e7a14d024
merge b2g-inbound to mozilla-central
2014-02-27 15:10:44 +01:00
Fabien Cazenave (kaze@mozilla.com)
eaf72554b9
Bug 968550 - onerror is undefined in processICCIOError. r=yoshi
2014-02-27 15:25:17 +08:00
Szu-Yu Chen [:aknow]
602fc5ba72
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]
2f91649456
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]
26ffb2e791
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]
664b25c54e
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]
b90c078807
Bug 969218 - Part 2: Modify tests. r=hsinyi
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
f213091c74
Bug 969218 - Part 1: Use promise for dial and dialEmergency - webidl. r=hsinyi
2014-02-27 14:12:30 +08:00
Wes Kocher
a9f65835bc
Merge inbound to m-c
2014-02-26 18:20:47 -08:00
Mike Habicher
d382b43c5f
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
2e1eca47b6
Merge b2g-inbound to m-c.
2014-02-26 16:35:43 -05:00
Olli Pettay
96d2fce564
Bug 977072 - attributes in MutationRecord can be [Constant], r=bz
2014-02-26 21:51:45 +02:00
Ryan VanderMeulen
9d2e533edb
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]
5b875e2d43
Bug 969218 - Part 6: ipc r=khuey
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
a1425f409f
Bug 969218 - Part 5: gonk provider r=htsai
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
d69ee6fd46
Bug 969218 - Part 4: dom r=khuey
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
e4296f2544
Bug 969218 - Part 3: Internal interface r=htsai
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
e022af4864
Bug 969218 - Part 2: Modify tests r=htsai
2014-02-26 11:03:55 -08:00
Szu-Yu Chen [:aknow]
45066f58f7
Bug 969218 - Part 1: Use promise for dial and dialEmergency - webidl. r=hsinyi
2014-02-26 11:03:55 -08:00
Kyle Huey
c5f5007213
Bug 975052. r=smaug
2014-02-26 11:00:40 -08:00
Andrea Marchesini
febfcdb0ab
Bug 976311 - DataStore checks if the messages are for itself, r=ehsan
2014-02-26 17:38:38 +00:00
Andrea Marchesini
134a8e2572
Bug 974270 - Fixed b2g datastore mochitest failure - undefined testStoreGet() method., r=ehsan
2014-02-26 17:36:40 +00:00
Carsten "Tomcat" Book
33fc0403e7
Backed out changeset 802aa43ae8cc (bug 939562) for PGO mochitest regression on a CLOSED TREE
2014-02-26 16:02:15 +01:00
Luke Wagner
95b94fb1eb
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
23a8216e8f
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
2a4ef45fbc
Bug 976455 - Check p2pSupported and p2pManager in WifiWorker.js::syncDebug. r=vchang
2014-02-25 16:43:36 +08:00
Henry Chang
ad23086fe1
Bug 976452 - Add back the getWifiScanResults in WifiWorker.js. r=vchang
2014-02-25 16:33:13 +08:00
Solomon Chiu
843f797eeb
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
4e8b35038d
Bug 881174 - part5 - cdma 3way call: BT. r=gyeh
2014-02-21 17:53:23 +08:00
Hsin-Yi Tsai
52b552a8e1
Bug 881174 - part4 - cdma 3way call DOM and IPC. r=vicamo
2014-02-21 17:52:13 +08:00
Hsin-Yi Tsai
d4ce431db4
Bug 881174 - part3 - cdma 3way call internal idl. r=vicamo
2014-02-21 17:51:07 +08:00
Hsin-Yi Tsai
104cbd6450
Bug 881174 - part2 - cdma 3way call RIL impl. r=vicamo
2014-02-21 17:46:58 +08:00
Carsten "Tomcat" Book
e5a94418f6
Merge mozilla-central to mozilla-inbound
2014-02-26 13:06:38 +01:00
Carsten "Tomcat" Book
03e20d3a92
merge b2g-inbound to mozilla-central
2014-02-26 12:48:53 +01:00
Wes Kocher
b64c8d22b6
Merge m-c to b2g-inbound
2014-02-25 20:36:29 -08:00
Wes Kocher
4b2c29ea00
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 (陳侃如)"
69828ffd57
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
bf695152c7
Bug 976032 - check for null callbacks, r=dhylands
2014-02-25 17:01:29 -05:00
Ryan VanderMeulen
7d0757c0c6
Merge fx-team to m-c.
2014-02-25 15:20:54 -05:00
Ryan VanderMeulen
24a481ec8a
Merge inbound to m-c.
2014-02-25 15:09:43 -05:00
Gabriele Svelto
0d89791e8f
Bug 975434 - Remove the ability to cancel memory minimizations. r=njn
2014-02-25 16:37:30 +01:00
Carsten "Tomcat" Book
2f4750a69d
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
ba5a0fa512
Merge mozilla-central to fx-team on a CLOSED TREE
2014-02-25 15:42:32 +01:00
Carsten "Tomcat" Book
114e87fc5d
Merge mozilla-central to b2g-inbound
2014-02-25 15:29:02 +01:00
Carsten "Tomcat" Book
60446c5e55
Merge mozilla-central to mozilla-inbound
2014-02-25 15:18:06 +01:00
Carsten "Tomcat" Book
3d4f8f1aaf
merge b2g-inbound to mozilla-central
2014-02-25 14:30:13 +01:00
Masayuki Nakano
523af9ade2
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
f3f5ea9b8f
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
3f836eb570
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
b92e69c57d
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
c836bbe946
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
2c31a32183
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
b141829db6
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 (陳侃如)"
5846b299bc
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
8c6bde9038
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
0e88c8ff63
Bug 975356 - Append iccId into the message sent by SystemMessenger. r=vyang
2014-02-24 18:34:06 +08:00
Rik Cabanier
bdca28a308
Bug 966591 - Part 2: Validate input to AddHitRegion. Provide partial implementation. r=roc
2014-02-21 08:35:36 -05:00
Rik Cabanier
8500f89c15
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
d1291417b9
Bug 936340 - Implement navigator.sendBeacon. r=sicking
2014-02-25 08:40:54 -05:00
Florian Quèze
4f48223aa5
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
ae9ef7ea80
Bug 961598 - support DNS reslover. r=vchang
2014-02-20 19:04:51 +08:00
Ben Tian
2a9faeacea
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
ccbb3da8ce
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
761929bf63
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
35cbf4c58e
Bug 956218 - Fix build bustage for B2G-JB on a CLOSED TREE
2014-02-24 20:16:01 -08:00
Yuan Xulei
968095415b
Bug 981145 - Remove main thread assertion from FileSystemTaskBase dtor. r=dhylands
2014-03-11 08:10:57 -04:00
Hsin-Yi Tsai
d58afd4955
Bug 881174 - part1 - cdma 3way call webidl. r=gene
2014-02-18 17:30:04 +08:00
Edgar Chen
47c18323cc
Bug 976959 - Change the netmask to prefix length for supporting IPv6. r=vchang,hsinyi
2014-02-26 18:08:46 +08:00
Dimi Lee
5d1be71d8f
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
c2a2ce34b6
Bug 977479 - updateUpStream function in NetworkService.js doesn't work. r=vchang
2014-02-27 15:40:00 +08:00
Ehsan Akhgari
444a26ed8e
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
2014-03-04 19:39:06 -05:00
Masayuki Nakano
66706f5a6e
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
91a5906974
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
a610a708e0
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
dfab6771ec
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
89c6b53b41
Bug 979047, part 2 - Remove unused endGCTime assignments. r=smaug
2014-03-04 16:21:48 -08:00
Andrew McCreight
b04be18580
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
f1377bba28
Bug 978203 - Don't include nsWindowMemoryReporter.h in nsINode.h. r=smaug
2014-03-04 15:39:42 -08:00
Ben Turner
1a0a33b627
Bug 934142, remove faulty assertion. r=khuey.
2014-03-04 15:10:44 -08:00
Ben Turner
8775c8d19b
Bug 975695, r=khuey.
2014-03-04 15:09:23 -08:00
Ehsan Akhgari
394d5f9fd5
Bug 976886 - Port RCINCLUDE to moz.build; r=mshal
...
--HG--
extra : rebase_source : e8a75bc01c3f57516a1a1307de3d170ea07ca1ac
2014-03-04 17:19:24 -05:00
Wes Kocher
6af883c75a
Backed out changeset 3f8a7062ad8d (bug 978203) for build bustage on a CLOSED TREE
2014-03-04 14:15:33 -08:00
John Schoenick
0af8e2dec5
Bug 976924 - Ensure we're not racing with async plugin teardown events. r=gfritzsche
2014-03-04 13:58:27 -08:00
Andrew McCreight
60f02fa45e
Bug 978203 - Don't include nsWindowMemoryReporter.h in nsINode.h. r=smaug
2014-03-04 13:33:44 -08:00
Olli Pettay
dc55007e60
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
a21868703a
Merge backout; CLOSED TREE
2014-03-07 15:53:02 +00:00
Joel Maher
d666458d4d
Bug 979446 - disable dom/downloads tests on B2G. r=RyanVM
2014-03-07 09:32:21 -05:00
Yuan Xulei
cabccbe210
Bug 980372 - Remove main thread assertion from FileSystem task dtor. r=dhylands
2014-03-07 12:14:26 +08:00
Carsten "Tomcat" Book
95ed84029a
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
d1ad984267
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
9a4bb22ca8
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
0704343f44
Bug 978611 - Part 1: Stop using legacy dictionaries from MmsMessage. r=vicamo
2014-03-07 20:51:48 +09:00
Jan de Mooij
8bf973679d
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
Masayuki Nakano
ad08b39137
Bug 989213 part.3 Rename nsVKList.h to mozilla/VirtualKeyCodeList.h r=smaug
...
--HG--
rename : dom/events/nsVKList.h => dom/events/VirtualKeyCodeList.h
2014-04-01 20:42:16 +09:00
Masayuki Nakano
3d27c3d4fb
Bug 989213 part.2 Rename nsEventNameList.h to mozilla/EventNameList.h r=smaug
...
--HG--
rename : dom/events/nsEventNameList.h => dom/events/EventNameList.h
2014-04-01 20:42:12 +09:00
Masayuki Nakano
d8af96d31b
Bug 989213 part.1 Rename nsDOMKeyNameList.h to mozilla/KeyNameList.h r=smaug
...
--HG--
rename : dom/events/nsDOMKeyNameList.h => dom/events/KeyNameList.h
2014-04-01 20:42:11 +09:00
Jon Coppeard
09bf25a74a
Bug 990001 - Use JS::AutoValueArray in preference to AutoValueVector where size is known in advance r=smaug
2014-04-01 11:34:39 +01:00
Jon Coppeard
bd123acdd3
Bug 959787 - Handlify JS_ExecuteScript and JS::Evaluate APIs r=terrence r=bz
2014-04-01 11:34:39 +01:00
Masayuki Nakano
b185105992
Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug
...
--HG--
rename : dom/events/nsDOMEventTargetHelper.cpp => dom/events/DOMEventTargetHelper.cpp
rename : dom/events/nsDOMEventTargetHelper.h => dom/events/DOMEventTargetHelper.h
2014-04-01 15:13:50 +09:00
Boris Zbarsky
05af631a62
Bug 990242. Remove some dead Promise code. r=nsm
2014-04-01 01:58:28 -04:00
Boris Zbarsky
e996670d0c
Bug 958540 part 3. Switch the assignment operator on WebIDL unions to use SetAs*, not RawSetAs*, so you can use it to change the type of a union. r=dzbarsky
2014-04-01 01:58:27 -04:00
Boris Zbarsky
624a7960e6
Bug 958540 part 2. Rename the existing SetAs* methods on unions to RawSetAs* and add new SetAs* methods that ensure the right type for the union. r=dzbarsky
2014-04-01 01:58:27 -04:00
Boris Zbarsky
6661d544ed
Bug 958540 part 1. Factor out the uninit behavior of union structs into a separate method. r=dzbarsky
2014-04-01 01:58:27 -04:00
Masayuki Nakano
435beeb6dd
Bug 984271 part.4 Move the all other stuff in EventStateManager.cpp into mozilla:: namespace r=smaug
2014-04-01 13:09:24 +09:00
Masayuki Nakano
0e807881d8
Bug 984271 part.3 Move OverOutElementsWrapper into mozilla:: namespace r=smaug
2014-04-01 13:09:24 +09:00
Masayuki Nakano
a63f35fff1
Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
...
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/EventStateManager.cpp
rename : dom/events/nsEventStateManager.h => dom/events/EventStateManager.h
2014-04-01 13:09:23 +09:00
Masayuki Nakano
d1893fdbfc
Bug 984271 part.1-4 Clean up WheelHandlingHelper.cpp r=smaug
2014-04-01 13:09:22 +09:00
Masayuki Nakano
dd7792a494
Bug 984271 part.1-3 Rename nsMouseWheelTransaction to mozilla::WheelTransaction r=smaug
2014-04-01 13:09:22 +09:00
Masayuki Nakano
c76b25b43a
Bug 984271 part.1-2 Rename nsScrollbarsForWheel to mozilla::ScrollbarsForWheel r=smaug
2014-04-01 13:09:22 +09:00
Masayuki Nakano
adf269a32a
Bug 984271 part.1-1 Separate mouse wheel handling helper classes and methods from nsEventStateManager.cpp r=smaug
...
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/WheelHandlingHelper.cpp
rename : dom/events/nsEventStateManager.cpp => dom/events/WheelHandlingHelper.h
2014-04-01 13:09:22 +09:00
Wes Kocher
f0a9367a7c
Merge m-c to inbound
2014-03-31 20:59:59 -07:00
Chris Pearce
a8e52798ff
Bug 778077 - Implement HTMLMediaElement.fastSeek(time). r=cajbir
...
Implement HTMLMediaElement.fastSeek(), basically by changing all the
MediaDecoderReader::Seek() overrides to not call
MediaDecoderReader::DecodeToTarget(), and have MediaDecoderReader::DecodeSeek()
call DecodeToTarget() if we're doing an accurate (non-fast) seek.
Update gizmo.mp4 to have a keyframe every second, instead of only 1 keyframe at
the start of stream. This makes the unit test I added more useful for mp4...
I pushed most of the seek target clamping logic in MediaDecoder up into
HTMLMediaElement, so that we're clamping in fewer places. Note
MediaDecoderStateMachine::Seek() still sanity checks the seek target.
We have to update the currentTime/MediaDecoder playback position after a seek
completes now, rather than assuming the seek always got it exactly right.
Removed those pesky assertions about seek target lying in the first frame after
seek, since actually sometimes the media doesn't have samples for all streams
after a seek (either due to the media being encoded like that, or because of a
bug in the platform's decoder, not entirely sure).
Green: https://tbpl.mozilla.org/?tree=Try&rev=b028258565e2
* * *
Bug 778077 - Fix up MediaOMXReader fastseek to ensure audio stream stays in sync with video stream. r=cajbir
2014-04-01 16:39:04 +13:00
Kyle Huey
5126bf2d7e
Bug 990330: Remove event listener to avoid leaking in test_bug_771294.xul. r=ehsan
2014-04-01 11:33:28 +08:00
Ben Turner
096fff6e73
Bug 977819 - 'Allow PBackgroundChild implementors to hook into the threadlocal space'. r=mrbkap.
2014-03-31 19:55:36 -07:00
Ehsan Akhgari
f736bc45f6
Bug 987387 - Part 2: Add a test to ensure that sendBeacon respects private browsing by checking to see if a private cookie is set when calling sendBeacon in private browsing mode; r=jdm
2014-03-31 15:08:56 -04:00
Ghislain 'Aus' Lacroix
4574a13528
Bug 982006 - Make GetDownloadDirectory return error for both SD card missing and SD card busy. r=bz
2014-03-31 12:10:44 -07:00
Wes Kocher
eb43826f40
Backed out changeset 352a2109c6e6 (bug 987387) for m-oth orange
2014-03-31 15:55:11 -07:00
Ehsan Akhgari
dea6839c26
Bug 987387 - Part 2: Add a test to ensure that sendBeacon respects private browsing by checking to see if a private cookie is set when calling sendBeacon in private browsing mode; r=jdm
...
--HG--
extra : rebase_source : 421d0faab1db58e0d31b529e1acf70b13f9d7faf
2014-03-31 15:08:56 -04:00
Peter Van der Beken
5180873f02
Bug 988363 - Outerize when wrapping nsGlobalWindow. r=bz.
2014-02-15 22:10:25 +01:00
Peter Van der Beken
60fef7f9e3
Bug 984495 - Add Window.onwheel to WebIDL. r=bz.
2014-02-15 22:12:33 +01:00
Ed Morley
9d7a5cff30
Backed out changeset 00fa39c23b44 (bug 778077) for reftest failures
2014-03-28 12:31:29 +00:00
Chris Pearce
c9cd61eb5d
Bug 778077 - Implement HTMLMediaElement.fastSeek(time). r=cajbir
...
Implement HTMLMediaElement.fastSeek(), basically by changing all the
MediaDecoderReader::Seek() overrides to not call
MediaDecoderReader::DecodeToTarget(), and have MediaDecoderReader::DecodeSeek()
call DecodeToTarget() if we're doing an accurate (non-fast) seek.
Update gizmo.mp4 to have a keyframe every second, instead of only 1 keyframe at
the start of stream. This makes the unit test I added more useful for mp4...
I pushed most of the seek target clamping logic in MediaDecoder up into
HTMLMediaElement, so that we're clamping in fewer places. Note
MediaDecoderStateMachine::Seek() still sanity checks the seek target.
We have to update the currentTime/MediaDecoder playback position after a seek
completes now, rather than assuming the seek always got it exactly right.
Removed those pesky assertions about seek target lying in the first frame after
seek, since actually sometimes the media doesn't have samples for all streams
after a seek (either due to the media being encoded like that, or because of a
bug in the platform's decoder, not entirely sure).
Green: https://tbpl.mozilla.org/?tree=Try&rev=b028258565e2
2014-03-28 22:36:10 +13:00
David Clarke
d84efdf57d
Bug 987548 - Reduces the number of tests ran through ipc, to reduce intermittency. r=schien
2014-03-27 22:28:00 +01:00
Neil Rashbrook
fe80fce47a
Bug 514280 Consistently declare and define IID accessors r=bsmedberg
2014-03-28 08:45:02 +00:00
Neil Rashbrook
8325a39b18
Bug 514280 Remove concrete classes from interface maps r=bsmedberg
2014-03-28 08:40:13 +00:00
Phil Ringnalda
1a6280a756
Backed out 2 changesets (bug 778077, bug 631058)
...
CLOSED TREE
Backed out changeset dda301682977 (bug 631058)
Backed out changeset 25b633e7dcd5 (bug 778077)
2014-03-27 21:50:02 -07:00
Ehsan Akhgari
e3c6df3e5f
Bug 983920 - Port window.sidebar and window.external to WebIDL; r=bzbarsky
2014-03-28 00:03:03 -04:00
Wes Kocher
9b1e1a9f9e
Merge m-c to inbound
2014-03-27 20:21:50 -07:00
Chris Pearce
b26d467d58
Bug 778077 - Implement HTMLMediaElement.fastSeek(time). r=cajbir
...
Implement HTMLMediaElement.fastSeek(), basically by changing all the
MediaDecoderReader::Seek() overrides to not call
MediaDecoderReader::DecodeToTarget(), and have MediaDecoderReader::DecodeSeek()
call DecodeToTarget() if we're doing an accurate (non-fast) seek.
Update gizmo.mp4 to have a keyframe every second, instead of only 1 keyframe at
the start of stream. This makes the unit test I added more useful for mp4...
I pushed most of the seek target clamping logic in MediaDecoder up into
HTMLMediaElement, so that we're clamping in fewer places. Note
MediaDecoderStateMachine::Seek() still sanity checks the seek target.
We have to update the currentTime/MediaDecoder playback position after a seek
completes now, rather than assuming the seek always got it exactly right.
Removed those pesky assertions about seek target lying in the first frame after
seek, since actually sometimes the media doesn't have samples for all streams
after a seek (either due to the media being encoded like that, or because of a
bug in the platform's decoder, not entirely sure).
Green: https://tbpl.mozilla.org/?tree=Try&rev=b028258565e2
2014-03-28 15:50:28 +13:00
Peter Van der Beken
240574c42e
Bug 988363 - Outerize when wrapping nsGlobalWindow. r=bz.
...
--HG--
extra : rebase_source : 68b2816295a8f37fa544d8c79317794e945f2f7e
2014-02-15 22:10:25 +01:00
Peter Van der Beken
a823977af4
Bug 984495 - Add Window.onwheel to WebIDL. r=bz.
...
--HG--
extra : rebase_source : 3ab4bcb83696de8dffda3d216043438c6d1e3332
2014-02-15 22:12:33 +01:00
Yuan Xulei
85163bc565
Bug 934367 - Implement createFile for Directory. r=dhylands
2014-03-05 16:40:48 +08:00
Teiichiro Fukuda
b2f5789c43
Bug 909224 - Want to add the phonetic name of the name to mozContacts. r=reuben
2014-03-27 01:33:00 +01:00
Peter Van der Beken
f6d0b34d5b
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
6ba0d2c459
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
5703422365
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
5d312c567c
Bug 977950. Fix dragging of text to work again. r=smaug
2014-02-28 08:57:13 -05:00
Robert O'Callahan
e5f6bfb587
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
b38e622a84
Bug 978896 - FxA: watch() should get silent assertion if possible. r=ferjm
2014-03-11 17:49:26 -07:00
John Shih
545bc6abce
Bug 964228 - Part 2: Tests update. r=albert
2014-03-06 10:03:35 +08:00
John Shih
52545412b3
Bug 964228 - Fix race condition in NetworkStatsService.jsm. r=albert
2014-03-04 15:58:08 +08:00
Jan de Mooij
b36f3f389e
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
385cf81f7c
Bug 946589 - Remove 'ril.radio.preferredNetworkType' setting handler. r=hsinyi
2014-02-12 20:58:11 +08:00
Vincent Chang
0db40c36c7
Bug 979841 - [Tarako]Wifi stay on searching status even scan results available. r=chulee
2014-03-12 18:25:32 +08:00
Edgar Chen
61660bad9e
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
c1cec905e6
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
08f060ed27
Bug 965860 - patch 7 - Console API in workers, r=khuey
2014-02-27 23:39:30 +00:00
Andrea Marchesini
282559d491
Bug 965860 - patch 6 - Console.count(), r=khuey
2014-02-27 23:39:24 +00:00
Andrea Marchesini
3ef902f559
Bug 965860 - patch 5 - Console inner-window-destroyed observer, r=khuey
2014-02-27 23:39:17 +00:00
Andrea Marchesini
5d4853fca9
Bug 965860 - patch 4 - Console format string, r=khuey
2014-02-27 23:39:12 +00:00
Andrea Marchesini
1574c2db74
Bug 965860 - patch 3 - Console replacable in IDL, r=bz
2014-02-27 23:39:06 +00:00
Andrea Marchesini
004b2f741b
Bug 965860 - patch 2 - ConsoleAPI written in C++, r=bz
2014-02-27 23:39:00 +00:00
Andrea Marchesini
ed28ed334a
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
b672cdc604
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
5e62e712f6
Bug 458300 - Remove some unneeded includes of nsINameSpaceManager.h. r=jst
2014-02-27 20:04:45 -03:00
Ryan VanderMeulen
bd214454e7
Merge m-c to inbound.
2014-02-27 17:33:47 -05:00
Max Vujovic
d66505e413
Bug 948265 - Remove deprecated filterRes attribute from SVG filters. r=roc
2014-02-28 16:40:14 -05:00
Ryan VanderMeulen
af8c67273f
Merge m-c to inbound on a CLOSED TREE.
2014-02-28 16:06:20 -05:00
Boris Zbarsky
2b7ed4dd48
Bug 978015. Web pages should actually be able to use DataTransfer. r=smaug
2014-02-28 13:57:14 -05:00
Jeff Walden
7741787e99
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
538aa9375d
Bug 950266 - Re-enable the WebRTC tests disabled for nuwa issues r=jesup,ryanvm
2014-02-07 17:29:17 -05:00
Andrew McCreight
7a3ece6343
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
c479f2a541
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
fd004666a8
Merge m-c to fx-team
2014-02-24 18:29:49 -08:00
Wes Kocher
a2628aed68
Merge inbound to m-c
2014-02-24 17:45:16 -08:00
Mike Habicher
7e8ee4b9dc
Bug 975472 - fix crash in DOM error handler, r=dhylands
2014-02-24 13:01:21 -05:00
Jessica Jong
947d72d67a
Bug 973842 - Part 3: Support adding secondary routes (NetworkUtils). r=vchang
2014-02-24 09:19:20 -05:00
Jessica Jong
ecc4e88fb1
Bug 973842 - Part 2: Support adding secondary routes (NetworkService). r=vchang
2014-02-24 09:19:20 -05:00
Jessica Jong
b76073aeed
Bug 973842 - Part 1: Support adding secondary routes (idl/cid). r=vchang
2014-02-24 09:19:20 -05:00
Reuben Morais
12a2200ac6
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
48c91284ad
Merge mozilla-central to b2g-inbound
2014-02-24 13:26:33 +01:00
Carsten "Tomcat" Book
57081c9a50
merge b2g-inbound to mozilla-central
2014-02-24 12:55:53 +01:00
Fernando Jiménez
ede4e43ae2
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
368ff61eab
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
2014-02-23 21:19:43 +01:00
William Chen
7d7470aa8a
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
eb31fa81a5
Back out 5e4cee2fcbc6 (bug 963294) for build bustage
...
CLOSED TREE
2014-02-23 12:59:52 -08:00
Tom Schuster
8472e2081d
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
2014-02-23 21:19:43 +01:00
Boris Zbarsky
2abdc23dbc
Bug 973849. Allow clearInterval/clearTimeout calls with no arguments; just treat them as no-ops. r=smaug
2014-02-23 00:01:26 -05:00
Phil Ringnalda
b88368dbb8
Back out ab395abf96b9:837481767455 (bug 972312) for Windows build bustage
...
CLOSED TREE
2014-02-22 21:39:13 -08:00
Boris Zbarsky
9343a3872e
Bug 973849. Allow clearInterval/clearTimeout calls with no arguments; just treat them as no-ops. r=smaug
2014-02-23 00:01:26 -05:00
Boris Zbarsky
1c51e5e586
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug
2014-02-23 00:01:12 -05:00
Boris Zbarsky
018e2c3c0d
Bug 972312 part 1. Generate virtual As*Event functions on WebIDL events so that we can easily go from an nsDOMEvent to the relevant event subtype. r=smaug
2014-02-23 00:01:12 -05:00
Phil Ringnalda
ec10a1eee2
Back out cbd2e8c512f6 (bug 968836) for hidden bustage
2014-02-22 20:13:27 -08:00
Ehsan Akhgari
d0e585a794
Bug 975732 - Move one CXXFLAGS variable in dom/bluetooth to DEFINES; r=mshal
2014-02-22 21:42:12 -05:00
Geoff Lankow
ba086eef57
Bug 974295 - Replacement for getPrefsByName in nsIContentPrefService2; r=adw
2014-02-22 16:50:53 +13:00
Wes Kocher
2571654be5
Merge m-c to inbound
2014-02-21 18:55:53 -08:00
Wes Kocher
07eb676262
Merge b2g-inbound to m-c
2014-02-21 18:35:32 -08:00
Kartikaya Gupta
af2350f8ba
Bug 968991 - Only initialize the root metrics after getting both before-first-paint and the mInnerSize dimensions. r=botond
2014-02-21 18:12:43 -05:00
Ryan VanderMeulen
f1a55855c0
Backed out changeset 2d021370c57f (bug 965990) for causing bug 973307.
2014-02-21 16:54:42 -05:00
Reuben Morais
a8bbb6b48f
Bug 951785 - For browser content, unless explicitly denied for the app, consider permissions for the requesting origin, not the requesting app. r=sicking
...
--HG--
extra : rebase_source : 83d71d004f193c597f19a3cead1682698579d3d5
2014-02-21 16:56:19 -03:00
Ryan VanderMeulen
20336de511
Merge m-c to b2g-inbound.
2014-02-21 15:01:50 -05:00
Fabrice Desré
65d0f739fe
Backout 96eaa0f376ab (bug 961282) for smoketest regression.
2014-02-21 11:54:03 -08:00
Mike Habicher
49b6c80c0e
Bug 965533 - fix the zoom attribute, r=dhylands
2014-02-21 13:14:52 -05:00
Ryan VanderMeulen
f1beeb142e
Backed out 7 changesets (bug 966591) for mochitest leaks on a CLOSED TREE.
...
Backed out changeset b44289e756fc (bug 966591)
Backed out changeset c428b424ef95 (bug 966591)
Backed out changeset 9ac56da10646 (bug 966591)
Backed out changeset 81ba9bddd84e (bug 966591)
Backed out changeset 0c66968c2edd (bug 966591)
Backed out changeset 261a1ca9045c (bug 966591)
Backed out changeset 895728963f16 (bug 966591)
2014-02-21 10:39:15 -05:00
Ehsan Akhgari
83afc1afae
Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-21 09:11:33 -05:00
Rik Cabanier
1adccfe5fb
Bug 966591 - Part 2: Validate input to AddHitRegion. Provide partial implementation. r=roc
2014-02-21 08:35:36 -05:00
Rik Cabanier
fcf0dfecdf
Bug 966591 - Part 1: Put very basic hit region interface in + add runtime flag. r=roc
2014-02-21 08:35:14 -05:00
Carsten "Tomcat" Book
5d14d17d76
Backed out changeset 9112c3abc3ea (bug 926830) for mochitest memory leak on a CLOSED TREE
2014-02-21 14:31:31 +01:00
Hsin-Yi Tsai
261920bcca
Bug 974580 - _timer shouldn't be null. r=allstars.chh
2014-02-21 14:15:35 +08:00
Phil Ringnalda
7732675ab7
Back out 0f5f58d5d410:8db4d719f5f8 (bug 973780) for debug WinXP mochitest-3 assertions
...
CLOSED TREE
2014-02-20 20:46:50 -08:00
Terrence Cole
ded53c42ba
Bug 969410 - Do not expose non-tenured addresses in JS_GetObjectId; r=sfink
...
--HG--
extra : rebase_source : dfa32a19df80b9ae5f9d7d535b141e50007c0149
2014-02-20 13:38:57 -08:00
Georg Fritzsche
f6e4d8b047
Bug 964272 - Expose last modified time on plugin tags. r=bsmedberg
2014-02-18 11:45:47 +01:00
Edgar Chen
f1c5e5035e
Bug 973771 - Part 2: Marionette tests for LTE preferred network types. r=hsinyi
2014-02-18 17:09:25 +08:00
Edgar Chen
55b2a7edbc
Bug 973771 - Part 1: RIL implementation for LTE preferred network types. r=hsinyi
2014-02-18 14:21:09 +08:00
Edgar Chen
289f5c5964
Bug 900429 - Part 2: Xpcshell tests for CDMA personalization state and lock type. r=allstars.chh
2014-02-21 10:48:26 +08:00
Edgar Chen
90dfbd45db
Bug 900429 - Part 1: Add personalization state and lock type for CDMA. r=allstars.chh
2014-02-20 14:00:56 +08:00
Chris Peterson
10a0737dbc
Bug 712939 - Replace JS_STATIC_ASSERT with static_assert outside js/ directory. r=BenWa r=bsmedberg r=mccr8
2014-02-17 22:10:50 -08:00
Ehsan Akhgari
790a3e8ead
Bug 935778 - Part 0.3: Spray some more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-20 23:07:24 -05:00
Wes Kocher
2ebca122a4
Merge m-c to inbound
2014-02-20 19:37:22 -08:00
Bobby Holley
863ecca599
Bug 973780 - Remove Xray expando slot from new-binding objects. r=bz
2014-02-20 18:24:10 -08:00
Oleg Romashin
79dd3f3972
Bug 974335 - Refactor Qt Widget Backend implementation. Qt Only changes NPDB. r=romaxa
...
--HG--
rename : dom/system/unix/Makefile.in => dom/system/qt/Makefile.in
rename : dom/system/unix/QTMLocationProvider.cpp => dom/system/qt/QTMLocationProvider.cpp
rename : dom/system/unix/QTMLocationProvider.h => dom/system/qt/QTMLocationProvider.h
rename : dom/system/unix/nsHapticFeedback.cpp => dom/system/qt/QtHapticFeedback.cpp
rename : dom/system/unix/nsHapticFeedback.h => dom/system/qt/QtHapticFeedback.h
rename : dom/system/unix/moz.build => dom/system/qt/moz.build
2014-02-20 18:09:02 -08:00
Oleg Romashin
2aeb5c9d2f
Bug 974335 - Refactor Qt Widget Backend implementation. Build changes . r=glandium
2014-02-20 18:08:58 -08:00
Fabrice Desré
b7443ec99d
Bug 975038 - Remove obsolete indexedDB migration code r=mwu
2014-02-20 11:31:57 -08:00
Marco Castelluccio
8c93579774
Bug 961282 - In Webapps.jsm, create directories only when really needed. r=fabrice
2014-02-20 15:35:09 -05:00
Oleg Romashin
5e0cf68089
Bug 974335 - Refactor Qt Widget Backend implementation. Plugins cleanup. r=josh
2014-02-20 18:08:36 -08:00
Wes Kocher
6d6d2dff24
Backed out 7 changesets (bug 406541, bug 738396, bug 852315, bug 971273, bug 971279) for various java/plugin-related failures on a CLOSED TREE
...
Backed out changeset 13cc8a7ee925 (bug 852315)
Backed out changeset 23dfc36f99d4 (bug 852315)
Backed out changeset fb56bd7c0feb (bug 406541)
Backed out changeset b24d1437c6f3 (bug 738396)
Backed out changeset 5028e1290b45 (bug 971279)
Backed out changeset 34ecdab0cfc2 (bug 971279)
Backed out changeset 95b4aa01923d (bug 971273)
2014-02-20 16:19:30 -08:00
John Schoenick
fe941d1453
Bug 852315 - Test. r=bsmedberg
2014-02-20 14:38:03 -08:00
John Schoenick
e2d872a4f8
Bug 406541 - Test. r=bsmedberg
2014-02-20 14:38:02 -08:00
John Schoenick
9cde5370a7
Bug 738396 - Test. r=bsmedberg
2014-02-20 14:38:02 -08:00
John Schoenick
bec6a56335
Bug 971279 - Add nptest java plugin. r=bsmedberg
2014-02-20 14:38:02 -08:00
John Schoenick
69263c0a97
Bug 971279 - Add plugin.java.mime. r=bsmedberg
2014-02-20 14:38:02 -08:00
Ben Turner
10c324966a
Bug 974645 - AssertNoGcThing failure in worker XMLHttpRequest. r=khuey.
2014-02-20 14:35:47 -08:00
Maksim Lebedev
b4c0fd94fd
Bug 970199 - Switch mouse event button type from ushort to short according to spec change. r=smaug
...
--HG--
extra : rebase_source : 7da22cbb4a3fcc6fa7cc8350bea0f87adf896788
2014-02-20 10:38:13 -08:00
Mark Hammond
e90e6505b7
Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug
2014-02-21 09:19:18 +11:00
Andrew McCreight
ecbce16b57
Bug 966762 - Add chrome JS function to unlink ghost windows. r=smaug
2014-02-20 12:55:40 -08:00
Andrew McCreight
b86e8fb3a9
Bug 951491 - Ensure ResumeTimeouts() after FreeInnerObjects() does nothing. r=bz
2014-02-20 12:55:40 -08:00
Andrew McCreight
dabc027595
Bug 972591, part 3 - Convert nsXBLDocumentInfo::mBindingTable to nsClassHashtable. r=froydnj,bz
2014-02-20 12:55:40 -08:00
Andrew McCreight
0aca499e97
Bug 972591, part 2 - Convert nsXBLPrototypeBinding::mAttributeTable to nsClassHashtable. r=froydnj,bz
2014-02-20 12:55:39 -08:00
Ryan VanderMeulen
73306afda2
Merge inbound to m-c.
2014-02-20 15:13:01 -05:00
Carsten "Tomcat" Book
4201558d37
Merge mozilla-central to b2g-inbound
2014-02-20 13:01:38 +01:00
Thomas Zimmermann
00cd6cf056
Bug 972253: Remove GetDBusConnection, r=echou
...
All calls to GetDBusConnection have been replaced by direct references
to sDBusConnection.
2014-02-20 12:56:11 +01:00
Thomas Zimmermann
d2c1b2933a
Bug 972253: Cleanup Start/Stop methods in BlueZ backend, r=echou
...
This patch cleans up the code for starting and stopping DBus
connections in the BlueZ backend of Bluetooth. It also fixes
a bug were the initial 'adapteradded' reply might have been
missed.
2014-02-20 12:55:57 +01:00
Thomas Zimmermann
84813f9187
Bug 972253: Merge the content of DBusThread.cpp into Bluetooth code, r=echou
...
DBusThread.{cpp,h} maintains state for Bluetooth. This patch moves
the content of these files to Bluetooth's Bluez backend.
2014-02-20 12:55:41 +01:00
Carsten "Tomcat" Book
edbdb02e8e
merge b2g-inbound to mozilla-central
2014-02-20 12:54:27 +01:00
Mike Habicher
d9d3a756f0
Bug 973790 - only call ClearCurrentFrame() when closing down the camera hardware, r=dhylands
2014-02-19 23:18:55 -05:00
Mike Habicher
6137c43056
Bug 940424 - add a failable test shim to the Gonk hardware wrapper, r=dclarke,dhylands,jesup
2014-02-19 23:18:52 -05:00
"Kan-Ru Chen (陳侃如)"
9ee2691b19
Bug 970290 - Wait "testready" instead of "load" event.
2014-02-20 10:25:14 +08:00
Chris Peterson
192496a87c
Bug 712873 - Part 3: Replace JS_ALWAYS_TRUE with MOZ_ALWAYS_TRUE outside js/src/ directory. r=luke
2014-02-17 22:42:57 -08:00