Kan-Ru Chen
|
266628511e
|
Backout edbb25e71396 (bug 766891) for b2g bustage
|
2012-06-22 15:11:11 +08:00 |
|
Kyle Huey
|
2ffc62ac08
|
Bug 765834: Followup to placate gcc.
|
2012-06-21 19:26:57 -07:00 |
|
Kyle Huey
|
9b2a38f11f
|
Bug 765834: Rework and unify keyPath handling. r=bent
|
2012-06-21 15:27:13 -07:00 |
|
Kyle Huey
|
59ba531f49
|
Backed out changeset fdf2d378d405 (landed with wrong bug #).
|
2012-06-21 15:27:03 -07:00 |
|
Geo Mealer
|
f68002cad9
|
Bug 760735 - Write mochitests for Screen Orientation API. r=mounir
|
2012-06-21 14:59:40 -07:00 |
|
Kyle Huey
|
7bac36f19b
|
Bug 765834: Rework and unify keyPath handling. r=bent
|
2012-06-21 13:41:20 -07:00 |
|
Luke Wagner
|
fee7952e0d
|
Bug 755186 - s/JS_NewCompartmentAndGlobalObject/JS_NewGlobalObject/ (r=jorendorff)
--HG--
extra : rebase_source : f1ead9226915f72473a01db0a1019cdbe50c8e92
|
2012-06-20 08:57:29 -07:00 |
|
David Rajchenbach Teller
|
25a2f771d6
|
Bug 767021 - Add missing constants. r=yoric
|
2012-06-22 20:24:27 -04:00 |
|
Boris Zbarsky
|
db7164a75c
|
Bug 766853 followup to address review comment. No review other than the other review.
|
2012-06-22 16:21:44 -04:00 |
|
Boris Zbarsky
|
0282bec6ea
|
Bug 766449. Use the fully namespaced class name to determine the default header name for bindings. r=peterv
|
2012-06-22 16:18:51 -04:00 |
|
Boris Zbarsky
|
c1cd32f316
|
Bug 766853. The two sides of an implements statement must both be non-callback interfaces. r=jlebar
|
2012-06-22 16:18:51 -04:00 |
|
Boris Zbarsky
|
bb2335a09e
|
Bug 766844. Non-callback interfaces must not inherit from callback interfaces. r=jlebar
|
2012-06-22 16:18:51 -04:00 |
|
Boris Zbarsky
|
3e7e99e0c5
|
Bug 742152. Move distinguishing index determination and verification of type-identity of preceding arguments out of codegen and into the WebIDL parser. r=jlebar
|
2012-06-22 16:18:50 -04:00 |
|
Boris Zbarsky
|
c5731be201
|
Bug 742213. isDistinguishableFrom should correctly check whether two interfaces can be implemented on the same object. r=jlebar
|
2012-06-22 16:18:50 -04:00 |
|
Boris Zbarsky
|
7da04fee8b
|
Bug 764456 part 1. Flag consequential interfaces in the WebIDL data model. r=khuey
|
2012-06-22 16:18:50 -04:00 |
|
Aryeh Gregor
|
daea0d4fbf
|
Bug 760052 - execCommand() should abort and return false for disabled commands; r=ehsan
|
2012-06-21 15:05:24 +03:00 |
|
Dale Harvey
|
f21fa9345a
|
Bug 756371 - Add ability to parent of mozbrowser to handle contextmenu. r=jlebar
|
2012-06-25 16:09:41 +02:00 |
|
Kyle Huey
|
397b210658
|
Bug 766462: Twiddle IDB tests some more to make the orange stop.
|
2012-06-24 11:56:56 -07:00 |
|
Jeff Walden
|
52fa77ed8b
|
Bug 758912 - Don't use JSCLASS_NEW_RESOLVE_GETS_START in XBL code. r=bz
|
2012-05-29 12:01:30 -07:00 |
|
Kan-Ru Chen
|
b711fcdc62
|
Bug 766870 - Simplify nsIRILDataCallback.dataCallStateChanged interface. r=philikon
|
2012-06-22 13:53:12 +08:00 |
|
Kan-Ru Chen
|
a12994b36e
|
Bug 766891 - Sync nsIRadioInterfaceLayer.DATACALL_STATE_* with ril_consts.js. r=philikon
|
2012-06-21 16:29:34 +08:00 |
|
Hsinyi Tsai
|
0a3800a656
|
Bug 765684 - WebTelephony: invalid argument in Telephony::NotifyError. r=bent
|
2012-06-21 11:00:52 +08:00 |
|
Hsinyi Tsai
|
f694bf793c
|
Bug 766273 - B2G telephony on Otoro: Can't hang up dialing call. r=philikon
|
2012-06-20 18:52:51 +08:00 |
|
Hsin-Yi Tsai
|
774c7db08a
|
Backout 1675a6451849 (Bug 765684) due to missing r= in comments.
|
2012-06-22 10:23:55 +08:00 |
|
Hsin-Yi Tsai
|
eb7a494b45
|
Backout a054d74dea39(Bug 766273) due to missing r= in comments
|
2012-06-22 10:22:39 +08:00 |
|
Hsinyi Tsai
|
278c0c3b87
|
[PATCH] Bug 765684 - WebTelephony: invalid argument in
From 21d83598fcec9b69a1b8ed87b502415342582995 Mon Sep 17 00:00:00 2001
Telephony::NotifyError
---
dom/telephony/Telephony.cpp | 37 ++++++++++++++++++++++---------------
1 files changed, 22 insertions(+), 15 deletions(-)
|
2012-06-21 11:00:52 +08:00 |
|
Hsinyi Tsai
|
47f8099a2f
|
Bug 766273 - B2G telephony on Otoro: Can't hang up dialing call
|
2012-06-20 18:52:51 +08:00 |
|
Justin Lebar
|
692948f25a
|
Bug 764718 - Part 3: Test for calling window.close() on a window opened by window.open from <iframe mozbrowser>. r=bz
|
2012-06-21 21:17:52 -04:00 |
|
Justin Lebar
|
471d7dec38
|
Bug 764718 - Part 1: Set the initial principal of in-process <iframe mozbrowser> correctly. r=bz
|
2012-06-21 21:17:52 -04:00 |
|
Justin Lebar
|
da1784ba64
|
Bug 765075 - Load BrowserElementChild.js before returning the result of window.open from <iframe mozbrowser> to the opener. r=smaug
|
2012-06-21 21:17:52 -04:00 |
|
Ryan VanderMeulen
|
d3dde67942
|
Backout a07e9d98a7c6 (Bug 627699) due to build bustage.
|
2012-06-21 20:56:10 -04:00 |
|
Chris Jones
|
6d40dc48d4
|
Bug 747055 - Crash in RtlEnterCriticalSection | PR_Lock | mozilla::ipc::RPCChannel::WaitForNotify. r=bsmedberg
|
2012-06-21 20:44:38 -04:00 |
|
Martin Stransky
|
e7aa588f67
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-21 20:44:38 -04:00 |
|
Jose Antonio Olivera Ortega
|
e8336f5c31
|
Bug 753170 - B2G 3G: Expose state information through WebMobileConnection. r=philikon
|
2012-06-21 17:22:47 -07:00 |
|
David Rajchenbach-Teller
|
182ca27dc5
|
Bug 709771 - Exporting OS name to JS; r=khuey
|
2012-06-21 12:58:25 -07:00 |
|
Jignesh Kakadiya
|
b2ead13822
|
Bug 765590 - CSSNameSpaceRule.type should be 10, not 0. r=dbaron
|
2012-06-21 12:58:19 -07:00 |
|
Jeff Muizelaar
|
e67dd697d7
|
Bug 767088. Add SAMPLE_LABEL to nsDOMWindowUtils::SendMouseEventToWindow. r=ehsan
This is useful for profiling android text selection.
|
2012-06-11 16:22:14 -07:00 |
|
vliu
|
c555ea987f
|
Bug 764378 - RIL: sometimes RIL model was not detected. r=philikon
|
2012-06-21 11:58:19 -07:00 |
|
Marshall Culpepper
|
46da133f4b
|
Bug 766002: Added more graceful state handling when the network operator is unregistered (NULL). r=philikon
|
2012-06-21 11:57:56 -07:00 |
|
Fabrice Desré
|
09ad591ce1
|
Bug 702369 - ensure that web app install caches them into app cache on B2G [r=jonas,vingtetun,felipe]
|
2012-06-11 11:41:46 -07:00 |
|
Justin Lebar
|
af76eb8442
|
Bug 741755 - Part 4: Tests for goBack / goForward on <iframe mozbrowser>. r=smaug
--HG--
rename : dom/browser-element/mochitest/browserElement_CanGoBack.js => dom/browser-element/mochitest/browserElement_BackForward.js
rename : dom/browser-element/mochitest/test_browserElement_oop_CanGoBack.html => dom/browser-element/mochitest/test_browserElement_oop_BackForward.html
|
2012-06-21 14:23:48 -04:00 |
|
Justin Lebar
|
852c5a4aae
|
Bug 741755 - Part 3: Add goBack/goForward to <iframe mozbrowser>. r=smaug
|
2012-06-21 14:23:48 -04:00 |
|
Justin Lebar
|
6cfdbf28e7
|
Bug 741755 - Part 2: Add tests for getCanGo{Back,Forward} methods on <iframe mozbrowser>. r=mounir
|
2012-06-21 14:23:48 -04:00 |
|
Justin Lebar
|
2446be9d6a
|
Bug 741755 - Part 1: Add getCanGoBack, getCanGoForward methods to <iframe mozbrowser>. r=mounir
|
2012-06-21 14:23:48 -04:00 |
|
Jeff Walden
|
9eb451a896
|
Bug 765990 - Never use Rooted<T> as a temporary, so that the Rooted->Handle conversion path occurs in only one manner, not two (ambiguous) manners. r=luke
--HG--
extra : rebase_source : d42f8bcf462de54ff6cc7d9054b2561bdd67686a
|
2012-06-14 19:13:27 -07:00 |
|
Ed Morley
|
40934fb818
|
Backout fed89ccfe0c2, 5fb8d7a3852f & d220195a8b95 (bug 764718) for mochitest-2 failures
|
2012-06-21 18:18:40 +01:00 |
|
Gregor Wagner
|
4d63545569
|
Bug 742626 - Allow indexedDB parent directory to not be the default profile directory. r=bent
|
2012-06-21 09:39:12 -07:00 |
|
Boris Zbarsky
|
d991f38a07
|
Bug 763724. Detect cycles in the interface inheritance and implementation graph. r=jlebar
|
2012-06-21 12:29:11 -04:00 |
|
Boris Zbarsky
|
22dc1c73f5
|
Bug 764698. Fix isDistinguishableFrom for dictionaries to work right. r=peterv
|
2012-06-21 12:29:11 -04:00 |
|
Boris Zbarsky
|
7e17893240
|
Add a test for enum inside dictionary. No bug, no review.
|
2012-06-21 12:29:11 -04:00 |
|
Justin Lebar
|
1249207356
|
Bug 764718 - Part 3: Test for calling window.close() on a window opened by window.open from <iframe mozbrowser>. r=bz
|
2012-06-21 11:58:49 -04:00 |
|
Justin Lebar
|
5773d8495d
|
Bug 764718 - Part 1: Set the initial principal of in-process <iframe mozbrowser> correctly. r=bz
|
2012-06-21 11:58:49 -04:00 |
|
Kartikaya Gupta
|
ceed4861d3
|
Bug 755971 - Switch to using the padding rect size for scrollWidth and scrollHeight, and update tests to continue passing. r=bz, gavin
|
2012-06-21 09:36:57 -04:00 |
|
Peter Van der Beken
|
7efab19797
|
Fix for bug 756258 (Support union types in new DOM bindings). r=bz.
--HG--
extra : rebase_source : 5352801a4eb5085f73a5b6e78aa238c5c9d44179
|
2012-05-18 23:25:47 +02:00 |
|
Peter Van der Beken
|
1e00518240
|
Fix for bug 765467 (Fix special operations in the WebIDL parser). r=khuey.
--HG--
extra : rebase_source : 4186629224c5e822473de1931604970106c721a6
|
2012-05-22 12:02:21 +02:00 |
|
Justin Lebar
|
e5e6efbaf3
|
Bug 766871 - Part 2: Tests for window.open from <iframe> inside <iframe mozbrowser>. r=bz
--HG--
extra : rebase_source : 2c5f56098a9351f255c2fff07335c0de524a29f8
|
2012-06-23 11:05:12 -04:00 |
|
Justin Lebar
|
f61b31d544
|
Bug 766871 - Part 1: window.open in <iframe> in in-process <iframe mozbrowser> should work. r=bz
--HG--
extra : rebase_source : 527c8bace08774f44bb5bace92fefad5341dab16
|
2012-06-23 11:05:12 -04:00 |
|
Justin Lebar
|
029c276d1a
|
Bug 766481 - Part 2: Tests for alert() from inside an <iframe> inside an <iframe mozbrowser>. r=mounir
--HG--
extra : rebase_source : b306e57989ce18be78a1e44a49d32556d62a08e2
|
2012-06-23 11:05:12 -04:00 |
|
Justin Lebar
|
432c1f8e15
|
Bug 766481 - Part 1: Make alert work from <iframe>s within <iframe mozbrowser>. r=mounir
--HG--
rename : content/base/src/nsINode.cpp => content/base/src/nsGenericElement.cpp
extra : rebase_source : 0ec4647ab93c4be23967d234d48f63102444fb9c
|
2012-06-23 11:05:12 -04:00 |
|
Ryan VanderMeulen
|
061e1c4828
|
Merge Hueyfix to inbound.
|
2012-06-23 11:03:16 -04:00 |
|
Ryan VanderMeulen
|
db1be5d497
|
Merge m-c to inbound.
|
2012-06-23 10:09:51 -04:00 |
|
Justin Lebar
|
f989c459b3
|
Bug 767654 - Fix out-of-date comment in nsIDOMMozBrowserFrame.idl. DONTBUILD r=mounir
|
2012-06-23 07:53:08 -04:00 |
|
Ed Morley
|
712c4f68c8
|
Backout 1c5a8d617bff (bug 765990), 617cb36ead59, b3067d05a76a (bug 760995), 79f9a61a1e43 (bug 426163) for bustage
|
2012-06-21 10:00:36 +01:00 |
|
Jeff Walden
|
5202bce28f
|
Bug 765990 - Never use Rooted<T> as a temporary, so that the Rooted->Handle conversion path occurs in only one manner, not two (ambiguous) manners. r=luke
|
2012-06-14 19:13:27 -07:00 |
|
Bobby Holley
|
d63c96bde5
|
Bug 732870 - Have nsDOMStringMapSH::PreCreate use the element as its parent, rather than the window. r=peterv
|
2012-06-21 10:02:36 +02:00 |
|
Ed Morley
|
4992a5b7b4
|
Merge mozilla-central to mozilla-inbound
|
2012-06-21 08:38:39 +01:00 |
|
Philipp von Weitershausen
|
24b7785f32
|
Bug 763160 - [Otoro]: 3G Data Call connect fail. r=vicamo
|
2012-06-21 15:31:21 +08:00 |
|
Ms2ger
|
d594ecd45b
|
No bug - Improve the message logged for elided passes in testharnessreport.js.
|
2012-06-21 09:21:55 +02:00 |
|
Ms2ger
|
56a3842ca1
|
Bug 765468 - Use a dictionary for the argument to the XMLHttpRequest constructor; r=bz
|
2012-06-21 09:21:55 +02:00 |
|
Ms2ger
|
7199ac064a
|
Bug 766615 - Fix nullable WebIDL dictionaries; r=bz
|
2012-06-21 09:21:53 +02:00 |
|
Fabrice Desré
|
85686b7317
|
Bug 764091 - Accessing mozApps manifest properties need __exposedProps__ set correctly [r=vingtetun]
|
2012-06-20 21:12:21 -07:00 |
|
Vicamo Yang
|
68f95d33ca
|
Bug 740238: use null SMSC by default, r=philikon
|
2012-06-21 10:48:47 +08:00 |
|
Gregor Wagner
|
d0c563d64a
|
Bug 766379 - Settings API: Add warning if we get or set a non-existing setting. r=fabrice
|
2012-06-20 12:56:23 -07:00 |
|
Doug Turner
|
4dbf3ce990
|
Bug 766358 - Gaia DCIM has to be at the root of that filesystem. r=fabrice
|
2012-06-20 01:21:21 -07:00 |
|
Myk Melez
|
106cbe9eb0
|
bug 766382 - make mozApps mochitests stop modifying API call results; r=felipe
|
2012-06-20 09:53:30 -07:00 |
|
Justin Lebar
|
c0b6231145
|
Bug 763694 - Part 2: Tests for securityChange event on <iframe mozbrowser>. (Disabled on native Android.) r=smaug
|
2012-06-20 12:15:39 -04:00 |
|
Justin Lebar
|
d032f7a09d
|
Bug 763694 - Part 1: Implement securityChange event in <iframe mozbrowser>. r=smaug
|
2012-06-20 12:15:39 -04:00 |
|
Bobby Holley
|
4c113368e0
|
Bug 765168 - Remove js context parameter from XHR.send call chain. r=smaug
|
2012-06-20 12:18:39 +02:00 |
|
Ed Morley
|
5315ea2f39
|
Merge mozilla-central to mozilla-inbound
|
2012-06-20 11:03:50 +01:00 |
|
Ed Morley
|
9c18bc1914
|
Backout 453c74176a35 & 19ae28cad1da (bug 763694) for native Android test_browserElement_*_SecurityChange.html failures
|
2012-06-20 10:28:33 +01:00 |
|
Mike Hommey
|
90d687d851
|
Merge last PGO green changeset from mozilla-inbound to mozilla-central
|
2012-06-20 10:53:31 +02:00 |
|
Kan-Ru Chen
|
73db87941e
|
Bug 762425 - Always reconfigure network if found connected interface. r=philikon
|
2012-06-20 16:21:24 +08:00 |
|
Ben Turner
|
401cf770e8
|
Bug 765839 - 'Enable IndexedDB OOP test suite'. r=khuey.
--HG--
extra : transplant_source : %3Bb4%A4%99fC%9Cg%86%9B%1F3%C6%0F%01T%1C%3C%AE
|
2012-06-19 18:50:39 -07:00 |
|
Masatoshi Kimura
|
98ef9db613
|
Bug 764916 - Replace nsDOMClassInfo::ThrowJSException with xpc::Throw. r=mrbkap
|
2012-06-19 19:01:10 -04:00 |
|
Julian Seward
|
eb71d57a7d
|
Bug 763842 - Fix uninitialised value use in dosprintf(SprintfStateStr*, char const*, std::__va_list). r=njn
|
2012-06-19 19:01:10 -04:00 |
|
Marshall Culpepper
|
1e27bf1d40
|
Bug 759637: Initial implementation of MobileConnection network selection APIs. r=philikon sr=sicking
|
2012-06-19 15:52:06 -07:00 |
|
Hsinyi Tsai
|
4a42c68f66
|
Bug 761533 - WebTelephony: busy event is never fired. r=philikon
|
2012-06-18 17:51:11 +08:00 |
|
Justin Lebar
|
04a993301a
|
Bug 763694 - Part 2: Tests for securityChange event on <iframe mozbrowser>. r=smaug
--HG--
extra : rebase_source : a3b967e3e5b1d73bef86dbb36757cab10d5725ce
|
2012-06-20 01:08:56 -04:00 |
|
Justin Lebar
|
bf882f8739
|
Bug 763694 - Part 1: Implement securityChange event in <iframe mozbrowser>. r=smaug
--HG--
extra : rebase_source : 4798e499ff668d1831246dc3807121fc026ed357
|
2012-06-20 01:08:56 -04:00 |
|
Boris Zbarsky
|
1a57def9ed
|
Bug 763911. Add support for interface members of dictionaries. r=khuey
|
2012-06-19 12:09:37 -04:00 |
|
Boris Zbarsky
|
32972789c0
|
Bug 764420. Fix ArrayBufferView unwrapping to allow DataViews. r=khuey
|
2012-06-19 12:08:39 -04:00 |
|
Mike Hommey
|
c533a83b6c
|
Bug 616262 - Avoid cycle collection participant global variables adding static initializers. r=smaug,r=mccr8,r=Waldo
|
2012-06-04 08:30:26 +02:00 |
|
Ehsan Akhgari
|
604a4f2747
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more dom parts); r=bzbarsky
--HG--
extra : rebase_source : e31b077d8556626aa46ac33abbe2997e86ba68df
|
2012-06-18 21:21:14 -04:00 |
|
Peter Van der Beken
|
2556e5d626
|
Fix for bug 762657 (Fix canvas tests and drop support for fake ImageData in putImageData to comply with spec). r=Ms2ger.
|
2012-05-25 16:27:18 +02:00 |
|
Peter Van der Beken
|
6a7e8ec5a9
|
Fix for bug 762651 (Add wrappercache to CanvasRenderingContext2D). r=bz.
|
2012-06-04 21:41:51 +02:00 |
|
Peter Van der Beken
|
d283883523
|
Fix for bug 764277 (New DOM bindings codegen doesn't register classes with constructors). r=jst.
|
2012-06-14 16:56:38 +02:00 |
|
Yoshi Huang
|
fa513b0f6e
|
Bug 762760 - Part 2: RIL implementation. r=philikon
|
2012-06-13 10:46:41 +08:00 |
|
Yoshi Huang
|
c137566adb
|
Back out 421ed10b0e81(Bug 762760 - Part 2) for wrong Bug number in comment
|
2012-06-19 16:57:12 +08:00 |
|
Yoshi Huang
|
2a2f495d16
|
Bug 767620 - Part 2: RIL implementation. r=philikon
|
2012-06-13 10:46:41 +08:00 |
|
Yoshi Huang
|
9e8aeeed3f
|
Bug 762760 - Part 1: IDL. r=philikon
|
2012-06-11 14:50:13 +08:00 |
|