Aryeh Gregor
|
77160ffd5a
|
Bug 655478 - CSSStyleDeclaration.setProperty shouldn't require the third parameter to be set; r=bzbarsky
--HG--
extra : rebase_source : 131b879a0190c1979ee563cc102b5a548bf6986d
|
2012-02-15 16:31:40 -05:00 |
|
Marco Bonardo
|
756b3f734f
|
Merge central to inbound
|
2012-02-16 11:47:36 +01:00 |
|
Marco Bonardo
|
7a229c8f87
|
Merge last green PGO from inbound to central
|
2012-02-16 11:45:18 +01:00 |
|
Matthew Schranz
|
f4ee122174
|
Bug 725289 - Removed moz prefix in Blob.mozSlice. r=sicking
--HG--
rename : dom/workers/test/fileReadMozSlice_worker.js => dom/workers/test/fileReadSlice_worker.js
rename : dom/workers/test/fileMozSlice_worker.js => dom/workers/test/fileSlice_worker.js
rename : dom/workers/test/test_fileReadMozSlice.xul => dom/workers/test/test_fileReadSlice.xul
rename : dom/workers/test/test_fileMozSlice.xul => dom/workers/test/test_fileSlice.xul
|
2012-02-16 11:22:25 +01:00 |
|
Kyle Huey
|
bda258b857
|
Bug 727310: Make sure XHR unpins itself if it never recieved a loadstart event. r=bent
|
2012-02-15 08:50:22 -08:00 |
|
Kyle Machulis
|
326642dc74
|
Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent
|
2012-02-15 13:37:13 -08:00 |
|
Kyle Machulis
|
1e21da06e6
|
Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent
|
2012-02-14 17:51:52 -08:00 |
|
Kyle Huey
|
914205a696
|
Bug 726241: XHR should not double AddFeature itself. r=bent
|
2012-02-13 14:47:14 -08:00 |
|
Johnny Stenback
|
dbc1f7b85e
|
Bug 704623, part 1. Track orphan DOM nodes so that they can be reported in about:memory. r=smaug
|
2012-02-14 15:13:19 -08:00 |
|
Kyle Huey
|
832af15406
|
Merge m-c to m-i to pick up Bug 725848.
|
2012-02-14 14:37:20 -08:00 |
|
Kyle Huey
|
96c0ca1f9a
|
Bug 725848: Fix it for real this time. r=me
|
2012-02-14 14:33:11 -08:00 |
|
Marco Bonardo
|
ead310cb44
|
Merge last green PGO from inbound to central
|
2012-02-14 11:16:13 +01:00 |
|
Geoff Lankow
|
c4d2ef72bf
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part G, remove remaining uses of nsIPrefBranch2; r=bsmedberg
|
2012-01-18 23:23:28 +13:00 |
|
Neil Deakin
|
a104105bd5
|
Bug 670317, add a focus manager flag to restrict tab navigation to the same frame, r=smaug
|
2012-02-13 14:24:28 -05:00 |
|
Vladan Djeric
|
429c698156
|
Bug 714964 - Add a 'dirty bit' column to webappsstore2_temp to reduces writes in DOM storage. r=honzab
|
2012-02-13 14:18:38 -05:00 |
|
Josh Aas
|
5504950b37
|
Bug 661260: Don't unregister plugins as content handlers just because they are unloaded. Thanks to Rodd Zurcher for his report and proposed solution. r=bsmedberg
|
2012-02-13 11:52:58 -05:00 |
|
Ed Morley
|
6270d4ef00
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-11 01:49:07 +00:00 |
|
Olli Pettay
|
ea2d04cbc4
|
Bug 726007 - Add telemetry probes for forgetSkippable, r=mccr8
--HG--
extra : rebase_source : aa3a24a53fc95c41bbe460bba732cc5e024107dc
|
2012-02-11 01:30:20 +02:00 |
|
Philipp von Weitershausen
|
fe6c0ade94
|
Bug 725901 - RIL: Data call fixes. r=qDot DONTBUILD because NPOTB
|
2012-02-10 11:27:38 -08:00 |
|
Philipp von Weitershausen
|
33464fd732
|
Bug 725137 - RIL: process registration state + GPRS registration state. r=qDot
|
2012-02-10 11:27:23 -08:00 |
|
José Antonio Olivera Ortega
|
860df7c6d7
|
Bug 725599 - B2G telephony: speakerEnabled does not work; r=philikon
|
2012-02-10 11:27:23 -08:00 |
|
Fernando Jiménez
|
1010202068
|
Bug 724994 - Silence RIL signal strength logcat messages; r=qDot
|
2012-02-10 11:27:23 -08:00 |
|
Panagiotis Koutsourakis
|
52aeae032c
|
Bug 702388 - Convert some more Makefiles to use |TEST_DIRS += foo|; r=khuey
|
2012-02-10 21:06:56 +00:00 |
|
Ed Morley
|
8d711e3c7b
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-10 12:14:39 +00:00 |
|
Ms2ger
|
e177d90345
|
Bug 718287 - Remove plugins ForceRedraw functions; r=bz
|
2012-02-10 11:04:45 +01:00 |
|
Kyle Huey
|
81dc370d56
|
Bug 725418: IndexedDB - GetAll[Keys] with an explicit 0, null, or undefined for the maximum number of records should return all records. r=bent
--HG--
extra : rebase_source : d4ebec7bb33e581bf9e709440a20117e245d1fcd
|
2012-02-09 20:56:48 -08:00 |
|
Kyle Huey
|
f9c687c41f
|
Bug 725848: ProxyCompleteRunnable must always run, even when clearing the event queue. r=bent
--HG--
extra : rebase_source : 02683e57a931f1e7c78a4bd7c13f2452a5e36c94
|
2012-02-09 20:54:47 -08:00 |
|
Kyle Huey
|
adb43ca69b
|
Bug 725885: Worker interval timers can be deleted prematurely. r=bent
--HG--
extra : rebase_source : 9588ec51cd18a7bf2ac3c07aa6ef0dfe50a01bef
|
2012-02-09 19:03:11 -08:00 |
|
Ms2ger
|
3953c27825
|
Bug 712378 followup - Fix incorrect license headers; r=sparky
|
2012-02-10 11:04:44 +01:00 |
|
Ed Morley
|
16fb8f0845
|
Backout 79121553f728 (bug 720799), 4a763183482f (bug 720795), e965486f4b50 & 4a7c7c6b9b11 (bug 720794) for failing to build on any platform
|
2012-02-09 12:06:50 +00:00 |
|
Mounir Lamouri
|
c3a1286f3d
|
Bug 720799 - Don't use mDocShell in nsScreen. r=jst
|
2012-02-06 16:31:16 +01:00 |
|
Mounir Lamouri
|
4ed35d32d6
|
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
|
2012-02-09 11:29:44 +01:00 |
|
Mounir Lamouri
|
6212b3ee0e
|
Bug 720794 - Part 2 (DOM) - Implement reading and event parts of Screen Orientation API. r=jst sr=sicking
|
2012-02-09 11:29:09 +01:00 |
|
Mounir Lamouri
|
b8e78087de
|
Bug 720794 - Part 1 (HAL) - Implement reading and event parts of Screen Orientation API. r=cjones
|
2012-02-07 13:23:45 +01:00 |
|
Mounir Lamouri
|
4ae7b782c7
|
Merge mozilla-central into mozilla-inbound.
|
2012-02-09 11:31:59 +01:00 |
|
Serge Gautherie
|
7b6e30ceeb
|
Bug 725349. (Av1) Add a missing space to log messages. r=gavin.sharp.
DONTBUILD (log-string only).
|
2012-02-08 19:45:48 +01:00 |
|
Kyle Huey
|
59df0b631c
|
Fix Bug 657588. r=bsmedberg
|
2012-02-08 09:27:29 -08:00 |
|
Ed Morley
|
fa2f8b5e00
|
Merge mozilla-central to mozilla-inbound
|
2012-02-10 14:03:24 +00:00 |
|
Josh Aas
|
7f8b14d760
|
Bug 723217: Fix click-to-play support for plugins on Android. r=snorp
|
2012-02-10 08:39:40 -05:00 |
|
Blake Kaplan
|
4e46f384b9
|
Bug 725750 - Restore auto-Mozilla network joining hack. r=gal
|
2012-02-10 13:13:21 +01:00 |
|
Ed Morley
|
ada565efab
|
Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression
|
2012-02-08 21:04:21 +00:00 |
|
Vivien Nicolas
|
cc70e3e13a
|
Bug 725312 - Rename nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper in dom/telephony/ [r=smaug]
|
2012-02-08 11:22:01 -08:00 |
|
Fabrice Desré
|
18a2ebbc9a
|
Backed out changeset 73614cfcb983 (wrong bug number in commit message)
|
2012-02-08 11:20:15 -08:00 |
|
Vivien Nicolas
|
d23f1f7b90
|
Bug 693172 - Move all subclasses of nsDOMEventTargetHelper to nsDOMEventTargetWrapperCache in dom/telephony/ r=smaug
|
2012-02-08 11:14:31 -08:00 |
|
Jim Mathies
|
e45302a138
|
Bug 691801 - Fix for nsPluginNativeWindowWin.cpp: 'return' : truncation from 'nsresult' to 'bool'. r=josh
|
2012-02-08 11:14:43 -06:00 |
|
Masatoshi Kimura
|
09012b6e7c
|
Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil
|
2012-02-08 10:00:45 -06:00 |
|
Bas Schouten
|
99fd260eb0
|
Bug 724886: Push images from plugin code instead of pulling from nsObjectFrame. r=roc
|
2012-02-08 16:34:27 +01:00 |
|
Mark Capella
|
34d2490a52
|
Bug 418290 - replace 'can not' with 'cannot'. r=dao
|
2012-02-08 14:16:51 +01:00 |
|
Mounir Lamouri
|
40c3517f9a
|
Bug 724855 - Add the missing nsIObserver interface to nsSmsManager r=smaug
|
2012-02-08 11:36:25 +01:00 |
|
Igor Bukanov
|
748c9f34a7
|
bug 724310 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
--HG--
extra : rebase_source : b78519db2ff008eb5143676d2db47935f0e89f45
|
2012-02-05 21:07:23 +01:00 |
|