Makoto Kato
|
664c024d68
|
Bug 652299 - Remove unnecessary character conversion in CreateNPAPIPlugin. r=bsmedberg
|
2011-05-02 15:42:34 +09:00 |
|
Craig Topper
|
6dc89c0a62
|
Bug 585255 - Remove nsTreeWalker usage from nsFocusManager. r=sicking
|
2011-04-11 19:46:59 -07:00 |
|
Ms2ger
|
31e3e8c5d1
|
Bug 616684 - Remove support for DOM Views; r=sicking,ehsan
|
2011-04-24 08:54:25 +02:00 |
|
Daniel Holbert
|
825e8cd0d1
|
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
|
3c5959f2f9
|
Bug 615597 - Implement the W3C DeviceOrientation event. r=smaug,blassey
|
2011-04-29 16:49:20 -07:00 |
|
Alon Zakai
|
0c39bea133
|
Bug 619494 - Make IndexedDB work in IPC Fennec. r=bent,mfinkle
|
2011-04-29 16:46:20 -07:00 |
|
Chris Jones
|
31aa2c4e77
|
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
|
04263fe19c
|
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 |
|
Marco Bonardo
|
2a052f5161
|
Merging Places to mozilla-central
|
2011-04-29 16:04:47 +02:00 |
|
Ed Morley
|
d1593c3361
|
Bug 651657 - Remove WinCE & Windows Mobile code from dom/* ; r=jst,dolske
|
2011-04-29 15:50:53 +02:00 |
|
Marco Bonardo
|
1c18ca7a5b
|
Bug 524091 - Remove microsummaries support. (Browser changes)
|
2011-04-26 14:24:57 +02:00 |
|
Ehsan Akhgari
|
67e7a42892
|
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
|
0544e9d3a8
|
Bug 652559: Fix signed/unsigned comparison build warning in nsGlobalWindow.cpp. r=bz
|
2011-04-25 10:58:42 -07:00 |
|
Boris Zbarsky
|
86080d0500
|
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
|
6c6ae3b73c
|
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
|
9a488f5a7e
|
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
|
5cab090414
|
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
|
6c68aef211
|
Add support for regexp() function in @-moz-document rule. (Bug 398962) r=bzbarsky
|
2011-04-28 10:21:37 -07:00 |
|
Kyle Huey
|
4d542f23d4
|
Backed out changeset ea9f9f5503fa
|
2011-04-27 19:10:01 -04:00 |
|
Emanuele Costa
|
1a6a2cacd6
|
Bug 647570. Make nsJSURI inherit from nsSimpleURI. r=bzbarsky
--HG--
extra : rebase_source : b3d9b8ed5349e9aabcf08b786951a677b7adcfd9
|
2011-04-23 05:49:00 -04:00 |
|
Justin Lebar
|
f3fbe9877d
|
Fix bug 642338. r=smaug
--HG--
extra : rebase_source : c23e4c1c7d9b284d9f32acae93434e79a001df08
|
2011-04-27 16:54:07 -04:00 |
|
Brad Taylor
|
0bb6a3a301
|
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
|
d0724bd5cc
|
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
|
540ca93080
|
Bug 616684 - Remove support for DOM Views; r=sicking
|
2011-04-24 08:54:25 +02:00 |
|
Masayuki Nakano
|
1adf21f3e7
|
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
|
6e5d6edb66
|
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
|
84203d9e11
|
Merge cedar with mozilla-central.
|
2011-04-22 15:25:11 +02:00 |
|
Ms2ger
|
cd69014034
|
Bug 619998 - Remove support for Document.strictErrorChecking; r=sicking
|
2011-04-22 10:38:37 +02:00 |
|
Ms2ger
|
4491925359
|
Bug 646184 - Crash [@ nsGlobalWindow::GetLocalStorage] getting localStorage from removed frame; r=bz
|
2011-04-22 10:38:33 +02:00 |
|
L. David Baron
|
dad5a358cd
|
Add diagnostic for nested @-rules that are ignored. (Bug 652014) r=bzbarsky
|
2011-04-21 20:17:32 -07:00 |
|
L. David Baron
|
72447213b1
|
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
|
eac95bc5f3
|
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
|
a0b813679f
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-21 19:35:52 +02:00 |
|
Justin Lebar
|
a64eb88ab7
|
Bug 628069 - Followup; fix formatting. r=whitespace-only
|
2011-04-20 17:10:06 -04:00 |
|
Justin Lebar
|
932b228cd4
|
Bug 628069 - Add newURL, oldURL properties to hashchange event. r=smaug
--HG--
extra : rebase_source : 865194e9c50612599ad029815314c0819de60124
|
2011-03-31 16:30:32 -04:00 |
|
Vivien Nicolas
|
9d29efb784
|
Bug 532738 - Do not open the virtual keyboard on untrusted focus (caused by content page scripts) [r=masayuki]
|
2011-04-20 14:47:40 +02:00 |
|
Ehsan Akhgari
|
0ae934d33e
|
Bug 625222 - Disable test_chromeWorkerJSM.xul because the code in question has problems, and is being rewritten
DONTBUILD
|
2011-04-19 19:31:41 -04:00 |
|
Zack Weinberg
|
3929b6bfdd
|
Bug 651017, part 5: mechanical changes.
--HG--
extra : rebase_source : 8bbdf48488736b51d05e734e2e9316c1460cfed5
|
2011-04-16 18:22:44 -07:00 |
|
Zack Weinberg
|
8648dcc368
|
Bug 651017, part 1: minimize inclusion of ns*DeviceContext.h; move the printing error codes to nsIDeviceContextSpec.h; os2 small widget cleanup.
--HG--
extra : rebase_source : 5b7cebe68f71a760463e3522b159c7cde8a72f5e
|
2011-04-16 18:22:41 -07:00 |
|
Robert O'Callahan
|
fc7faceefc
|
Bug 641426. Part 6: Rename Empty to SetEmpty. r=cjones
|
2011-04-19 15:07:23 +12:00 |
|
Robert O'Callahan
|
a7b4f1246b
|
Bug 641426. Part 5: Avoid operator== where possible to distinguish between 'equal edges' and 'equal areas' for rectangles. r=dbaron,sr=cjones
|
2011-04-19 15:07:23 +12:00 |
|
Robert O'Callahan
|
629c1b7e18
|
Bug 641426. Part 2: Remove a bunch of direct gfxRect::pos/size usage. r=joe
|
2011-04-19 15:07:21 +12:00 |
|
Peter Van der Beken
|
9387753e15
|
Fix for bug 649534 (Remove nsIXSLTProcessorObsolete). r=sicking.
--HG--
extra : rebase_source : 48d37254b6f50ac74b285fb0f765c159877e7d03
|
2011-04-08 10:50:51 -07:00 |
|
Ms2ger
|
4020e44b1f
|
Bug 585877 - Remove support for document.width and document.height; r=jonas sr=jst
* * *
try: -b do -p all -u mochitest-o -t none
|
2011-04-17 10:57:17 +02:00 |
|
Ms2ger
|
55fe3dd1ff
|
Bug 619997 - Remove support for Document.renameNode; r=sicking
|
2011-04-16 11:14:09 +02:00 |
|
Ed Morley
|
002581d137
|
Bug 634936 - Add null-check for nsContentUtils::GetPrefBranch() to prevent Crash [@ nsFocusManager::Init ]; r=jst
|
2011-04-16 11:14:09 +02:00 |
|
Paolo Amadini
|
2f869e0bd1
|
Bug 635888 - Meta refresh breaks slow script warning; f=dolske r=jst
|
2011-04-16 11:14:08 +02:00 |
|
Blake Kaplan
|
699864d056
|
Bug 648465 - TabChild::ProvideWindow needs to tell the caller that the window is new; r=smaug
|
2011-04-14 13:55:42 -04:00 |
|
Ehsan Akhgari
|
11540cb57f
|
Backed out changeset 877c143cf39a (bug 648465) because of possibility of being related to the Maemo oranges
|
2011-04-15 15:11:25 -04:00 |
|
Ms2ger
|
2f5cab79a0
|
Bug 615509 - Remove nsIDOMDOMConfiguration, Document.domConfig; r=sicking
|
2011-04-15 16:06:55 +02:00 |
|