Boris Zbarsky
|
ae3f14f1ba
|
Merge cedar with mozilla-central
|
2011-05-06 20:39:36 -04:00 |
|
Olli Pettay
|
f83cc47bbe
|
Bug 654770, fix few AddEventListener calls now that it has 2 optional parameters, r=sicking
--HG--
extra : rebase_source : d0a27a6ba059d5862f10ab49f0a079e8928b30fb
|
2011-05-05 23:33:13 +03:00 |
|
Justin Lebar
|
40443aa024
|
Bug 653364 - HashChange event should have isTrusted property. r=bz
--HG--
extra : rebase_source : 6829b06980ed01c38e0cc5b88a9428fc784c1bb0
|
2011-04-28 16:13:03 -04:00 |
|
Olli Pettay
|
5c2503795f
|
Bug 613634, make the 3rd paramater of add/removeEventListener optional, r=sicking
--HG--
extra : rebase_source : 9c720d865ed24e5b54cda287360b0fec508df359
|
2011-05-04 17:13:28 +03:00 |
|
Jonathan Kew
|
420b112716
|
bug 253317 - part 1 - implement -moz-hyphens property in CSS. r=dbaron
|
2011-05-04 12:14:50 +01:00 |
|
Masatoshi Kimura
|
ffece27fd3
|
Bug 650505 - Get rid of ComputedCSSStyleDeclaration. r=dbaron,jst,peterv
|
2011-05-04 09:26:41 +02:00 |
|
Nicholas Nethercote
|
6ef173ddbb
|
Bug 633653 - revamp about:memory. r=vlad,sdwilsh,dvander,gavin,ehsan,edwsmith; sr=benjamin.
|
2011-05-03 17:12:58 -07:00 |
|
Johnny Stenback
|
3e42b28f7b
|
Fix bug 649795. Crash when accessing mOwner which might not always be set. r=bsmedberg
|
2011-04-26 11:36:38 -07:00 |
|
Chris Leary
|
55f7c6409e
|
Merge mozilla-central to tracemonkey. (CLOSED TREE)
|
2011-05-02 10:55:34 -07:00 |
|
Chris Jones
|
a61c26e2c0
|
Bug 642381, part 3: Hoist Maybe into mfbt and eliminate Gecko's use of jstl. r=jorendorff,luke
|
2011-04-28 17:48:52 -05:00 |
|
Chris Jones
|
6fd4cbff2d
|
Bug 642381, part 2: Rename LazilyConstructed to Maybe. r=luke
|
2011-04-28 17:48:51 -05:00 |
|
Jacek Caban
|
711289385c
|
Bug 643772 - dom/plugins can't compile on mingw due to implicit function pointer to void* casts r=benjamin
|
2011-05-02 12:34:14 +00:00 |
|
Makoto Kato
|
85a1e8b028
|
Bug 652299 - Remove unnecessary character conversion in CreateNPAPIPlugin. r=bsmedberg
|
2011-05-02 15:42:34 +09:00 |
|
Craig Topper
|
ceba599007
|
Bug 585255 - Remove nsTreeWalker usage from nsFocusManager. r=sicking
|
2011-04-11 19:46:59 -07:00 |
|
Ms2ger
|
941e819c63
|
Bug 616684 - Remove support for DOM Views; r=sicking,ehsan
|
2011-04-24 08:54:25 +02:00 |
|
Daniel Holbert
|
064a6ebe79
|
Bug 653564: Use signed int for iterating through nsCOMArray in ContentParent::SetChildMemoryReporters, to fix compile warning. r=dougt
|
2011-04-29 16:55:04 -07:00 |
|
Alon Zakai
|
ba1bdecf39
|
Bug 615597 - Implement the W3C DeviceOrientation event. r=smaug,blassey
|
2011-04-29 16:49:20 -07:00 |
|
Alon Zakai
|
b8874744ed
|
Bug 619494 - Make IndexedDB work in IPC Fennec. r=bent,mfinkle
|
2011-04-29 16:46:20 -07:00 |
|
Chris Jones
|
ed22df8f64
|
Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc
--HG--
rename : xpcom/glue/Monitor.h => xpcom/glue/ReentrantMonitor.h
|
2011-04-29 14:21:57 -05:00 |
|
Benjamin Smedberg
|
d3a66ed55a
|
Bug 649558 - Move modules/plugin/base to dom/plugins/base, r=josh
--HG--
rename : modules/plugin/base/src/Makefile.in => dom/plugins/base/Makefile.in
rename : modules/plugin/base/src/PluginPRLibrary.cpp => dom/plugins/base/PluginPRLibrary.cpp
rename : modules/plugin/base/src/PluginPRLibrary.h => dom/plugins/base/PluginPRLibrary.h
rename : modules/plugin/base/public/npapi.h => dom/plugins/base/npapi.h
rename : modules/plugin/base/public/npfunctions.h => dom/plugins/base/npfunctions.h
rename : modules/plugin/base/public/npruntime.h => dom/plugins/base/npruntime.h
rename : modules/plugin/base/public/nptypes.h => dom/plugins/base/nptypes.h
rename : modules/plugin/base/public/nsIHTTPHeaderListener.idl => dom/plugins/base/nsIHTTPHeaderListener.idl
rename : modules/plugin/base/public/nsIPlugin.idl => dom/plugins/base/nsIPlugin.idl
rename : modules/plugin/base/public/nsIPluginDocument.idl => dom/plugins/base/nsIPluginDocument.idl
rename : modules/plugin/base/public/nsIPluginHost.idl => dom/plugins/base/nsIPluginHost.idl
rename : modules/plugin/base/public/nsIPluginInputStream.idl => dom/plugins/base/nsIPluginInputStream.idl
rename : modules/plugin/base/public/nsIPluginInstance.idl => dom/plugins/base/nsIPluginInstance.idl
rename : modules/plugin/base/public/nsIPluginInstanceOwner.idl => dom/plugins/base/nsIPluginInstanceOwner.idl
rename : modules/plugin/base/public/nsIPluginStreamInfo.idl => dom/plugins/base/nsIPluginStreamInfo.idl
rename : modules/plugin/base/public/nsIPluginStreamListener.idl => dom/plugins/base/nsIPluginStreamListener.idl
rename : modules/plugin/base/public/nsIPluginTag.idl => dom/plugins/base/nsIPluginTag.idl
rename : modules/plugin/base/public/nsIPluginTagInfo.idl => dom/plugins/base/nsIPluginTagInfo.idl
rename : modules/plugin/base/src/nsJSNPRuntime.cpp => dom/plugins/base/nsJSNPRuntime.cpp
rename : modules/plugin/base/src/nsJSNPRuntime.h => dom/plugins/base/nsJSNPRuntime.h
rename : modules/plugin/base/src/nsNPAPIPlugin.cpp => dom/plugins/base/nsNPAPIPlugin.cpp
rename : modules/plugin/base/src/nsNPAPIPlugin.h => dom/plugins/base/nsNPAPIPlugin.h
rename : modules/plugin/base/src/nsNPAPIPluginInstance.cpp => dom/plugins/base/nsNPAPIPluginInstance.cpp
rename : modules/plugin/base/src/nsNPAPIPluginInstance.h => dom/plugins/base/nsNPAPIPluginInstance.h
rename : modules/plugin/base/src/nsNPAPIPluginStreamListener.cpp => dom/plugins/base/nsNPAPIPluginStreamListener.cpp
rename : modules/plugin/base/src/nsNPAPIPluginStreamListener.h => dom/plugins/base/nsNPAPIPluginStreamListener.h
rename : modules/plugin/base/src/nsPluginDirServiceProvider.cpp => dom/plugins/base/nsPluginDirServiceProvider.cpp
rename : modules/plugin/base/src/nsPluginDirServiceProvider.h => dom/plugins/base/nsPluginDirServiceProvider.h
rename : modules/plugin/base/public/nsPluginError.h => dom/plugins/base/nsPluginError.h
rename : modules/plugin/base/src/nsPluginHost.cpp => dom/plugins/base/nsPluginHost.cpp
rename : modules/plugin/base/src/nsPluginHost.h => dom/plugins/base/nsPluginHost.h
rename : modules/plugin/base/public/nsPluginLogging.h => dom/plugins/base/nsPluginLogging.h
rename : modules/plugin/base/src/nsPluginManifestLineReader.h => dom/plugins/base/nsPluginManifestLineReader.h
rename : modules/plugin/base/src/nsPluginModule.cpp => dom/plugins/base/nsPluginModule.cpp
rename : modules/plugin/base/src/nsPluginNativeWindow.cpp => dom/plugins/base/nsPluginNativeWindow.cpp
rename : modules/plugin/base/public/nsPluginNativeWindow.h => dom/plugins/base/nsPluginNativeWindow.h
rename : modules/plugin/base/src/nsPluginNativeWindowGtk2.cpp => dom/plugins/base/nsPluginNativeWindowGtk2.cpp
rename : modules/plugin/base/src/nsPluginNativeWindowOS2.cpp => dom/plugins/base/nsPluginNativeWindowOS2.cpp
rename : modules/plugin/base/src/nsPluginNativeWindowQt.cpp => dom/plugins/base/nsPluginNativeWindowQt.cpp
rename : modules/plugin/base/src/nsPluginNativeWindowWin.cpp => dom/plugins/base/nsPluginNativeWindowWin.cpp
rename : modules/plugin/base/src/nsPluginSafety.h => dom/plugins/base/nsPluginSafety.h
rename : modules/plugin/base/src/nsPluginStreamListenerPeer.cpp => dom/plugins/base/nsPluginStreamListenerPeer.cpp
rename : modules/plugin/base/src/nsPluginStreamListenerPeer.h => dom/plugins/base/nsPluginStreamListenerPeer.h
rename : modules/plugin/base/src/nsPluginTags.cpp => dom/plugins/base/nsPluginTags.cpp
rename : modules/plugin/base/src/nsPluginTags.h => dom/plugins/base/nsPluginTags.h
rename : modules/plugin/base/public/nsPluginsCID.h => dom/plugins/base/nsPluginsCID.h
rename : modules/plugin/base/src/nsPluginsDir.h => dom/plugins/base/nsPluginsDir.h
rename : modules/plugin/base/src/nsPluginsDirDarwin.cpp => dom/plugins/base/nsPluginsDirDarwin.cpp
rename : modules/plugin/base/src/nsPluginsDirOS2.cpp => dom/plugins/base/nsPluginsDirOS2.cpp
rename : modules/plugin/base/src/nsPluginsDirUnix.cpp => dom/plugins/base/nsPluginsDirUnix.cpp
rename : modules/plugin/base/src/nsPluginsDirUtils.h => dom/plugins/base/nsPluginsDirUtils.h
rename : modules/plugin/base/src/nsPluginsDirWin.cpp => dom/plugins/base/nsPluginsDirWin.cpp
rename : modules/plugin/base/public/nspluginroot.idl => dom/plugins/base/nspluginroot.idl
|
2011-04-26 17:38:43 -04:00 |
|
Craig Topper
|
cc15a2a6e3
|
Bug 648925 - Part 1: Change uses of nsICSSRule to css::Rule. r=bzbarsky
|
2011-04-07 18:23:46 -07:00 |
|
Alex Pakhotin
|
efedaee540
|
Bug 641906 - Use system theme colors in nsLookAndFeel on Android. r=blassey
|
2011-03-30 11:04:41 -07:00 |
|
Paul ADENOT
|
f25b43a53d
|
Bug 654976 : changed the AudioChild mAudioReentrantMonitor name. r=kinetik
|
2011-05-06 11:03:44 +02:00 |
|
Marco Bonardo
|
68533cc515
|
Merging Places to mozilla-central
|
2011-04-29 16:04:47 +02:00 |
|
Ed Morley
|
6097bd945c
|
Bug 651657 - Remove WinCE & Windows Mobile code from dom/* ; r=jst,dolske
|
2011-04-29 15:50:53 +02:00 |
|
Marco Bonardo
|
f59a88b6e0
|
Bug 524091 - Remove microsummaries support. (Browser changes)
|
2011-04-26 14:24:57 +02:00 |
|
Ehsan Akhgari
|
d2a61eb331
|
Backout changeset 13f6847dd840 (bug 616684) because it changes code semantics in a bad way, which results in problems like the crash in bug 652580, possibly among others
|
2011-04-25 17:05:17 -04:00 |
|
Daniel Holbert
|
f2c8f7e143
|
Bug 652559: Fix signed/unsigned comparison build warning in nsGlobalWindow.cpp. r=bz
|
2011-04-25 10:58:42 -07:00 |
|
Boris Zbarsky
|
d7fa626f0b
|
Bug 649997 part 3. Change nsIHTMLCollection::GetNamedItem to not use an nsresult outparam. r=peterv
|
2011-04-25 13:46:59 -04:00 |
|
Boris Zbarsky
|
ed02e974ea
|
Bug 649997 part 2. Change nsIHTMLCollection::GetNodeAt to not use an nsresult outparam. r=peterv
|
2011-04-25 13:46:57 -04:00 |
|
Cameron McCormack
|
8b7cc51900
|
Bug 653310 - Always put a dumpID property on ipc:content-shutdown notification property bags. r=cjones
|
2011-04-29 10:03:40 +12:00 |
|
Brad Lassey
|
456c4cb22e
|
bug 650209 - Allow DOMDesktopNotification to use a custom icon in the expanded android notification r=dougt
|
2011-04-28 15:34:50 -04:00 |
|
L. David Baron
|
b712774643
|
Add support for regexp() function in @-moz-document rule. (Bug 398962) r=bzbarsky
|
2011-04-28 10:21:37 -07:00 |
|
Kyle Huey
|
7cc2aa7330
|
Backed out changeset ea9f9f5503fa
|
2011-04-27 19:10:01 -04:00 |
|
Emanuele Costa
|
67452a00d1
|
Bug 647570. Make nsJSURI inherit from nsSimpleURI. r=bzbarsky
--HG--
extra : rebase_source : b3d9b8ed5349e9aabcf08b786951a677b7adcfd9
|
2011-04-23 05:49:00 -04:00 |
|
Justin Lebar
|
f0e9722244
|
Fix bug 642338. r=smaug
--HG--
extra : rebase_source : c23e4c1c7d9b284d9f32acae93434e79a001df08
|
2011-04-27 16:54:07 -04:00 |
|
Brad Taylor
|
2d0ff623b4
|
Bug 480317 - Provide a way for atk-based plugins to slot into our a11y tree, r=joshmoz, ginn, surkov, trev, patch=btaylor, mcarrion, mgorse
|
2011-04-27 22:42:18 +09:00 |
|
Olli Pettay
|
744a48fa95
|
Bug 652814 - Rename nsIDOMTouchPoint to nsIDOMTouch (and a *aRetVal = nsnull for bug 648573 comment 19), r=mbrubeck
|
2011-04-27 14:58:25 +03:00 |
|
Ms2ger
|
295bf7256b
|
Bug 616684 - Remove support for DOM Views; r=sicking
|
2011-04-24 08:54:25 +02:00 |
|
Masayuki Nakano
|
cc0623b6e3
|
Bug 647421 -moz-text-decoration-color and -moz-text-decoration-style should be reset by text-decoration r=dbaron, sr=bzbarsky
|
2011-04-23 14:16:41 +09:00 |
|
Ben Turner
|
eeba3082a5
|
Bug 651980 - 'Intermittent dom/src/threads/test/test_chromeWorkerJSM.xul | Test timed out'. r=mrbkap.
|
2011-04-22 10:38:13 -07:00 |
|
Mounir Lamouri
|
db44db0ebe
|
Merge cedar with mozilla-central.
|
2011-04-22 15:25:11 +02:00 |
|
Ms2ger
|
4c31d5c78f
|
Bug 619998 - Remove support for Document.strictErrorChecking; r=sicking
|
2011-04-22 10:38:37 +02:00 |
|
Ms2ger
|
bb77c2f7cd
|
Bug 646184 - Crash [@ nsGlobalWindow::GetLocalStorage] getting localStorage from removed frame; r=bz
|
2011-04-22 10:38:33 +02:00 |
|
L. David Baron
|
30b6f8cb63
|
Add diagnostic for nested @-rules that are ignored. (Bug 652014) r=bzbarsky
|
2011-04-21 20:17:32 -07:00 |
|
L. David Baron
|
1851aeaa2f
|
Remove parsing and storage code for CSS 2.0 aural properties. (Bug 649119) r=bzbarsky
|
2011-04-21 20:17:32 -07:00 |
|
L. David Baron
|
3f90844e3c
|
Implement window.matchMedia for matching of media queries and notification of media query changes. (Bug 542058, patch 3) r=bzbarsky
This is specified at:
http://dev.w3.org/csswg/cssom-view/#extensions-to-the-window-interface
|
2011-04-21 20:17:31 -07:00 |
|
David Zbarsky
|
5ecf0a2bd3
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-21 19:35:52 +02:00 |
|
Justin Lebar
|
568b1c07ba
|
Bug 628069 - Followup; fix formatting. r=whitespace-only
|
2011-04-20 17:10:06 -04:00 |
|
Justin Lebar
|
331607e5aa
|
Bug 628069 - Add newURL, oldURL properties to hashchange event. r=smaug
--HG--
extra : rebase_source : 865194e9c50612599ad029815314c0819de60124
|
2011-03-31 16:30:32 -04:00 |
|