Commit Graph

9002 Commits

Author SHA1 Message Date
Dave Townsend
a38ede13b3 Bug 627612: Search results for add-ons do not have the same order as returned by the AMO API. r=Unfocused 2011-04-27 10:39:45 -07:00
Taras Glek
95a7a474c7 bug 649502: Expose histograms to JS r=mrbkap 2011-04-27 11:07:02 -07:00
Ms2ger
295bf7256b Bug 616684 - Remove support for DOM Views; r=sicking 2011-04-24 08:54:25 +02:00
Marco Bonardo
7fc59ac2ce Merge Places to mozilla-central 2011-04-23 12:51:58 +02:00
Mehdi Mulani
2b91bcfe36 Bug 652294 - Typo from previous patch. DONTBUILD 2011-04-22 19:17:42 -07:00
Mehdi Mulani
fd2c297c8f Bug 652294 - Adding diagnostics to test_hashcompleter.js for intermittent orange. (test only) 2011-04-22 19:04:57 -07:00
L. David Baron
bf6088c149 Make nsBox more careful about accepting XUL attributes only on XUL elements. (Bug 102440) r=bzbarsky 2011-04-22 18:36:24 -07:00
Marco Bonardo
a75d40810e Bug 641531 - Close Places containers after use (mechanical changes)
rs=me
2011-04-23 02:09:13 +02:00
Marco Bonardo
44153474d9 Bug 641074 - Broken folder shortcuts should not interrupt a Places result.
r=sdwilsh
2011-04-23 02:05:33 +02:00
Dave Townsend
058a435cfe Bug 644704: Stop using XUL persistence for saving the current view. r=Unfocused 2011-04-21 15:14:58 -07:00
Dave Townsend
67a25448bb Bug 611755: Cannot restart a download during the onDownloadCancelled event. r=robstrong 2011-04-21 09:41:13 -07:00
Blair McBride
95d90bfb7a Bug 628290: Click on "Get Add-ons" has to always load the initial Discovery pane. r=dtownsend 2011-04-21 08:48:02 -07:00
Mounir Lamouri
db44db0ebe Merge cedar with mozilla-central. 2011-04-22 15:25:11 +02:00
Mounir Lamouri
bf2870ba02 Bug 646854 - Let the user change the filter in the file picker when opening a file on MacOS X. r=joshmoz 2011-04-21 19:39:12 +02:00
David Zbarsky
5ecf0a2bd3 Bug 610305: decom nsEventStateManager r=smaug 2011-04-21 19:35:52 +02:00
Mounir Lamouri
b4cf8cd184 Backed out changeset c1a7c1bc1aeb due to busted build. 2011-04-20 22:26:06 +02:00
David Zbarsky
c4d29900ed Bug 610305: decom nsEventStateManager r=smaug 2011-04-20 21:42:33 +02:00
Cameron McCormack
7b7d89e131 Bug 645268 - Try to fix randomly failing browser_webconsole_bug_595934_message_categories.js by properly capturing a variable value in a closure r=ehsan 2011-04-20 10:35:50 +12:00
Dave Townsend
229fc65d24 Bug 617289: PluginProvider doesn't keep IDs of plugins consistent between restarts. r=robstrong 2011-04-19 14:53:07 -07:00
Justin Dolske
d2f747fa56 Bug 638352 - tab-modal dialogs can get into bad focus state and key events can bleed through tabs. r=gavin 2011-04-19 14:18:17 -07:00
Frank Wein
27cf7f805d Bug 649810 - SeaMonkey 2.1pre Windows installer ignores extension choices. r=khuey,Mitch 2011-04-25 05:27:00 -04:00
Ms2ger
941e819c63 Bug 616684 - Remove support for DOM Views; r=sicking,ehsan 2011-04-24 08:54:25 +02: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
Robert Strong
1957e6110e Increase app update test timeout - Bug 645607 - Intermittent failure in toolkit/mozapps/update/test/chrome/test_0072_notify_verifyFailComplete_noPartial.xul | Test timed out. Maximum time allowed is 20 seconds. r=mossop 2011-04-19 11:04:12 -07:00
Robert Strong
014a0f327a Bug 650254 - Permanent fail on update xpcshell tests for Thunderbird | TEST-UNEXPECTED-FAIL | test_0110_general.js and co failing in head_update.js. r=mossop 2011-04-19 11:03:57 -07:00
Michael Wu
bff8a6144f Bug 641614 - Try to fix jar logs in l10n repacks, r=ted 2011-04-19 10:13:34 -07:00
Mitchell Field
2fa9469adc Merge mozilla-central to build-system. 2011-04-20 00:34:43 +10:00
Mounir Lamouri
8883f4f0d6 Merge cedar with mozilla-central 2011-04-19 11:02:41 +02:00
Mitchell Field
0242a07b36 Merge mozilla-central to build-system. 2011-04-19 13:22:32 +10:00
Landry Breuil
635ea6a347 Bug 633193 - Implement CalculateProcessCreationTimestamp() on OpenBSD. r=taras 2011-04-19 01:29:48 +02:00
Marco Bonardo
f3a40da729 Merge mozilla-centra to Places 2011-04-18 14:30:00 +02:00
Dão Gottwald
4ac8291c1d Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg 2011-04-17 21:53:25 +02:00
Graeme McCutcheon
b6dde0e13e Bug 640302 - Some addon manager tests depended on a specific date format and failed in some locales. r=dtownsend 2011-04-17 17:39:18 +01:00
Serge Gautherie
cd682bd170 Bug 607544 - Remove DDRAW junk from configure, missed part; (Av1a) Missed cleanup, s/if/case/.
r=ted.mielczarek.
2011-04-17 15:49:47 +02:00
Ms2ger
c0773e39d2 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
Marco Bonardo
8ead831952 bug 556721 - Clean up test_342484.xul. 2011-04-15 23:58:36 +02:00
Mitchell Field
f71a73dc12 Merge mozilla-central to build-system. 2011-04-16 00:27:18 +10:00
Vivien Nicolas
bcbfd4403e Merge to m-c 2011-04-15 12:59:32 +02:00
Vivien Nicolas
d7a9689270 Bug 645970 - search service doesn't unpack jar🫙 [r=gavin] 2011-04-15 12:40:43 +02:00
Mike Hommey
f2e0cbff28 Bug 643690 part 1 - Avoid requiring libstdc++ symbol versions > GLIBCXX_3.4.8 (gcc > 4.1). r=ted,r=tglek 2011-04-15 11:03:17 +02:00
Philipp von Weitershausen
9eca72ccf7 Bug 644680 - FileUtils.openSafeFileOutputStream() should init stream with DEFER_OPEN. r=sdwilsh sr=rstrong 2011-04-18 15:41:09 -07:00
Philipp von Weitershausen
cf0b830c4f Bug 644680 - Tests for FileUtils.jsm. r=sdwilsh 2011-04-18 15:41:09 -07:00
Philipp von Weitershausen
84bbbabc50 Bug 648367 - Add run_next_test to head.js. r=ted 2011-04-18 13:31:20 -07:00
Ehsan Akhgari
6e0bc11267 Bug 648255 - Don't attempt to run the test within the last 10 minutes of a day, since the meaning of "today" might change while the test is running; r=mak 2011-04-16 13:23:53 -04:00
Mitchell Field
30071eb146 Merge mozilla-central to build-system. 2011-04-14 12:05:07 +10:00
Marco Bonardo
a38d9441f1 Bug 630225 - Expose frecency as a sorting order for the history sidebar (with slight query builder optimization).
r=dietrich
2011-04-13 22:15:41 +02:00
Robert Strong
ebd39d774a Bug 649754 - update dialog no longer centered. r=mossop 2011-04-13 13:52:55 -07:00
Shawn Wilsher
4308d27a5a Bug 599641 - Run ANALYZE after expiration
This runs the ANALYZE command on select tables after we expire results from them
so that the query planner can plan better next time the application starts.
r=mak
2011-04-11 11:15:58 -07:00
Rail Aliiev
e9f4299a09 bug 313956: expand installer .exe contents to make complete mar. r=ted 2011-04-11 12:23:26 -04:00
Rob Campbell
367f0df4fa merge m-c to devtools 2011-04-11 10:22:30 -03:00
Jim Mathies
ab17e61605 Bug 645288 - Register Firefox as a webm capable player on Windows. r=rstrong 2011-04-10 16:31:26 -05:00
Rob Campbell
0490b4ea60 Bug 595223 - Keep track of file:// url 'loadGroups' - Backed out changeset 102a2b309cc3
Process Crashed.
2011-04-10 18:27:45 -03:00
Rich Walsh
5949d0eb6d Bug 639369 - [OS/2] update packaging for mozilla-central; r=wuno 2011-04-09 23:33:31 -04:00
Mike Hommey
0659550873 Bug 602245 - Don't build SIMPLE_PROGRAMS during MOZ_PROFILE_GENERATE pass. r=ted 2011-04-14 11:23:13 +02:00
Wes Johnston
59aa739022 Bug 646550 - Tell Android to scan media items downloaded by Fennec r=blassey 2011-04-08 10:52:13 -07:00
Daniel Einspanjer
56e56f9dfb Bug 648068: Remove "reset" from the days since last request blocklist variable. r=dtownsend 2011-04-08 09:53:42 -07:00
Dave Townsend
c10db9ad69 Bug 645699, r=robstrong 2011-04-08 09:46:59 -07:00
Dave Herman
16bfe8a6b4 Bug 637801 - console.log shouldn't display escaped strings. r=gavin,rcampbell 2011-04-08 10:30:19 -07:00
Mihai Sucan
38e4d6ab4a Bug 595223 - Keep track of file:// url 'loadGroups'; f=ddahl r=dcamp,dolske 2011-04-01 20:32:38 +03:00
Rob Campbell
e681ae8140 merge m-c to devtools 2011-04-10 10:47:40 -03:00
Rob Campbell
b1f7535884 Bug 616742 - Implement console.debug() (was: Navigation broken on Citytv website); r=ddahl,jonas 2011-04-08 14:20:41 -07:00
Benjamin Smedberg
95a3d6d693 Bug 648593 - Remove JavaXPCOM and its build support code from the main tree, r=ted
--HG--
extra : rebase_source : 5e3a8c714bb3761ec20170789ac5fc7d5033fc11
2011-04-08 12:51:33 -07:00
Benjamin Smedberg
61435b568a Bug 648156 - Remove gtkmozembed, r=bz
--HG--
extra : rebase_source : a37faae0fe5fc2143628599992776c7f35152329
2011-04-07 17:16:06 -07:00
Tyler Colgan
6c223fbdc3 Bug 507387 - Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corporation"; r=gerv f=sgautherie.bz
DONTBUILD
2011-03-10 21:17:00 -08:00
Ted Mielczarek
a69e6e1ece bug 606574 - Cocoa event loop instrumentation. r=smichaud,cjones
--HG--
extra : rebase_source : 5970911521b53d504b3c51588f2f112a2da5efe1
2011-03-03 11:20:02 -05:00
Ted Mielczarek
7e4cfd9acb bug 606574 - Implement event loop instrumentation using native events, core implementation + GTK2 implementation. r=karlt,cjones
--HG--
extra : rebase_source : bae5a25a76f4bb2f8ea4154923cfecbc4c39f128
2011-03-03 11:20:02 -05:00
Mounir Lamouri
34b64f639a Bug 638143 - Internal html:input of XUL numberbox shouldn't have type='number'. r=enndeakin 2011-03-02 22:32:58 +01:00
Ehsan Akhgari
45d65ba26b Merge backout of bug 606574 2011-04-13 14:09:09 -04:00
Ehsan Akhgari
2bee451447 Back out bug 606574 for leaking a Mutex and a CondVar in crashtests 2011-04-13 14:08:43 -04:00
Ehsan Akhgari
3b68afadb4 Merge cedar into mozilla-central 2011-04-13 14:00:55 -04:00
Neil Deakin
dff3b0b708 Bug 608603, properly handle adjusting the day in the grid datepicker when switching to a month with fewer days, and add displayed month and year properties to datepicker, which can differ from the selection, r=neil 2011-04-13 13:53:24 -04:00
Neil Deakin
2e418cd5d2 Bug 126189, pass modifiers on to command events in menus when enter was pressed, r=neil 2011-04-13 13:53:24 -04:00
Neil Deakin
bc2478419a Bug 590665, panels jump around when dragged across screens, so don't do flipping when moving one, r=roc 2011-04-13 13:53:24 -04:00
Landry Breuil
60d7f84e28 Bug 648730 - Fix Kerberos/GSSAPI authentication on OpenBSD r=khuey 2011-04-12 20:54:18 -04:00
Ed Morley
1408fdfa33 Bug 438284 - Remove incorrect translation note from profileSelection.properties 2011-04-12 16:12:02 -04:00
Chris Coulson
6b646698e9 Bug 611953 - Part 3: GNOME 3.0 readiness; r=roc,karlt 2011-04-12 16:11:20 -04:00
Chris Coulson
6e45c6f420 Bug 611953 - Part 2: GNOME 3.0 readiness; r=roc,karlt 2011-04-12 16:10:51 -04:00
Ehsan Akhgari
81d44d11f4 Merge cedar into mozilla-central 2011-04-11 20:24:12 -04:00
Fernando Herrera
67716f377f Bug 649157 - system-preference-service broken after gtkmozembed removal; r=bsmedberg 2011-04-11 20:17:56 -04:00
Ted Mielczarek
4f75a1c3e1 bug 606574 - Cocoa event loop instrumentation. r=smichaud 2011-03-03 11:20:02 -05:00
Ted Mielczarek
acb51920eb bug 606574 - Implement event loop instrumentation using native events, core implementation + GTK2 implementation. r=karlt,cjones 2011-03-03 11:20:02 -05:00
Jonathan Kew
55114c659a merge backout of bug 585152 2011-04-13 14:35:39 +01:00
Jonathan Kew
20281c115e Backed out changeset 80451fb8f11c (bug 585152) as per discussion in the bug. 2011-04-13 14:35:06 +01:00
Christian Legnitto
64eac19a90 Bug 649373 - Remove PRE_RELEASE_SUFFIX. This is a wallpaper. r=rstrong, a=LegNeato 2011-04-12 23:43:18 -07:00
Frank Yan
04bc56845c Bug 502892 - disable non-functional html5 audio volume slider. r=dolske 2011-04-12 20:54:26 -07:00
Robert Strong
66a445bc87 followup l10n repack fix (fallout from Bug 386760) - Bug 649428 - l10n repacks broken on all platforms on mozilla-central (probably aurora, too). r=khuey 2011-04-12 17:27:41 -07:00
Josh Aas
6192fd5a60 Bug 649488: Move contents of dom/plugins to dom/plugins/ipc. r=bsmedberg
--HG--
rename : dom/plugins/AStream.h => dom/plugins/ipc/AStream.h
rename : dom/plugins/BrowserStreamChild.cpp => dom/plugins/ipc/BrowserStreamChild.cpp
rename : dom/plugins/BrowserStreamChild.h => dom/plugins/ipc/BrowserStreamChild.h
rename : dom/plugins/BrowserStreamParent.cpp => dom/plugins/ipc/BrowserStreamParent.cpp
rename : dom/plugins/BrowserStreamParent.h => dom/plugins/ipc/BrowserStreamParent.h
rename : dom/plugins/COMMessageFilter.cpp => dom/plugins/ipc/COMMessageFilter.cpp
rename : dom/plugins/COMMessageFilter.h => dom/plugins/ipc/COMMessageFilter.h
rename : dom/plugins/ChildAsyncCall.cpp => dom/plugins/ipc/ChildAsyncCall.cpp
rename : dom/plugins/ChildAsyncCall.h => dom/plugins/ipc/ChildAsyncCall.h
rename : dom/plugins/ChildTimer.cpp => dom/plugins/ipc/ChildTimer.cpp
rename : dom/plugins/ChildTimer.h => dom/plugins/ipc/ChildTimer.h
rename : dom/plugins/Makefile.in => dom/plugins/ipc/Makefile.in
rename : dom/plugins/NPEventAndroid.h => dom/plugins/ipc/NPEventAndroid.h
rename : dom/plugins/NPEventOSX.h => dom/plugins/ipc/NPEventOSX.h
rename : dom/plugins/NPEventWindows.h => dom/plugins/ipc/NPEventWindows.h
rename : dom/plugins/NPEventX11.h => dom/plugins/ipc/NPEventX11.h
rename : dom/plugins/NestedLoopTimer.cpp => dom/plugins/ipc/NestedLoopTimer.cpp
rename : dom/plugins/NestedLoopTimer.h => dom/plugins/ipc/NestedLoopTimer.h
rename : dom/plugins/PBrowserStream.ipdl => dom/plugins/ipc/PBrowserStream.ipdl
rename : dom/plugins/PPluginBackgroundDestroyer.ipdl => dom/plugins/ipc/PPluginBackgroundDestroyer.ipdl
rename : dom/plugins/PPluginIdentifier.ipdl => dom/plugins/ipc/PPluginIdentifier.ipdl
rename : dom/plugins/PPluginInstance.ipdl => dom/plugins/ipc/PPluginInstance.ipdl
rename : dom/plugins/PPluginModule.ipdl => dom/plugins/ipc/PPluginModule.ipdl
rename : dom/plugins/PPluginScriptableObject.ipdl => dom/plugins/ipc/PPluginScriptableObject.ipdl
rename : dom/plugins/PPluginStream.ipdl => dom/plugins/ipc/PPluginStream.ipdl
rename : dom/plugins/PPluginSurface.ipdl => dom/plugins/ipc/PPluginSurface.ipdl
rename : dom/plugins/PStreamNotify.ipdl => dom/plugins/ipc/PStreamNotify.ipdl
rename : dom/plugins/PluginBackgroundDestroyer.h => dom/plugins/ipc/PluginBackgroundDestroyer.h
rename : dom/plugins/PluginIdentifierChild.h => dom/plugins/ipc/PluginIdentifierChild.h
rename : dom/plugins/PluginIdentifierParent.h => dom/plugins/ipc/PluginIdentifierParent.h
rename : dom/plugins/PluginInstanceChild.cpp => dom/plugins/ipc/PluginInstanceChild.cpp
rename : dom/plugins/PluginInstanceChild.h => dom/plugins/ipc/PluginInstanceChild.h
rename : dom/plugins/PluginInstanceParent.cpp => dom/plugins/ipc/PluginInstanceParent.cpp
rename : dom/plugins/PluginInstanceParent.h => dom/plugins/ipc/PluginInstanceParent.h
rename : dom/plugins/PluginInterposeOSX.h => dom/plugins/ipc/PluginInterposeOSX.h
rename : dom/plugins/PluginInterposeOSX.mm => dom/plugins/ipc/PluginInterposeOSX.mm
rename : dom/plugins/PluginLibrary.h => dom/plugins/ipc/PluginLibrary.h
rename : dom/plugins/PluginMessageUtils.cpp => dom/plugins/ipc/PluginMessageUtils.cpp
rename : dom/plugins/PluginMessageUtils.h => dom/plugins/ipc/PluginMessageUtils.h
rename : dom/plugins/PluginModuleChild.cpp => dom/plugins/ipc/PluginModuleChild.cpp
rename : dom/plugins/PluginModuleChild.h => dom/plugins/ipc/PluginModuleChild.h
rename : dom/plugins/PluginModuleParent.cpp => dom/plugins/ipc/PluginModuleParent.cpp
rename : dom/plugins/PluginModuleParent.h => dom/plugins/ipc/PluginModuleParent.h
rename : dom/plugins/PluginProcessChild.cpp => dom/plugins/ipc/PluginProcessChild.cpp
rename : dom/plugins/PluginProcessChild.h => dom/plugins/ipc/PluginProcessChild.h
rename : dom/plugins/PluginProcessParent.cpp => dom/plugins/ipc/PluginProcessParent.cpp
rename : dom/plugins/PluginProcessParent.h => dom/plugins/ipc/PluginProcessParent.h
rename : dom/plugins/PluginScriptableObjectChild.cpp => dom/plugins/ipc/PluginScriptableObjectChild.cpp
rename : dom/plugins/PluginScriptableObjectChild.h => dom/plugins/ipc/PluginScriptableObjectChild.h
rename : dom/plugins/PluginScriptableObjectParent.cpp => dom/plugins/ipc/PluginScriptableObjectParent.cpp
rename : dom/plugins/PluginScriptableObjectParent.h => dom/plugins/ipc/PluginScriptableObjectParent.h
rename : dom/plugins/PluginScriptableObjectUtils-inl.h => dom/plugins/ipc/PluginScriptableObjectUtils-inl.h
rename : dom/plugins/PluginScriptableObjectUtils.h => dom/plugins/ipc/PluginScriptableObjectUtils.h
rename : dom/plugins/PluginStreamChild.cpp => dom/plugins/ipc/PluginStreamChild.cpp
rename : dom/plugins/PluginStreamChild.h => dom/plugins/ipc/PluginStreamChild.h
rename : dom/plugins/PluginStreamParent.cpp => dom/plugins/ipc/PluginStreamParent.cpp
rename : dom/plugins/PluginStreamParent.h => dom/plugins/ipc/PluginStreamParent.h
rename : dom/plugins/PluginSurfaceParent.cpp => dom/plugins/ipc/PluginSurfaceParent.cpp
rename : dom/plugins/PluginSurfaceParent.h => dom/plugins/ipc/PluginSurfaceParent.h
rename : dom/plugins/PluginUtilsOSX.h => dom/plugins/ipc/PluginUtilsOSX.h
rename : dom/plugins/PluginUtilsOSX.mm => dom/plugins/ipc/PluginUtilsOSX.mm
rename : dom/plugins/StreamNotifyChild.h => dom/plugins/ipc/StreamNotifyChild.h
rename : dom/plugins/StreamNotifyParent.h => dom/plugins/ipc/StreamNotifyParent.h
rename : dom/plugins/ipdl.mk => dom/plugins/ipc/ipdl.mk
2011-04-12 16:26:11 -07:00
Neil Rashbrook
ce73c7de07 Bug 614479 - Add hook for additional application-specific modules to be compiled into libxul; r=khuey 2011-04-12 14:32:04 +02:00
Ms2ger
bb2faf4a3d Bug 619996, part a: Remove unnecessary inclusions of and references to nsISelectElement.h; r=bz 2011-04-12 14:31:59 +02:00
Paul Biggar
7c000eb77f Merge mozilla-central into tracemonkey. 2011-04-12 03:01:40 -07:00
Joe Drew
8452c3dcf1 Bug 641630 - Write proper makefiles for ANGLE. r=bjacob,khuey,ted
--HG--
extra : rebase_source : ff1657325b7ccb3dede8ab587c16e1749ab28c46
2011-03-29 18:16:39 -04:00
L. David Baron
52ee86d378 Backout changeset b583111a88aa (bug 585152) for causing mochitest-browser-chrome orange on opt builds. 2011-04-12 01:29:41 -07:00
Robert Strong
9757fe29e3 test fix for test_0112_general.js - Linux and Mac - Bug 386760 - directory removal with software update. r=testfix 2011-04-12 00:15:42 -07:00
Jason Orendorff
8645ae447e Merge WeakMaps and precise Date.now from tracemonkey to mozilla-central. 2011-04-11 23:11:05 -07:00
Robert Strong
35ffe77cb8 test fix for test_0160_appInUse_xp_unix_complete.js - Linux and Mac - Bug 386760 - directory removal with software update. r=testfix 2011-04-11 22:58:01 -07:00
Robert Strong
5c63a6b32c 6. test fix to make log parsing happy - Bug 386760 - directory removal with software update. r=testfix 2011-04-11 21:44:03 -07:00
Robert Strong
613e13bd13 2. only support channel change with complete mar files - Bug 642765 - Add ability to channel change to the client. r=mossop 2011-04-11 21:24:28 -07:00
Robert Strong
7729d8fd36 1. main patch - Bug 642765 - Add ability to channel change to the client. r=mossop 2011-04-11 21:24:16 -07:00
Robert Strong
811d84945a 6. test patch 2 - Bug 386760 - directory removal with software update. r=dolske
--HG--
rename : toolkit/mozapps/update/test/unit/data/partial_in_use_win.mar => toolkit/mozapps/update/test/unit/data/partial_win.mar
2011-04-11 21:24:06 -07:00
Robert Strong
f3cf07fb80 5. test binaries - Bug 386760 - directory removal with software update. r=dolske 2011-04-11 21:23:54 -07:00
Robert Strong
a7278c5f99 4. remove updater wince support- Bug 386760 - directory removal with software update. r=dolske 2011-04-11 21:23:44 -07:00
Robert Strong
331caf27f8 3. test patch 1 - Bug 386760 - directory removal with software update. r=mossop 2011-04-11 21:23:36 -07:00
Robert Strong
7a66d630a6 2. updater changes - Bug 386760 - directory removal with software update. r=dolske 2011-04-11 21:23:27 -07:00
Robert Strong
6fc69344de 1. mar packaging and build changes - Bug 386760 - directory removal with software update. r=nthomas, r=khuey 2011-04-11 21:23:18 -07:00
Robert Strong
4458cc621d Bug 641422 - wrong arg passed for current working directory. r=mossop 2011-04-11 21:23:06 -07:00
Marco Bonardo
8c66b9ae68 Bug 649211 - PlacesDBUtils console output is broken. r=sdwilsh 2011-04-12 04:27:33 +02:00
Mike Hommey
b0924cc77f Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.

We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.

We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).

The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.

Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
Mike Hommey
e56745d75b Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.

We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.

We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).

The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.

Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
Hernán Rodriguez Colmeiro
606f92fb24 Bug 656269: Add link to Mozilla plugin check from Add-ons Manager. r=dtownsend 2011-05-17 12:57:38 -07:00
Michael Wu
ff498efba8 Bug 656050 - Fix jar reordering on linux by moving jarlog dir, r=ted 2011-05-17 11:06:16 -07:00
Marco Bonardo
b0bc1f276a Merge Places and mozilla-central 2011-05-17 15:40:41 +02:00
Marco Bonardo
b8dfb02f0c Bug 656188 - Cache last 10 fetched bookmarks info to speed up repeated requests.
r=sdwilsh
2011-05-17 00:11:35 +02:00
Marco Bonardo
4a5a10eb83 Bug 633274 - Follow-up to fix an intermittent crash.
r=postreview
2011-05-16 11:19:03 +02:00
Marco Bonardo
4de857f50f Bug 633274 - Improve nsINavBookmarkObserver (test).
r=sdwilsh
2011-05-13 21:24:29 +02:00
Marco Bonardo
114ccfbb5d Bug 633274 - Improve nsINavBookmarkObserver (Places observers changes).
r=sdwilsh
2011-05-13 21:24:25 +02:00
Marco Bonardo
13c42a89ec Bug 633274 - Improve nsINavBookmarkObserver (Places changes).
r=sdwilsh
2011-05-13 21:24:22 +02:00
Marco Bonardo
b57eab5690 Bug 633274 - Improve nsINavBookmarkObserver (idl changes).
r=sdwilsh sr=gavin
2011-05-13 21:23:40 +02:00
Jim Mathies
8ddf6dab7b Bug 633282 - Apply moz-win-exclude-glass to clientBox in extensions about.xul. r=dao. 2011-05-13 11:40:46 -05:00
Jim Mathies
b1dcec1411 Bug 633282 - Apply moz-win-exclude-glass to downloadView in downloads.xul. r=sdwilsh. 2011-05-13 11:40:46 -05:00
Chris Coulson
ea11341c5b b=611953 Add nsIGSettingsService to support GSettings r=karlt
--HG--
extra : rebase_source : 01cee722e375c8acc82cb6169a096d73026030aa
2011-05-12 20:14:55 +12:00
Dave Townsend
b236bc4009 Bug 623134: Add logging for the browser_updatessl.js intermittent failure. rs=dolske 2011-05-12 20:00:21 -07:00
Taras Glek
f1c9e547e7 bug 585196: Telemetry clientside r=Mossop 2011-05-12 11:22:35 -07:00
Taras Glek
e9e2097c8b Backout bug 585196 due to test fail 2011-05-12 13:09:28 -07:00
Taras Glek
47847a9d9c bug 585196: Telemetry clientside r=Mossop 2011-05-12 11:22:35 -07:00
Timothy Nikkel
8e6d2ba938 Backed out changeset ed867467d35b (bug 645075) because it doesn't build. 2011-05-12 11:07:42 -05:00
Timothy Nikkel
41f2c9b7d4 Bug 645075. Move scrolling to ref handling back from the document to the content sink so that it works with XSLT transformed documents. r=sicking 2011-05-12 10:36:21 -05:00
Ehsan Akhgari
15252ef290 Bug 612129 - Set the initial selection range to the beginning of the text field in order to be more compatible with other browsers; r=roc 2011-05-12 09:52:38 -04:00
Mounir Lamouri
f4d3a8686d Merging cedar with mozilla-central. 2011-05-12 12:29:49 +02:00
Takanori MATSUURA
6c88e1c625 Bug 655439 - Use $(LIBXUL_DIST)/bin/xpcshell instead of $(DIST)/bin/xpcshell. r=khuey 2011-05-11 15:13:43 +02:00
Hiroyuki Ikezoe
b2799f68ad Bug 656165 - g_free accepts NULL so we do not need NULL checking before invoking it. r=karlt 2011-05-11 15:12:26 +02:00
Marco Bonardo
f34bc90b8b Merge Places and mozilla-central 2011-05-11 11:08:58 +02:00
Michael Wu
034def94d2 Merge backout (to fix bug 656172) 2011-05-10 19:10:01 -07:00
Michael Wu
4746e4ca82 Back out parts 3-7 of bug 620931 which caused bug 656172, r=killer 2011-05-10 18:27:51 -07:00
John Daggett
375ce049e0 Bug 650723. Add ClearType parameter data to about:support. r=gavin,jrmuizel 2011-05-11 09:30:20 +09:00
Ms2ger
6c02285d88 Bug 654137 - Make window.top not replacable; r=bz 2011-05-10 20:24:44 +02:00
Marco Bonardo
660ddb590d Merge Places and mozilla-central 2011-05-10 14:34:01 +02:00
Marco Bonardo
062096757a Bug 493783 - Fix some Places warnings.
r=sdwilsh
2011-05-10 03:10:25 +02:00
Nicholas Nethercote
e9dba37cfa Bug 655583 - In about:memory, only remove the observer if it's been added, in order to avoid an assertion and/or exception. r=bz. 2011-05-11 16:09:50 -07:00
Nicholas Nethercote
a69bf4dd97 Bug 654041 - Add buttons that trigger GC and CC from about:memory. r=vlad,jruderman. 2011-05-11 16:09:50 -07:00
Nicholas Nethercote
60496a090e Bug 653630 - Allow non-leaf reporters in about:memory. r=sdwilsh. 2011-05-11 16:09:50 -07:00
Neil Rashbrook
bd23e29f18 Bug 655588 Desaturating filter produces more realistic grey scale than colour averaging r=Unfocused 2011-05-11 21:23:07 +01:00
Dave Townsend
87ca23dd52 Bug 655162: A missing updates property in an update.rdf should be counted as no available updates not as a failure to check for updates. r=robstrong 2011-05-11 11:23:37 -07:00
Hernán Rodriguez Colmeiro
157d37a4ed Bug 565359: Backspace should return users to the last view in the add-ons manager. r=dtownsend 2011-05-11 11:27:25 -07:00
Hiroyuki Ikezoe
763671731d Bug 656165 - g_free accepts NULL so we do not need NULL checking before invoking it. [r=karlt] 2011-05-10 16:54:00 -07:00
Marco Bonardo
8179a3190d Bug 631374 - Adding or removing tags in the selector listbox always scrolls to top.
r=dietrich
2011-05-05 13:14:21 +02:00
Marco Bonardo
b6ee6bdde2 Bug 639105 - A new entry does not appear in History menu for the certain pages.
r=dietrich
2011-05-03 15:30:19 +02:00
Rob Campbell
a45c4c0fa6 merge m-c to devtools 2011-05-09 10:27:05 -03:00
Rob Campbell
7729d517f9 merge m-c to devtools 2011-05-06 13:03:37 -03:00
Rob Campbell
4eefba4480 merge m-c to devtools 2011-05-04 09:28:00 -03:00
Rob Campbell
2ce18c224b merge m-c to devtools 2011-05-03 09:55:19 -03:00