Bobby Holley
8d474077e8
Bug 986304 - Remove the scope object machinery attached to nsIJSEventListener. r=bz,f=smaug
2014-03-21 23:31:03 -03:00
Bobby Holley
5b7986dd28
Bug 986304 - Stop using (and kill) BindCompileEventHandler. r=bz
2014-03-21 23:31:02 -03:00
Bobby Holley
2cf2909a97
Bug 986304 - Compile the event handler directly with the target as the scope object. r=bz
2014-03-21 23:31:02 -03:00
Bobby Holley
b15cefbe5b
Bug 986304 - Enter the compartment of the target directly. r=bz
2014-03-21 23:31:02 -03:00
Bobby Holley
beec0651c3
Bug 986304 - MOZ_ASSERT the need for compilation in CompileEventHandlerInternal, and remove useless conditionals. r=bz
...
The unindentations here are clean - no changes.
2014-03-21 23:31:02 -03:00
Brian O'Keefe
25b4df93c6
Bug 883092 - Move mochitest support files from Makefile.in to a manifest; r=gps f=Ms2ger
2014-03-21 16:25:55 -07:00
Carsten "Tomcat" Book
75d237800b
Merge mozilla-central to b2g-inbound
2014-03-21 15:26:20 +01:00
Carsten "Tomcat" Book
4a1fc1f0da
merge b2g-inbound to mozilla-central
2014-03-21 15:18:04 +01:00
Shawn Huang
b214332845
Bug 986352 - [bluedroid] Fix hfp-fallback build break due to miss Reset() for BluetoothHfpManager, r=echou
2014-03-21 17:12:16 +08:00
Boris Zbarsky
59f8f0e2d4
Another bug 985827 followup. Make sure to not cache things wrapped in an Xray compartment on the navigator object. r=khuey
2014-03-21 03:25:21 -04:00
Jeff Walden
d3340fc45f
Bug 985687 - Remove vestigial tinyid/shortid references, as well as the field in JSPropertySpec. Followup to bug 975069. r=luke
...
--HG--
extra : rebase_source : 9e4bd270925efb155dacb91470b617f169526824
2014-03-20 23:24:21 -07:00
Boris Zbarsky
1e5414ed2f
Bug 985827 followup. Remove shadowing variable that confuses things. r=bustage
2014-03-21 00:55:50 -04:00
Masatoshi Kimura
017a04a06a
Bug 981237 - Remove DataContainerEvent dependency from Plugin crash handler. r=jst,johns
2014-03-21 13:00:00 +09:00
Srirakshith Betageri
209a660012
Bug 955860. Implement the CSS.escape API for escaping CSS identifiers from script. r=bzbarsky
2014-03-20 23:19:43 -04:00
Boris Zbarsky
571a9a2aa5
Bug 985827. Make Navigator::DoNewResolve not double-create objects no matter what JS is doing. r=khuey
2014-03-20 23:19:43 -04:00
Boris Zbarsky
a8103d552c
Bug 983261. Improve example codegen for non-leaf and non-root interfaces. r=khuey
2014-03-20 23:19:43 -04:00
Boris Zbarsky
0708700fcb
Bug 976305. Use the callee, not the irrelevant this value, to figure out the GlobalObject for a static WebIDL method. r=bholley
2014-03-20 23:19:43 -04:00
Olli Pettay
8caa64631b
Bug 985988, event handlers should update preventDefault flag similar way to event.preventDefault(), r=masayuki
...
--HG--
extra : rebase_source : f82af82dfd290fbba851eda5dceebcd1911ef72b
2014-03-21 19:46:15 +02:00
John Schoenick
6e3494979d
Bug 985859 - navigator.mimeTypes access should be case-insensitive. r=bsmedberg
2014-03-21 10:50:25 -07:00
Andrea Marchesini
23d928823f
Bug 986379 - Console crash for a mTimer set to null, r=ehsan
2014-03-21 16:57:54 +00:00
Boris Zbarsky
f8115c0dde
Bug 983300 part 4. Convert exceptions in static methods returning promises into rejected promises. r=khuey,efaust
2014-03-21 12:18:24 -04:00
Boris Zbarsky
51d9175a36
Bug 983300 part 3. Convert exceptions in specialized methods returning promises into rejected promises. r=khuey, efaust
2014-03-21 12:18:24 -04:00
Boris Zbarsky
4b7f853a76
Bug 983300 part 2. Introduce a GenericPromiseReturningBindingMethod for methods that return Promise return value. r=khuey,bholley
...
This method effectively catches exceptions from GenericBindingMethod and converts them into rejected promises. This handles calls to Promise-returning APIs from everything except Ion fast paths.
2014-03-21 12:18:24 -04:00
Boris Zbarsky
7a7054f72d
Bug 983300 part 1. Disallow Promise as a return type for legacy callers and enforce all overloads for a method either returning promises or not returning promises. r=khuey
2014-03-21 12:18:24 -04:00
Botond Ballo
a0241eb5a5
Bug 984673 - Do not compress PBrowser::UpdateFrame. r=kats
2014-03-20 17:34:41 -04:00
Carsten "Tomcat" Book
c209094b2a
Merge mozilla-central to mozilla-inbound
2014-03-21 15:20:35 +01:00
Ryan VanderMeulen
99c262d103
Backed out changeset e9c807b1e3d4 (bug 985257) for bustage.
2014-03-21 10:07:07 -04:00
Rik Cabanier
82602e6861
Bug 985257 - Add implementation for Path2D constructor that takes an SVG path string. r=roc
2014-03-21 09:18:58 -04:00
Ghislain 'Aus' Lacroix
c9fe8d726d
Bug 960749 - Improve error messages when < and > are used in filenames. r=bsmedberg
...
* Unify OS_FILE_ILLEGAL_CHARACTERS
* Provide KNOWN_PATH_SEPARATORS in addition to FILE_PATH_SEPARATOR.
* Update nsExternalAppHandler to use KNOWN_PATH_SEPARATORS instead of
FILE_PATH_SEPARATOR when removing path separators.
* Fix DownloadsIPC.jsm when compiling with MOZ_DEBUG (would throw on undefined download.id).
* Add test for stripping out illegal characters when downloading.
2014-03-20 14:05:40 -07:00
Ehsan Akhgari
9c07d6ac20
Bug 983845 follow-up: Don't try to build BrowserFeedWriter.webidl for xulrunner builds
2014-03-21 18:34:27 -04:00
Brian Birtles
415828ea46
Bug 986359 part 2 - Factor out GetTransaction in DOMWindowUtils; r=mattwoodrow
2014-03-22 05:59:57 +08:00
Brian Birtles
4066243ac4
Bug 986359 part 1 - Move SetTestSampleTime and LeaveTestMode to LayerTransactionParent; r=mattwoodrow
2014-03-22 05:59:57 +08:00
Chadd Williams
1035df8afc
Bug 980493 - Transition FrameMetrics::mScrollId to use a getter/setter. r=botond
...
--HG--
extra : histedit_source : 1c84496d4b61f019e6e6cc24591ee3a10434e4cc
2014-03-21 17:48:08 -04:00
Aleh Zasypkin
10f96940b5
Bug 984004 - Part 2: Immediately update %label on reset. r=felipc
2014-03-19 10:25:17 +01:00
Hsin-Yi Tsai
b5342f1397
Bug 984289 - [B2G] [RIL] add marionette-webapi tests for conference error. r=vicamo
2014-03-17 18:40:29 +08:00
Henry Chang
2552ac2c6b
Bug 986349 - Bind |this| to forEach callback function. r=chulee
2014-03-21 16:43:54 +08:00
Szu-Yu Chen (Aknow)
828f58396e
Bug 984919 - Part 2: Test DSDS connection conflict. r=hsinyi
2014-03-21 02:46:00 +01:00
Szu-Yu Chen (Aknow)
b68e2ea083
Bug 984919 - Part 1: Cannot place a new call if other sim is in use. r=hsinyi
2014-03-21 02:44:00 +01:00
Martin Thomson
290aaae8d9
Bug 976692 - Add IdP caching. r=jib
...
CLOSED TREE
2014-03-14 11:25:37 -07:00
Nathan Froyd
23709854ea
Bug 987457 - rename ProtoAndIfaceArray to ProtoAndIfaceCache; r=bz
2014-03-22 13:04:09 -04:00
Carsten "Tomcat" Book
82d342c637
Merge mozilla-central to fx-team on a CLOSED TREE
2014-03-26 14:01:16 +01:00
Wes Kocher
5389f8cd94
Merge m-c to fx-team
2014-03-25 20:23:20 -07:00
Matthew Noorenberghe
cd71affa66
Bug 988000 - Lazily load FreeSpaceWatcher.jsm. r=fabrice
2014-03-25 19:54:48 -07:00
Ryan VanderMeulen
e3fad36dc4
Merge inbound to m-c.
2014-03-20 17:03:59 -04:00
Tom Schuster
814d6d42cb
Bug 355430 - Fix rooting issue on CLOSED TREE
2014-03-20 18:48:43 +01:00
Ryan VanderMeulen
11e16c920b
Bug 983015 - Skip all inputmethod tests in the B2G emulator.
2014-03-20 13:43:14 -04:00
Carsten "Tomcat" Book
4b81d7b07b
Merge mozilla-central to b2g-inbound
2014-03-20 14:21:13 +01:00
Alexandre Poirot
8e527ae8b0
Bug 980682 - Ensure mozAlarms doesn't throw on chrome documents and fix alarms set on non-index.html pages. r=gene
2014-03-20 09:20:12 -04:00
Carsten "Tomcat" Book
8dd01a51fe
merge b2g-inbound to mozilla-central
2014-03-20 14:07:58 +01:00
Carsten "Tomcat" Book
d64f1c6c14
merge fx-team to mozilla-central
2014-03-20 14:04:58 +01:00
Gene Lian
6334f1845f
Bug 944890 - B2G SMS & MMS: remove convertTimeToInt(...) which is no longer needed (part 2, test cases). r=vicamo
2014-03-20 10:46:13 +08:00
Gene Lian
80d8429c19
Bug 944890 - B2G SMS & MMS: remove convertTimeToInt(...) which is no longer needed (part 1, implementation). r=vicamo
2014-03-20 10:45:55 +08:00
Vivien Nicolas
b2e05b2a68
Bug 985735 - dom/system/gonk/NetworkService.js: WARNING: no preprocessor directives found. r=gwagner
2014-03-20 13:01:34 +08:00
Kyle Huey
b3d1f15c57
Bug 968031: Remove threadsafe refcounting from ContentParent and add it to the cycle collector graph. r=bent,mccr8
2014-03-19 17:22:25 -07:00
Tom Schuster
080f940e4c
Bug 977904 - [e10s] Get native key bindings working. r=masayuki
2014-03-20 16:46:29 +01:00
Tom Schuster
f0ad87ccf6
Bug 355430 - Test. r=bz
2014-03-20 16:46:29 +01:00
Tom Schuster
9491458ea6
Bug 355430 - Add the column to the error event. r=bz
2014-03-20 16:46:28 +01:00
Carsten "Tomcat" Book
25e80771a2
Merge mozilla-central to b2g-inbound
2014-03-19 16:30:49 +01:00
Carsten "Tomcat" Book
220e7cf496
merge b2g-inbound to mozilla-central
2014-03-19 16:22:07 +01:00
Carsten "Tomcat" Book
73bc975564
Backed out changeset 92e5d79ec57f (bug 917755)
2014-03-19 09:46:12 +01:00
Carsten "Tomcat" Book
de82eb9a6f
Backed out changeset 3b41ab878fcd (bug 917755)
2014-03-19 09:46:09 +01:00
Carsten "Tomcat" Book
2d05ba4b43
Backed out changeset 8ad57cf09e75 (bug 917755)
2014-03-19 09:46:07 +01:00
Carsten "Tomcat" Book
92dc706141
Backed out changeset 896bfaeab866 (bug 917755)
2014-03-19 09:46:03 +01:00
Carsten "Tomcat" Book
174014df63
Backed out changeset e60fe593236d (bug 918189)
2014-03-19 09:45:57 +01:00
Hsin-Yi Tsai
ea3978bfb6
Bug 984326 - [B2G] [RIL] [CDMA] call waiting isn't working properly. The 2nd remote party cannot hear voice. r=vicamo
2014-03-18 15:57:32 +08:00
Andrea Marchesini
395d7507e0
Bug 985686 - DataStoreServiceChild is not leaked, r=ehsan
2014-03-19 22:39:23 +00:00
Ryan VanderMeulen
c5975cfb88
Backed out changesets a17ee88f1fe7, 6e3aee4a9650, 07e5ed676919 (bug 950076) for Werror bustage.
2014-03-19 14:00:10 -04:00
Rik Cabanier
2878b85708
Bug 985178 - Implementation + test cases for isPointInPath and isPointInStroke. r=roc
2014-03-19 13:42:38 -04:00
Birunthan Mohanathas
dca15fad8e
Bug 984112 - Part 2: Use JS::CallArgs functions instead of JS_CALLEE in Codegen.py. r=bz
2014-03-19 13:05:04 -04:00
Birunthan Mohanathas
fdd8ac908b
Bug 984112 - Part 1: Use JS::CallArgs instead of JS_{ARGV,SET_RVAL,...}, argc
in dom/. r=bz
2014-03-19 13:05:04 -04:00
Gregory Szorc
77c8d48602
Bug 983185 - Ensure adding a WebIDL file incurs code generation. r=glandium
2014-03-17 12:41:42 -07:00
Alessio Placitelli
f0971950d5
Bug 950076 - Use the return value of GetNodeTextContent for OOM checks. r=jst
2014-03-19 13:05:03 -04:00
Alessio Placitelli
208513304c
Bug 950076 - Add a fallible form of nsAString::Append and Replace and use it in nsTextFragment::AppendTo. r=bsmedberg, r=jst
2014-03-19 13:05:02 -04:00
Neil Deakin
54fd69f1a7
Bug 982734, make nsIWidget::GetWindowType and nsIWidget::GetZIndex return their values, remove some unused colour-related widget methods, r=tn
2014-03-19 12:48:08 -04:00
Bobby Holley
8c3d899db2
Bug 825392 - Remove SOWs. r=bz
2014-03-19 13:35:45 -03:00
Bobby Holley
a2f6cad141
Bug 825392 - Generate anonymous content reflectors in the XBL scope. r=bz
2014-03-19 13:35:45 -03:00
Bobby Holley
8e563284fb
Bug 825392 - Add xpc::GetXBLScopeOrGlobal and Sprinkle some calls to it where necessary. r=bz
2014-03-19 13:35:45 -03:00
Bobby Holley
b78130c48a
Bug 825392 - Infer the global from the reflector in DoInitJSClass. r=bz
2014-03-19 13:35:45 -03:00
Bobby Holley
42d8c2c8cd
Bug 825392 - Parent Touch objects to the EventTarget's global. r=bz
2014-03-19 13:35:45 -03:00
Ehsan Akhgari
8259bd86d3
Bug 983845 - Port nsIFeedWriter to WebIDL and stop exposing BrowserFeedWriter to the Web; r=bzbarsky
...
X-Git-Commit-ID: 487d201e67d932da2d4a73b680181072a13e35b3
2014-03-19 12:29:00 -04:00
Ehsan Akhgari
ed0b551281
Bug 866528 - Make nsIDOMActivityOptions a dictionary; r=bzbarsky
2014-03-18 00:38:36 -04:00
Cervantes Yu
295a735e85
Bug 959966: prevent the preallocated process from being killed by the lowmem killer by rasing its priority. r=khuey,gsvelto
2014-03-13 15:24:42 +08:00
Jessica Jong
bae45ed494
Bug 984327 - Part 2: Modify test cases for dun. r=vicamo
2014-03-19 08:39:00 -04:00
Jessica Jong
6552af2779
Bug 984327 - Part 1: Include dun apn type in isNetworkTypeSecondaryMobile(...) and elsewhere. r=vicamo
2014-03-19 08:39:00 -04:00
Randy Lin
2a3e1a4f03
Bug 959490 - [MediaEncoder] Support *.3gp with AMR-NB audio format on certificated application. r=roc
2014-03-19 14:52:45 +08:00
Dimi Lee
0047931b0e
Bug 886110 - Convert WifiManager to WebIDL. r=mrbkap
2014-03-19 14:04:58 +08:00
Wes Kocher
5a59a33342
Merge m-c to b2g-inbound
2014-03-18 14:59:25 -07:00
Wes Kocher
01bb0237bc
Merge inbound to m-c
2014-03-18 14:15:03 -07:00
Wes Kocher
513905223c
Merge fx-team to m-c
2014-03-18 14:03:25 -07:00
Ryan VanderMeulen
47b25c7f0a
Backed out changeset f835989efa64 (bug 949537) for mochitest failures.
...
CLOSED TREE
2014-03-18 15:27:18 -04:00
Reuben Morais
22537220f3
Bug 949537 - Setup substring matching for Chilean numbers. r=gwagner
2014-03-18 14:52:01 -03:00
Vivien Nicolas
cba17bfa5e
Bug 984845 - BrowserElementParent.getScreenshot should return more accurate screenshots. r=fabrice
2014-03-18 18:44:24 +01:00
Ryan VanderMeulen
e6d0721f10
Backed out changeset 9c3f1b715943 (bug 862519) for multiple mochitest failures.
...
CLOSED TREE
2014-03-18 13:00:32 -04:00
Paolo Amadini
8dd6c66f29
Bug 984788 - Convert legacy uses of promise.js to Promise.jsm. rs=Yoric
2014-03-18 15:16:02 +01:00
Doug Turner
29bdc30869
Bug 928217 - Remove IsCoreLocationAvailable() method because it does the wrong thing. r=smichaud@pobox.com
2014-03-16 19:54:04 -07:00
Bill McCloskey
3e0ce0ed16
Bug 862519 - [e10s] Better handling of key commands also handled by content (r=smaug)
2014-03-18 08:16:47 -07:00
Bill McCloskey
d2bf506a1d
Back out bug 862519 on a CLOSED TREE
2014-03-18 08:14:47 -07:00
Brian Hackett
ecdbf6f6c8
Bug 972817 - Enable type inference unconditionally, r=jandem.
2014-03-18 09:05:16 -06:00
Felipe Gomes
ad707c964f
Bug 862519 - [e10s] Better handling of key commands also handled by content (r=smaug)
2014-03-18 08:00:28 -07:00
Ryan VanderMeulen
133c953e95
Backed out changeset cabe6efe4de8 (bug 945363) for xpcshell failures.
2014-03-18 09:59:46 -04:00