Bobby Holley
|
0691c709ea
|
Bug 733606 - Only call FinishInitForWrappedGlobal when we just created a global. r=mrbkap
Without this patch, we call the above when restoring things out of the bfcache, which is bad. It must be called exactly once.
|
2012-03-08 09:33:30 -08:00 |
Daniel Holbert
|
e842a06988
|
Bug 732877: Remove no-longer-used variable 'oldPrincipal' from nsGlobalWindow.cpp. r=jst
|
2012-03-08 13:06:38 +01:00 |
Gregor Wagner
|
990257c982
|
Bug 733599 - mozContacts should use DOMRequestIpcHelper. r=fabrice
|
2012-03-07 13:45:24 -08:00 |
Kan-Ru Chen
|
c026ffddbc
|
Bug 697132 - Implement wakelock interfaces. r=jlebar
|
2012-03-07 12:03:25 +01:00 |
Fabrice Desré
|
85faecc940
|
Bug 720415 - update navigator.mozApps m-c implementation - DOM + repo [r=gwagner]
|
2012-03-06 11:50:58 -08:00 |
Bobby Holley
|
c6f2bff359
|
Bug 720580 - Do the last bit of wrapped global initialization once the dust has settled. r=mrbkap
|
2012-03-05 15:22:45 -08:00 |
Bobby Holley
|
3ca761b44b
|
Bug 720580 - Stop passing aExtraPtr to InitClassesWithNewWrapedGlobal. r=mrbkap
We only ever pass null here anyway, and this whole infrastructure is going away real soon now.
|
2012-03-05 15:22:44 -08:00 |
Bobby Holley
|
5dd44b1a43
|
Bug 720580 - Remove unnecessary aIID parameter from nsIXPConnect::InitClassesWithNewWrappedGlobal. r=mrbkap
|
2012-03-05 15:22:44 -08:00 |
Bobby Holley
|
5541db6a29
|
Bug 720580 - Introduce a flag for global natives and assert that we have it. r=mrbkap
|
2012-03-05 15:22:44 -08:00 |
Andrew McCreight
|
202cc5f858
|
Bug 728460, part 2: remove childless nodes in slice before CC. r=smaug
|
2012-03-05 13:48:33 -08:00 |
Ed Morley
|
3c657080b5
|
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
|
2012-03-05 15:22:28 +00:00 |
Eric Chou
|
6a15ecefcb
|
Bug 729991: fix followup problems of bug 713116, r=ben
|
2012-03-04 19:54:01 -08:00 |
Justin Lebar
|
7e343a6c1d
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 15:58:06 -05:00 |
Justin Lebar
|
e2b30b7a56
|
Back out bug 729940 (a108aee:d75775d) due to 32-bit red.
|
2012-03-04 14:20:34 -05:00 |
Justin Lebar
|
9cf4ac042d
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 13:49:42 -05:00 |
Justin Lebar
|
fd4cfccc63
|
Bug 725796 - Make window.{top,parent,frameElement} respect <iframe mozbrowser>. r=bz
|
2012-03-04 11:02:00 -05:00 |
Aryeh Gregor
|
1b6aea2012
|
Bug 711047 Part 2 - Remove RangeException in favor of DOMException. r=sicking
|
2012-03-01 13:35:48 -05:00 |
Matheus Kerschbaum
|
71d2922dd0
|
Bug 687579 part 1: Remove globalStorage implementation. r=jst
Bug 687579 part 1: Remove globalStorage implementation. r=jst
|
2011-10-09 22:14:00 -04:00 |
David Mandelin
|
ed3ba69ec8
|
Bug 732306: Remove typedef jsint, r=luke
--HG--
extra : rebase_source : 4d15a8514dbd698c114fa688461e533afab68ffa
|
2012-03-01 18:54:01 -08:00 |
Peter Van der Beken
|
096186d5e7
|
Fix for bug 732175 (Generate DOM list bindings that aren't controlled by the dom.new_bindings pref and remove old bindings for NodeList/HTMLCollection/HTMLOptionsCollection). r=jst.
--HG--
extra : rebase_source : 2eeeec059fe3467769ebcc5af01c8d472c2afbb6
|
2012-02-27 18:02:47 +01:00 |
Nicholas Nethercote
|
d73f98344b
|
Bug 730181 (part 2) - Rename nsDOMMemoryReporter. r=khuey.
--HG--
rename : dom/base/nsDOMMemoryReporter.cpp => dom/base/nsWindowMemoryReporter.cpp
rename : dom/base/nsDOMMemoryReporter.h => dom/base/nsWindowMemoryReporter.h
extra : rebase_source : f3aca3b1829e03e6f8a5a0607eb437322eb62f7d
|
2012-02-23 18:43:33 -08:00 |
Nicholas Nethercote
|
fa887ff20c
|
Bug 730181 (part 1) - Merge the "dom+style" and "layout" memory reporter trees. r=khuey.
--HG--
extra : rebase_source : dabcf525d823639c5ff465c7a21de8ae533e82ff
|
2012-02-21 07:10:11 -08:00 |
Nicholas Nethercote
|
da738c5677
|
Bug 723799 - Use mallocSizeOf in the DOM memory reporters. r=mounir.
--HG--
extra : rebase_source : 2eb96d2f901bbe4cc1ff6dbccdec4dc4099b08fc
|
2012-02-01 13:58:01 -08:00 |
Bas Schouten
|
3d62e785cc
|
Bug 651192 - Part 6: Implement the AsyncBitmapSurface drawing model support. r=roc
|
2012-02-16 04:30:22 +01:00 |
Bas Schouten
|
2f6f4e3404
|
Bug 651192 - Part 2: Update interface and stub implementors which don't have support. r=roc
|
2012-02-16 04:08:41 +01:00 |
Bobby Holley
|
b226332e2e
|
Bug 691178 - Refuse to wrap windows that are on the way out. r=jst
|
2012-02-29 18:09:16 -08:00 |
Igor Bukanov
|
ee60cd82fa
|
bug 730281 - remove cx argument from GC and compartment related functions. r=:billm
|
2012-02-29 13:18:16 +01:00 |
David Mandelin
|
3588ac5aae
|
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
|
2012-02-28 15:11:11 -08:00 |
Peter Van der Beken
|
34f61797c8
|
Fix for bug 637099 (Remove JS_ClearScope calls on windows). r=mrbkap.
--HG--
extra : rebase_source : 8bdadc72a0b28c78e21758fab8f1035ee1dd9f3d
|
2011-03-15 12:06:39 +01:00 |
Peter Van der Beken
|
c3182a87f7
|
Fix for bug 731227 (Fix script object ownership in IDBWrapperCache/IDBCursor). r=bent.
--HG--
extra : rebase_source : 86074980306682ebe1c4df8e09c4c2f3c51c4bf2
|
2012-02-27 17:52:19 +01:00 |
Ed Morley
|
858c0c3001
|
Merge mozilla-central to mozilla-inbound
|
2012-02-28 02:55:32 +00:00 |
Olli Pettay
|
c3a5e54da8
|
Bug 730753, call CC after full GC, r=mccr8
|
2012-02-27 16:49:59 +02:00 |
Wes Johnston
|
c51bd99013
|
Bug 725458 - Dispatch touch events notification, even if window isn't focused. r=felipe,smaug
|
2012-02-27 13:23:06 -08:00 |
David Mandelin
|
ec012300ff
|
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
|
2012-02-24 14:19:52 -08:00 |
Marco Bonardo
|
f35da5b2e3
|
Backout 4fc2f49371a8 (bug 725550) for build failures
|
2012-02-25 00:16:47 +01:00 |
David Mandelin
|
80fdf887df
|
Bug 725550: remove obsolete typedef jsdouble, r=jwalden
--HG--
extra : rebase_source : 772c2982184d7b3d1680737323395365e6b218da
|
2012-02-24 14:19:52 -08:00 |
Jonas Sicking
|
79eaf25209
|
Bug 722626: Implement DOMRequest object. r=mrbkap
|
2012-02-24 14:19:49 +01:00 |
Andrew McCreight
|
d592ecef31
|
Bug 697115 - return detailed CC results. r=smaug
|
2012-02-23 20:16:37 -08:00 |
Vivien Nicolas
|
c12eccdc5d
|
Bug 729430 - Expose screen.mozEnabled, screen.mozBrightness to whitelisted applications r=jlebar
|
2012-02-24 02:55:44 +01:00 |
Neil Deakin
|
463ad224a7
|
Bug 653230, add panels with focusable elements into the document tab navigation order, r=smaug
|
2012-02-23 16:02:33 -05:00 |
Ben Turner
|
7705855055
|
Backed out changeset 1f3643b7de2d
|
2012-02-23 07:09:11 -08:00 |
Ben Turner
|
5d09f9ba63
|
Bug 717414 - 'Telephony: Make calls array live'. r=sicking.
|
2012-02-23 03:48:35 -08:00 |
Florian Boesch
|
401b77d113
|
Bug 728354 - Implement WebGL EXT_texture_filter_anisotropic extension *proposal* - r=bjacob
The spec proposal for this extension is at
https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/extensions/proposals/EXT_texture_filter_anisotropic/index.html
This adds a conformance test as well, that will have to be merged upstream.
|
2012-02-23 08:43:57 -05:00 |
Luke Wagner
|
e3a18d2db4
|
Bug 720289 - Back out most of bug 699974 (r=jst)
|
2012-02-22 19:39:29 -08:00 |
Ed Morley
|
26fe274d1d
|
Merge mozilla-central to mozilla-inbound
|
2012-02-23 01:03:16 +00:00 |
Masatoshi Kimura
|
d7e66cef1d
|
Bug 720208 - Implement DOM4 DOMException types and codes. r=smaug,ms2ger
|
2012-02-23 01:34:14 +01:00 |
Olli Pettay
|
ea853ad333
|
Bug 728577 - nsGlobalWindow::mFocusedNode seems to keep documents alive longer than needed, r=Enn
|
2012-02-22 19:08:40 +02:00 |
Ed Morley
|
3aea95e2d2
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-21 11:59:33 +00:00 |
Ms2ger
|
c3773013c4
|
Bug 726968 - Fix some dom/ build warnings; r=mounir
|
2012-02-21 10:34:01 +01:00 |
Olli Pettay
|
0b25bab279
|
Backout Bug 704623, a=dromaeo regression
--HG--
extra : rebase_source : ab8b467e3aac40a56b5df6d56477603dacfc7c69
|
2012-02-20 14:54:45 +02:00 |