Benjamin Smedberg
65352a04ad
Bug 932854 test fixup - reset the test plugin state only after the UI has finished checking plugin state, r=gfritzsche
2013-11-12 09:45:11 -05:00
Boris Zbarsky
e57b04efae
Bug 932501. Drop nextElementSibling/previousElementSibling from DocumentType. r=smaug
2013-11-17 00:10:19 -05:00
Boris Zbarsky
abad3a19e5
Bug 938246. Don't try to tell the JIT that our booleans are 32-bit integers, when they're actually booleans. r=efaust
2013-11-17 00:10:19 -05:00
Boris Zbarsky
231c02384a
Bug 937465. Warn when cloneNode() and importNode() are used without the boolean "deep" argument on nodes that have kids. r=sicking
2013-11-17 00:10:18 -05:00
Boris Zbarsky
0c9f30d0e5
Bug 936634. Drop support for [TreatUndefinedAs] in WebIDL. r=peterv
2013-11-17 00:10:18 -05:00
Boris Zbarsky
a4eae0eac2
Bug 935612. Stop using TreatUndefinedAs in PhoneNumberService. r=mhenretty
2013-11-17 00:10:18 -05:00
Max Li
bc1ea74b99
Bug 933393 - [AccessFu] Utter selection changes. r=eeejay
...
--HG--
extra : rebase_source : 2997b101df0cc63aba3e94b60ebe63c0db7eb3b7
2013-11-12 19:56:24 -05:00
Martijn Wargers
799d306df8
Bug 927196 - Check more stuff in XHR. r=sicking
2013-10-16 19:20:51 +02:00
Vicamo Yang
ea9121c375
Bug 934931 - 2/2: test cases. r=gene
2013-11-15 18:24:43 +08:00
Vicamo Yang
426bc4dd8e
Bug 934931 - 1/2: B2G MMS : use matchPhoneNumbers(...) to match the receiver to update the delivery status. r=gene
2013-11-15 18:24:40 +08:00
Shao Hang Kao
b9abf25b1c
Bug 938986 - remove default pcsc parameter in WifiWorker, r=vchang
2013-11-15 15:36:15 +08:00
Vicamo Yang
8d5ea8f71a
Backed out changeset aa20a0fe4fca, wrong review name
2013-11-15 18:21:22 +08:00
Shao Hang Kao
6c68fa17bd
Bug 938986 - remove default pcsc parameter in WifiWorker, r=vyang
2013-11-15 15:36:15 +08:00
John Shih
6e9ed97aad
Bug 932630 - [NetworkStats API] Need to fix saveAppStats(...) in test_networkstats_service_proxy.js. r=gene
2013-10-30 14:55:28 +08:00
Henry Chang
c06d15e7b4
Bug 935363 - Add and make use of NetworkService xpcom. r=vyang, r=vchang
2013-11-15 17:35:33 +08:00
Eric Chou
f37223aadf
Bug 933113 - Modify Pair/Unpair interface for Gaia being able to Pair/Unpair with only BD address, r=gyeh, sr=mrbkap
...
NFC handover is a mechanism for two devices to exchange their Bluetooth device
address with each other. Then one device would be initialize the Bluetooth
pairing process with received Bluetooth device address. However currently we
need a BluetoothDevice object for Pairing/Unpairing, but actually the address
of the Bluetooth device object is the only thing Gecko requires.
2013-11-15 17:19:31 +08:00
Vicamo Yang
6b63da3aea
Bug 889898 - MobileMessage: remove fallback backend, android/MmsService and SmsService::HasSupport(). r=gene
2013-11-15 17:07:33 +08:00
Ben Tian
e623b2c1ad
Bug 937572 - debug build MOZ_ASSERT fails in BluetoothOppManager::Disconnect(), r=echou
2013-11-15 09:42:53 +08:00
Ryan VanderMeulen
f90de9eccd
Merge m-c to inbound on a CLOSED TREE.
2013-11-14 20:58:52 -05:00
Peter Van der Beken
3bba715683
Bug 935786 - Assertion failure: !IsInnerWindow() || IsCurrentInnerWindow() at nsGlobalWindow.cpp:8909. r=smaug
...
CLOSED TREE
2013-11-13 09:47:37 +01:00
Phil Ringnalda
0db97dc79f
Back out ce7c0c133cc2 (bug 936327) for crashtest GC crashes and assertions
...
CLOSED TREE
2013-11-12 20:09:28 -08:00
Alan Huang
a95b532efa
Bug 922919 - Set three preferences in one asynchronous call to fix timing bug. r=khuey
2013-11-11 16:10:20 +08:00
Garner Lee
ebeba8ab8a
Bug 674741- Part 7: Add new allowed NFC DOM interfaces to test_interfaces.html. r=khuey
...
--HG--
extra : rebase_source : 3bb202a1b2bc891e65f33a410d5f5ed334d40110
2013-11-12 22:18:28 -08:00
Garner Lee
28ef93aa8d
Bug 674741 - Part 6: NFC Build System Changes. r=khuey
...
--HG--
extra : rebase_source : 259fbadf1e2dad187d2704a34ec94f883c25baeb
2013-11-12 10:11:39 -08:00
Chris Peterson
70a0a960b6
Bug 757726 - Part 5: Fix test_refresh_navigator_plugins to not recycle variables. r=johns
2013-11-10 18:16:41 -08:00
Kyle Huey
e8fcc99296
Bug 936327. r=bent
2013-11-13 10:33:44 +08:00
Bobby Holley
23cf12e7bb
Bug 840488 - Remove per-JSContext script toggling. r=bz
...
Note that the checks in nsJSEnvironment::EvaluateString and EvalInWindow
can safely go away, because we call ssm->ScriptAllowed() in
nsJSUtils::EvaluateString.
2013-11-12 16:43:35 -08:00
Bobby Holley
a10c940425
Bug 840488 - Directly mark compartments whose docshells disable script execution. r=bz
2013-11-12 16:43:33 -08:00
Bobby Holley
260c41dfe4
Bug 840488 - Introduce a mechanism to temporarily or permanently block script for a given scope, and use it for unsafe channels. r=bz
2013-11-12 16:43:33 -08:00
Bobby Holley
a0b4f0df4e
Bug 840488 - Remove CheckFunctionAccess. r=bz
...
\o/
Aside from checking whether script is enabled, all the other work this function
does is silly.
2013-11-12 16:43:32 -08:00
Bobby Holley
d071bd541c
Bug 840488 - Refactor Gecko to provide a more direct API to ask whether script is allowed for a given global. r=bz
2013-11-12 16:43:31 -08:00
Garner Lee
09fec71ba0
Bug 674741 - Part 5: NFC Permissions Changes. r=fabrice
...
--HG--
extra : rebase_source : 77f7485328b2fd1e57cf6b8ef845dcd0afb7845e
2013-11-04 17:17:05 -08:00
Siddartha Pothapragada
c43016bea3
Bug 674741 - Part 4: NFC Chrome Worker. r=yoshi
...
--HG--
extra : rebase_source : 4aee7bf49a45f778d70ce7354c94fd454384cb93
2013-11-05 14:18:56 -08:00
Garner Lee
a496280190
Bug 674741 - Part 3: NFC DOM Implementation. r=khuey
...
--HG--
extra : rebase_source : 8244ade575bebd2026cc9bd4d350b91acfcbbf41
2013-11-06 09:53:19 -08:00
Garner Lee
d00111d196
Bug 674741 - Part 2: NFC DOM Boilerplate. r=smaug
...
--HG--
extra : rebase_source : e3a2a50da058df3bae914d748d7e4e8965a5134f
2013-10-02 15:09:08 -07:00
Garner Lee
b9e3489701
Bug 674741 - Part 1: NFC DOM WebIDL. r=khuey
...
--HG--
extra : rebase_source : d967a9784006987e6f89a9e702ef6f80c15482e7
2013-11-06 09:36:19 -08:00
John Shih
20f2a4c778
Bug 936393 - Make sure stop tethering works correctly when there are different tethering types enabled. r=vchang
2013-11-08 18:31:53 +08:00
Shih-Chiang Chien
2c9fa60ce7
Bug 938492 - Correct contractID and interface name, remove obsolete test file. r=mcmanus
2013-11-14 15:26:50 -05:00
Ben Turner
1200b8c5d1
Backout 8e3b6d7159c2, bug 929274, for test failures.
2013-11-14 10:58:05 -08:00
Ben Turner
c600c2b3be
Bug 929274 - 'InvalidStateError when accessing transaction.error after aborted transaction'. r=janv.
2013-10-22 03:41:56 -07:00
Kartikaya Gupta
0aa34abca6
Bug 937688 - Make UpdateZoomConstraints take a full ScrollableLayerGuid. r=botond
2013-11-14 12:35:41 -05:00
Albert Crespell
4a91c57f93
Bug 938167 - Error when multiple queries to getSamples are received. r=gene
2013-11-13 17:46:32 +01:00
Patrick Wang
a454beecf4
Bug 932183: Part 3: test case r=honzab
2013-11-14 16:00:48 +08:00
Patrick Wang
c5921bd70d
Bug 932183: Part 2: Update child's bufferedAmount more frequently. r=honzeb
2013-11-14 16:00:28 +08:00
Patrick Wang
0374af0529
Bug 932183: Part 1: Rename function and add comments in TCPSocket implementation to make it more readable. r=honzab
2013-11-14 15:59:55 +08:00
Eric Chou
90c8be2215
Bug 937973 - Fix discoverable not working problem, r=gyeh
2013-11-14 14:51:17 +08:00
Michael Henretty
9d1c4d1612
Bug 882186 - [System] Replace blue offline error page with new UX. Window.close part. r=fabrice
2013-11-07 17:42:32 -08:00
Gregor Wagner
2add189b4f
Bug 938370 - PhoneNumberJS: update metadata. r=bent
2013-11-13 15:17:10 -08:00
Mike Habicher
ade9eacafe
Bug 928856 - Properly guard calls to CameraParameters.get() and .set(). r=sotaro
2013-11-13 14:24:20 -05:00
Kartikaya Gupta
8ef2108534
Bug 937688 - Get the guid from ReceiveInputEvent and use it in the callback to ContentReceivedTouch. r=botond
2013-11-13 13:20:31 -05:00