Shane Tully
d1a9e79483
Bug 882495 - Get window for permission prompt by outer window ID instead of most recent window. r=gwagner
...
--HG--
extra : rebase_source : a9ac7ca43e77a0144005fb68a67aa653598378cb
2013-07-10 12:47:18 -07:00
Gregory Szorc
7b97260199
Bug 891626 - Consistent filename casing for "ipc"; r=bsmedberg
...
"ipc" and "IPC" are used to refer to the same directory. "ipc" is more
popular than "IPC" so the latter has been downcased.
--HG--
extra : rebase_source : 378d442df62b8e401ed2a10f36889cfce6e88227
2013-07-10 12:08:23 -07:00
Gregory Szorc
0a41c9c2f9
Bug 891632 - Port NO_DIST_INSTALL to moz.build; r=joey
...
Many of the moved variables are likely not needed. moz.build should one
day validate the sandbox's output and error if "useless" variables are
present.
--HG--
extra : rebase_source : 3abdea056c18d00ede8c15b37db60532eca58630
2013-07-10 12:08:21 -07:00
Jan-Ivar Bruaroey
c715ae5174
Bug 890832 - Modify test_peerConnection_bug825703.html to no longer hit outside sites. r=jsmith
2013-07-10 09:30:14 -04:00
Mihnea Dobrescu-Balaur
ed1486b169
Bug 887557 - Use a dynamic port in dom xpcshell tests so they can be run in parallel. r=jdm
2013-07-09 20:45:02 -07:00
Ryan VanderMeulen
f10b8ebacc
Merge m-c to inbound.
2013-07-10 13:52:12 -04:00
Ryan VanderMeulen
1d7eff0f7a
Backed out changeset b7d6458d2a3c (bug 887483) for apparently causing Android robocop-2 failures.
2013-07-10 13:51:28 -04:00
David Zbarsky
8161e27f6d
Bug 879475 - Make PBrowser manually keep track of its manager r=jlebar
2013-07-10 13:07:51 -04:00
David Zbarsky
22bccfeb0c
Bug 879475 - Move some blob constructor params to ipdlh headers r=jlebar
2013-07-10 13:07:51 -04:00
David Zbarsky
81859a795a
Bug 879475 - Move TabContext to its own ipdl header r=jlebar
...
--HG--
rename : dom/ipc/PContent.ipdl => dom/ipc/PTabContext.ipdlh
2013-07-10 13:07:50 -04:00
Guilherme Gonçalves
5159d24f7b
Bug 874587 - Fix more case-sensitivity issues. r=smichaud
2013-07-10 13:07:50 -04:00
Aaron Klotz
1993af6269
Bug 891035: Provide mutual exclusion in Plugin Hang UI to protect against concurrent shutdown and user response. r=bsmedberg
...
--HG--
extra : rebase_source : c7960c2d74af8af57aa7e97867df61a975f4d7fe
2013-07-10 11:00:55 -06:00
Trevor Saunders
d82043f811
bug 887483 - rm a bunch of useless assignments to FORCE_STATIC_LIB r=mshal
2013-06-25 14:29:26 -04:00
Ryan VanderMeulen
3d31820419
Backed out changeset 3265d1e6ed10 (bug 890938) for Werror bustage.
2013-07-10 10:46:31 -04:00
Yura Zenevich
1d75ddc01b
Bug 891335 - [AccessFu] Making lists with only one item use the singular form of 'List 1 item'. r=eeejay, marcoz
...
---
accessible/src/jsat/OutputGenerator.jsm | 6 +++---
.../tests/mochitest/jsat/test_landmarks.html | 4 ++--
.../tests/mochitest/jsat/test_utterance_order.html | 12 ++++++------
.../en-US/chrome/accessibility/AccessFu.properties | 2 +-
4 files changed, 12 insertions(+), 12 deletions(-)
2013-07-10 10:33:38 -04:00
Botond Ballo
55a463e643
Bug 890938 - Convert AsyncPanZoomController::ZoomToRect to take a CSSRect instead of a gfxRect. r=kats
2013-07-10 10:04:20 -04:00
Trevor Saunders
ace23958ea
bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg
2013-06-25 11:15:21 -04:00
Joey Armstrong
df6123b0bc
bug 870407: cleanup bug. r=mshal
2013-07-08 11:53:00 -04:00
David Zbarsky
5719801b21
Bug 885804: Blob changes r=jlebar
2013-07-08 11:48:40 -04:00
David Zbarsky
7c1e9e4d0f
Bug 885804: Renaming in content/dom r=jlebar
2013-07-08 11:48:39 -04:00
Guilherme Gonçalves
3861f19f4c
Bug 874587 - Remove unnecessary and misspelled header r=dzbarsky
2013-07-08 11:48:38 -04:00
Brian Hackett
6a7df7aaf3
Bug 890636 - Remove JSOPTION_PCCOUNT, r=jandem.
2013-07-08 09:17:35 -06:00
Ryan VanderMeulen
28fb93dec2
Merge m-c to inbound.
2013-07-08 10:23:32 -04:00
Ehsan Akhgari
0383b26d7d
Add comments about the origin of IDBFactory and IDBObjectStoreParameters to the Web IDL files, no bug
...
DONTBUILD because it's a comment only change.
2013-07-08 10:13:05 -04:00
Ryan VanderMeulen
5c30d91b73
Backed out changesets f9f13232e35f and 134b4feaff02 (bug 888583) for bustage.
2013-07-08 09:31:45 -04:00
Robert Bindar
f2cbf97856
Bug 888583 - Expose protocol version in about:networking. r=mcmanus
2013-07-08 09:10:19 -04:00
masashi.honma@gmail.com
6ac39407bc
Bug 791506 - [Wifi] Enable BSSID for WPS PIN. r=vchang
2013-07-08 19:41:48 +08:00
Michael Brennan
c91799e4ad
Bug 837232 - Use whenDelayedStartupFinished in private mode test. r=gavin
2013-07-05 18:52:32 +02:00
Jacek Caban
f4595d63e4
Bug 816343 - Add querySelector* to *Element/DocumentFragment/Document.idl r=bz
2013-07-08 14:09:18 +02:00
Ehsan Akhgari
da4485e10f
Bug 890239 - Don't leak the weak reference; r=jlebar
2013-07-08 07:10:36 -04:00
Ed Morley
22f2e3f385
Bug 890832 - Disable test_peerConnection_bug825703.html until it doesn't hit sites outside of build infra
2013-07-08 09:54:57 +01:00
Ryan VanderMeulen
451cdd58c6
Merge m-c to inbound.
2013-07-07 20:21:33 -04:00
Ryan VanderMeulen
5056382af8
Merge birch to m-c.
2013-07-07 20:20:50 -04:00
Fabrice Desré
ae5d2a4122
Bug 853759 - [activities] fire postError when unloading the app before we have fired anything r=vingtetun
2013-07-05 10:43:02 -07:00
Tim Taubert
d803f8e745
merge m-c to fx-team
2013-07-05 08:56:02 +02:00
Phil Ringnalda
8420eeef3d
Merge birch and inbound to central
2013-07-04 18:11:28 -07:00
Nikhil Marathe
36e0808a9f
Bug 888058 - SimplePush: catch ping exception. r=dougt
2013-07-04 09:25:05 -07:00
Gene Lian
d8f51d1d31
Bug 890146 - [MMS] Unable to send MMS to the contact number saved with parentheses. Need to normalize the phone numbers before sending. r=vicamo
2013-07-04 13:49:16 +08:00
Eric Chou
6225eb2d20
Bug 884253 - Define new error messages for Bluetooth profiles, r=gyeh
2013-07-04 17:45:06 +08:00
Vicamo Yang
6c45df4dec
Bug 871946 - B2G MobileMessage: rename dom/mobilemessage/src/ril to dom/mobilemessage/src/gonk. r=gene
...
--HG--
rename : dom/mobilemessage/src/ril/MmsPduHelper.jsm => dom/mobilemessage/src/gonk/MmsPduHelper.jsm
rename : dom/mobilemessage/src/ril/MmsService.js => dom/mobilemessage/src/gonk/MmsService.js
rename : dom/mobilemessage/src/ril/MmsService.manifest => dom/mobilemessage/src/gonk/MmsService.manifest
rename : dom/mobilemessage/src/ril/MobileMessageDatabaseService.js => dom/mobilemessage/src/gonk/MobileMessageDatabaseService.js
rename : dom/mobilemessage/src/ril/MobileMessageDatabaseService.manifest => dom/mobilemessage/src/gonk/MobileMessageDatabaseService.manifest
rename : dom/mobilemessage/src/ril/SmsService.cpp => dom/mobilemessage/src/gonk/SmsService.cpp
rename : dom/mobilemessage/src/ril/SmsService.h => dom/mobilemessage/src/gonk/SmsService.h
rename : dom/mobilemessage/src/ril/WspPduHelper.jsm => dom/mobilemessage/src/gonk/WspPduHelper.jsm
rename : dom/mobilemessage/src/ril/mms_consts.js => dom/mobilemessage/src/gonk/mms_consts.js
rename : dom/mobilemessage/src/ril/wap_consts.js => dom/mobilemessage/src/gonk/wap_consts.js
2013-07-04 10:55:45 +08:00
Ryan VanderMeulen
0b534286ca
Bug 884134 - Fix ifdef to un-break B2G mochitest-3.
2013-07-03 16:38:28 -04:00
Ryan VanderMeulen
0b25f9c7d8
Merge inbound and m-c.
2013-07-03 14:04:16 -04:00
Michael Wu
3475ed784c
Bug 884134 - Messages to vold need sequence number in gonk-JB, r=dhylands
2013-07-03 12:37:39 -04:00
Tim Taubert
e0fbf1d239
Bug 886057 - Make sure frame tree is up-to-date before nsIDOMWindowUtils dispatches events via PresShell; r=smaug
2013-07-04 12:56:22 +02:00
Kevin Grandon
36f811d69e
Bug 889123 - Implement Gecko preference for enabling of pre-installed applications. r=fabrice
2013-07-07 16:41:55 -04:00
Antonio M. Amaya
9d3f74d8fa
Bug 887118 - Cannot update an preinstalled packaged app (signed or otherwise) to a signed packaged app. r=ferjm
2013-06-26 14:18:34 +02:00
Chia-hung Tai
d492bf85c4
Bug 883019 - B2G MMS: Remove content length from all part headers. r=vyang
2013-07-03 10:37:39 +08:00
Ben Tian
92822577c4
Bug 889231 - [Bluetooth] Lock-up occurs when you make a call in no signal network state, r=echou
2013-07-02 16:53:21 +08:00
Ben Tian
c35e58f9b5
Bug 884190 - [Bluetooth] Rename commands from dom bluetooth to Dialer app (in dom bluetooth), r=echou
2013-07-01 11:04:02 +08:00
Ryan VanderMeulen
6c23f16416
Backed out changeset d155557b651c (bug 888323) for bustage.
...
CLOSED TREE
2013-07-02 14:15:39 -04:00
Masatoshi Kimura
01a103a919
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
2013-07-03 02:08:01 +09:00
Robert Bindar
ec50f8ab9d
Bug 888583 - Expose protocol version in about:networking. r=valentin.gosu
2013-07-08 16:35:08 -04:00
Ryan VanderMeulen
2d21e8fd70
Backed out changeset 4903ca450b3f (bug 890081) for widespread mochitest orange.
...
CLOSED TREE
2013-07-08 15:19:30 -04:00
Mounir Lamouri
9bedd9a6bd
Bug 885996 - 1/2 - Interaction between nsIColorPicker and content. r=smaug
2013-07-08 15:12:18 -04:00
Randy Lin
fcd0ce74f3
Bug 803414 - Part 4: Audio Recording - Web API & Implementation. r=roc
2013-07-05 09:50:25 +08:00
Randy Lin
f073194727
Bug 803414 - Part 1: Add RecordErrorEvent interface to test case. r=smaug
2013-07-03 14:15:14 +08:00
Ed Morley
20148ab4c5
Merge mozilla-central and inbound
2013-07-11 10:59:11 +01:00
Masayuki Nakano
80b0b5d760
Bug 875674 part.1 nsIMEUpdatePreference should store wanted updates per notification r=roc
2013-07-11 16:46:34 +09:00
Randy Lin
e4abcaea62
Bug 803414 - Part 0: Add RecordErrorEvent. r=smaug
2013-06-20 14:06:39 +08:00
Robert Picard
f8864f6dbf
Bug 867632 - Replace _sendRequest() with _send() for PushService.unregister(). r=nsm
...
--HG--
extra : amend_source : 18127d1d10683069fa3ab12394aae63b9c0ac843
2013-07-07 13:37:23 -04:00
Cameron McCormack
c0e2bb6765
Bug 569722 - Implement textLength and lengthAdjust on SVG text elements. r=longsonr
2013-07-07 17:27:51 +10:00
Phil Ringnalda
91b0bf61c4
Backed out changeset 5ea64b6ba89b (bug 889201) for too-frequent failures
2013-07-05 14:24:50 -07:00
Ehsan Akhgari
81c77fdc86
Bug 890543 - Make AudioBuffer not inherit from nsISupports; r=mccr8
2013-07-05 16:21:52 -04:00
David Zbarsky
fa439e686b
Bug 888685: SVGAnimatedLength shouldn't inherit nsISupports r=Ms2ger
2013-07-05 11:57:35 -07:00
David Zbarsky
cca410aaf8
Bug 888685: SVGAnimatedAngle shouldn't inherit nsISupports r=Ms2ger
2013-07-05 11:57:35 -07:00
David Zbarsky
48d0fb8919
Bug 888685: SVGAngle shouldn't inherit nsISupports r=Ms2ger
2013-07-05 11:57:35 -07:00
David Zbarsky
c9b05748a2
Bug 888685: SVGAnimatedBoolean shouldn't inherit nsISupports r=Ms2ger
2013-07-05 11:57:35 -07:00
Ehsan Akhgari
3c0afe53b2
Bug 890382 - Implement a Web IDL event constructor for IDBVersionChangeEvent; r=smaug
2013-07-05 13:57:28 -04:00
Neil Deakin
c7b77cbe6d
Bug 887718, don't call SetVisibility when focus test mode is enabled, r=smaug
2013-07-05 12:05:26 -04:00
Phil Ringnalda
7de5d10ee7
Merge m-c to m-i
2013-07-05 07:41:30 -07:00
Suhas Nandakumar
d1d00ad556
Bug 886891: Don't show recording indicator when using fake sources r=jesup
2013-07-04 22:53:10 -07:00
Phil Ringnalda
dc91ee3dcb
Merge m-c to m-i
2013-07-04 18:14:56 -07:00
Ehsan Akhgari
362e8b3898
Backed out changeset 170e1863b9b6 (bug 890382) because of xpcshell test failures
2013-07-04 20:59:44 -04:00
Matthew Gregan
2b4050c81d
Bug 889201 - Add tests for VideoPlaybackQuality. r=roc
2013-07-05 12:24:55 +12:00
Matthew Gregan
c14ecacbae
Bug 889205 - Change HTMLVideoElement.videoPlaybackQuality attribute to getVideoPlaybackAttribute method to reflect the current spec. r=roc
2013-07-05 12:24:35 +12:00
Masatoshi Kimura
c4547c9358
Bug 889148 - Remove legacy QS/classinfo bits from events even more. r=smaug, peterv
2013-07-05 07:53:59 +09:00
Ehsan Akhgari
7fce3192db
Bug 890382 - Implement a Web IDL event constructor for IDBVersionChangeEvent; r=smaug
2013-07-04 18:12:39 -04:00
Masatoshi Kimura
af4befd219
Bug 885765 - Fix syntax errors in test_texImage2D.html and test_texSubImage2D.html. r=Ms2ger
2013-07-05 05:22:57 +09:00
Vincent Chang
0bfcbfa457
Bug 787442 - Turn on wifi/usb tethering simultaneously. r=mrbkap
2013-06-19 18:57:58 +08:00
Ehsan Akhgari
ed0b5cc1b2
Bug 889016 - Part 2: Report an error in the synchronous AudioContext.createBuffer unless the legacy pref has been set; r=roc
2013-07-04 09:25:12 -04:00
Ehsan Akhgari
aaa34e9bd3
Bug 889016 - Part 1: Add an API to report a not-enough-arguments error in Web IDL bindings; r=bzbarsky
2013-07-04 09:24:49 -04:00
Drew Willcoxon
086255d6ab
Bug 879111 - Mute Web Audio when allowMedia is false on the docshell. r=ehsan
2013-07-03 17:44:32 -07:00
Wes Kocher
d2dbd49eea
Back out bug 889442 for breaking Jetpack tests
2013-07-03 16:03:07 -07:00
Marco Bonardo
b67b391b9c
Bug 889442 - Remove special about: pages code from DOM Storage.
...
r=mayhemer
2013-07-03 23:41:22 +02:00
Ryan VanderMeulen
3d2ee579ab
Merge m-c and inbound.
2013-07-03 16:39:33 -04:00
Mike Shal
2f5d43999f
Bug 868536 - Move ipdl.mk files to moz.build; r=gps
...
Author: Mike Shal <mshal@mozilla.com>
2013-07-01 09:56:28 -04:00
Ryan VanderMeulen
dba05a9e03
Merge m-c and inbound.
2013-07-03 14:17:41 -04:00
Justin Lebar
8639ea84a1
Bug 888511 - Follow-up: Fire onsuccess properly in Webapp.js after launching an app. r=fabrice
2013-07-03 10:48:55 -07:00
Bobby Holley
e742285dcd
Bug 860085 - Stop using XPConnect::ReleaseJSContext in nsJSEnvironment::DestroyJSContext. r=gabor,mccr8
...
We now have the invariant that any in-use cx must be pushed onto the JSContext
stack with one of our stack-scoped automatic nsCxPusher classes. These classes
hold a strong ref to the nsIScriptContext associated with the JSContext they
push (if any). This means that, if this cx is in use, we will always have at
least one strong reference to the nsJSContext coming from the stack, meaning
that neither the destructor nor the Unlink() implementation will be called.
So we don't need to do any deferred destruction of the cx anymore.
2013-07-03 11:05:19 -06:00
Joey Armstrong
44ade60e99
bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2 .
2013-07-03 12:01:06 -04:00
Masatoshi Kimura
16ea5c4d5c
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
2013-07-04 00:56:26 +09:00
Anthony Jones
dc295bc5fe
Bug 864447 - Set display port for given scroll id; r=BenWa
2013-07-10 11:26:07 +12:00
Anne van Kesteren
30b7f5b0e6
Bug 891340 - Make Range.collapse optional and default to false
2013-07-09 18:29:38 -04:00
Olli Pettay
6767d0a1a8
bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan
...
--HG--
extra : rebase_source : 2a3b22425c14d6daedc91d62a652c34431acd2fb
2013-07-09 13:30:58 -04:00
Yura Zenevich
91f85eff08
Bug 888256 - Adding support for speaking landmarks. r=eeejay, marcoz
...
---
accessible/src/jsat/OutputGenerator.jsm | 76 ++++++++--
accessible/tests/mochitest/jsat/Makefile.in | 1 +
.../tests/mochitest/jsat/test_landmarks.html | 154 ++++++++++++++++++++
.../en-US/chrome/accessibility/AccessFu.properties | 8 +
4 files changed, 225 insertions(+), 14 deletions(-)
create mode 100644 accessible/tests/mochitest/jsat/test_landmarks.html
2013-07-09 16:09:25 -04:00
Ehsan Akhgari
e23710e82f
Sort the WebIDL.mk entries just like a human would, no bug
2013-07-09 11:41:21 -04:00
Jonathan Watt
ee77b8b230
Bug 880544 - Fix leak in DOMSVGPointList. r=dzbarksy
2013-07-12 11:25:27 +01:00
Jonathan Watt
bd9e887f5c
Bug 880544 - Fix leak in DOMSVGPathSegList. r=dzbarksy
2013-07-12 11:25:26 +01:00
Jonathan Watt
8296bfb916
Bug 880544 - Fix leak in DOMSVGNumberList. r=dzbarksy
2013-07-12 11:25:26 +01:00
Jonathan Watt
91b1c7a866
Bug 880544 - Fix leak in DOMSVGLengthList. r=dzbarksy
2013-07-12 11:25:26 +01:00