Mounir Lamouri
32e7acc9a8
Bug 556009 (2/2) - <input type='number'> can suffer from a step mismatch when @step is set. r=sicking
...
--HG--
extra : rebase_source : ebe773a2bd9ade8a1a9cd9b4a6a3aa077fad54b2
2012-06-22 21:02:20 +02:00
Mounir Lamouri
d368078c0c
Bug 556009 (1/2) - Add the step attribute to HTMLInputElement. r=sicking
...
--HG--
extra : rebase_source : 7288832870ee9c6a7964f5f8b3e619c2b2b81c70
2012-07-05 12:12:14 +02:00
Mounir Lamouri
c78821e807
Bug 635553 (2/2) - <input type='number'> can suffer from a range underflow when @min is set. r=sicking
...
--HG--
extra : rebase_source : 27045996c62489b28c799d11b6cee5f5df3a2359
2012-06-22 11:38:20 +02:00
Mounir Lamouri
8d031551dd
Bug 635553 (1/2) - Add the min attribute to HTMLInputElement. r=sicking
...
--HG--
extra : rebase_source : 071c211fde723cb8d79f5d85bab58d8ef2631f66
2012-07-05 12:11:53 +02:00
Mounir Lamouri
ccff7a0918
Bug 635499 (2/2) - <input type='number'> can suffer from a range overflow when @max is set. r=sicking
...
--HG--
extra : rebase_source : 8d5a589b3ab4018de422fb92ab436afc5a083fb7
2012-06-22 11:36:24 +02:00
Mounir Lamouri
cfbdaec5a7
Bug 635499 (1/2) - Add the max attribute to HTMLInputElement. r=sicking
...
--HG--
extra : rebase_source : 4244148c48e837750bb12d809596d8ec18155f73
2012-07-05 12:11:31 +02:00
Tim Taubert
c76979351d
merge m-c to fx-team
2012-07-05 15:26:49 +02:00
David Rajchenbach-Teller
2b47b37857
Bug 764436 - Directory-related constants;r=taras
2012-07-05 10:20:38 +02:00
Bill McCloskey
1775e92469
Bug 770999 - Add get() method to Handle<T> and Rooted<T> (r=bhackett)
2012-07-04 13:34:42 -07:00
Bill McCloskey
2100b10524
Bug 770759 - Add mutable handles (r=bhackett)
2012-07-04 11:12:16 -07:00
Ehsan Akhgari
16fb5a22f8
Backout changeset 4313740f1adc (bug 725907 part 3) under the suspicion of breaking Linux32 mochitest-chrome without framepointers
2012-07-04 19:25:56 -04:00
Hessam Salehi
b1ff788dcf
Bug 722976 - Stop using nsIPrivateBrowsingService in ConsoleAPIStorage. r=gavin
...
Stop using the global private browsing state and instead use
PrivateBrowsingUtils to find out the privacy state of the relevant docshell.
2012-04-24 20:22:11 +04:30
David Rajchenbach-Teller
1902558826
Bug 750178 - Companion test suite. r=khuey
2012-07-04 08:30:58 -04:00
David Rajchenbach-Teller
f02d35832e
Bug 750178 - Expose OS.Constants as an xpcom component. r=khuey
2012-07-04 08:30:58 -04:00
Matthew Gregan
3873992ad2
Bug 695612 - Make nsRemoteAudioStream::Write block by waiting for acks from its parent. r=doublec
2012-07-02 16:59:43 +12:00
Ehsan Akhgari
46cbc36da6
Merge backout of DLBI from mozilla-central
2012-07-03 20:53:08 -04:00
Ehsan Akhgari
5e6974df88
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
2012-07-03 20:24:55 -04:00
Ehsan Akhgari
df2fb388c2
Backout changeset e04abde1b323 (bug 539356) because of performance and correctness regressions
2012-07-03 20:21:03 -04:00
Ryan VanderMeulen
4e39980aac
Merge the last PGO-green inbound changeset to m-c.
2012-07-03 19:04:41 -04:00
David Rajchenbach-Teller
56ac745155
Bug 769658 - Companion test suite. r=khuey
2012-07-03 18:40:53 -04:00
David Rajchenbach-Teller
06684f19bb
Bug 769658 - Split OS.Constants.Sys and OS.Constants.Path. r=khuey
2012-07-03 18:40:53 -04:00
Ryan VanderMeulen
f72224b873
Merge m-c to inbound.
2012-07-03 18:40:47 -04:00
Jason Orendorff
61def7a5da
Bug 725907 - for-of improvements, part 3: Implement .iterator() for arraylike DOM objects. r=bzbarsky.
...
--HG--
extra : rebase_source : 0820d3654318f217b8836a086234736d3aba3819
2012-07-03 16:34:56 -05:00
Benjamin Smedberg
82cc827da8
Bug 769721 - Minimal patch to force OOPP mode on for Windows Vista+ users, because Flash is not tested with the IPP configuration and has known bugs, r=josh
2012-07-03 17:04:45 -04:00
Gregor Wagner
b3c0654bba
Bug 769245 - Contacts API: Add ContactEmail Type. r=sicking
2012-07-03 11:00:53 -07:00
Ed Morley
5abbcbbb64
Backout e29885f8f290 (bug 769245) for M3 failures
2012-07-03 18:15:45 +01:00
Gregor Wagner
4b73143998
Bug 769245 - Contacts API: Add ContactEmail Type. r=sicking
2012-07-03 09:34:22 -07:00
Daniel Holbert
b24e6c3b97
Bug 770287: Reorder IDBIndex constructor init list to fix build warning. r=khuey
2012-07-03 14:09:35 -07:00
Ehsan Akhgari
910d058e01
Merge mozilla-central into moizilla-inbound
2012-07-03 11:14:18 -04:00
Benjamin Smedberg
be3273a706
Bug 769048 part F - Add the final bits to PluginModuleParent which watch for new Flash processes and inject a crashreporter into them, r=jimm
...
--HG--
extra : rebase_source : dd00ee4c29ec0b2f7bee0e48eedd426644b1ae43
2012-07-03 07:49:23 -04:00
Ed Morley
acf544c10f
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-07-03 10:10:06 +01:00
Felipe Gomes
0fac728073
Bug 770297. Call to isLaunchable needs to use the app origin, and not the install origin. r=fabrice
2012-07-02 20:45:00 -07:00
Andrew McCreight
dc4f2e269d
Bug 752340 - use a finalizer in FunctionProxyClass. r=jorendorff
2012-07-02 20:04:23 -07:00
Fabrice Desré
677562f2d8
Bug 755245 - Implement System Message Handler - Part 5, Add system messages registration from webapps manifests [r=vingtetun]
2012-07-02 17:16:55 -07:00
Fabrice Desré
a3978ca0ab
Bug 755245 - Implement System Message Handler : Part 3, DOM implementation [r=vingtetun,mounir]
2012-07-02 17:16:55 -07:00
Fabrice Desré
661080aac7
Bug 755245 - Implement System Message Handler : Part 2, Add a getApp() method to nsGlobalWindow [r=mounir]
2012-07-02 17:16:55 -07:00
Fabrice Desré
bc1fd14ba1
Bug 755245 - Implement System Message Handler : Part 1, IDL [sr=jonas,r=mounir,khuey]
2012-07-02 17:16:55 -07:00
Ryan VanderMeulen
e53fcede41
Merge m-c to inbound.
2012-07-02 18:25:51 -04:00
Siddharth Agarwal
a0067def86
Bug 770189 - dom/bindings/parser/runtests.py invocations need to be un-native-commandified. r=khuey
2012-07-03 02:02:42 +05:30
Guillermo Lopez
f47fee5145
Bug 769805 - Contacts API broken due to IndexedDB API Change. r=khuey
2012-07-02 12:03:49 -07:00
Guillermo Lopez
b3808e2e18
Bug 769803 - WebSMS broken due to IndexedDB API Change. r=khuey
2012-07-02 12:02:38 -07:00
Jim Mathies
f84a057c5a
Bug 723133 - Protect against recursive calls in nsPluginNativeWindowWin's PluginWndProc. r=bsmedberg
2012-07-02 12:15:17 -05:00
Justin Lebar
e54430a95e
Bug 768842 - Inform the <iframe mozbrowser> embedder when Gecko displays an error page. r=mounir
2012-07-02 08:21:58 -04:00
Blake Kaplan
a49c3fdc7d
Bug 766497 - Fix typo. r=gal DONTBUILD
2012-07-02 14:05:17 +02:00
Ed Morley
a48df80372
Merge mozilla-central to mozilla-inbound
2012-07-02 10:37:09 +01:00
Ed Morley
bb3f6c2bad
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-07-02 10:03:16 +01:00
Blake Kaplan
b9755000cf
Bug 769648 - Get rid of __exposedProps__ warnings. r=gal
2012-07-02 10:58:17 +02:00
Ms2ger
09fca26b5a
Bug 745523 - Part b: Unprefix transforms; r=dbaron
...
This patch introduces unprefixed 'transform', 'transform-origin', 'perspective',
'perspective-origin', 'transform-style' and 'backface-visibility' properties, and
updates the mochitests in layout/style to use them.
2012-07-02 08:23:54 +02:00
David Zbarsky
ae718ee1c0
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
2012-07-01 16:45:59 -07:00
Ryan VanderMeulen
ea4eac24f4
Bug 758357 - Back out part of the landing due to risk of it introducing oranges.
2012-07-01 09:38:44 -04:00