Commit Graph

11731 Commits

Author SHA1 Message Date
Benjamin Smedberg
b03ee925ac Bug 579718 part B - packaging and build changes to ship a single chrome.manifest from which other manifests are read. r=khuey See long-form commit details below:
In a nonpackaged build, we have the following manifests:
* chrome.manifest is just a series of manifest directives for all the other manifests, generated in rules.mk using buildlist.py
** components/interfaces.manifest is also generated in rules.mk using buildlist.py
** components/components.manifest contains only the *binary* components. JS components each have their own manifest which is installed to dist/bin/components
** Each chrome/jarfile.jar has a matching chrome/jarfile.manifest, and JarMaker.py inserts this filename into the root chrome.manifest by importing buildlist.py

In a packaged build, we end up with the following manifests:

* chrome.manifest lists the four manifests below
** components/interfaces.manifest
** components/components.manifest
** chrome/nonlocalized.manifest
** chrome/localized.manifest

In the future it should be possible to integrate the three non-localized manifests directly into the root chrome.manifest for increased performance, but this is slightly tricky because it involves rewriting some manifest instructions which may include relative JAR URIs. That is left for a future followup.

When we repackage a l10n build, we only have to replace chrome/localized.manifest.
2010-07-22 10:38:59 -04:00
Miika Jarvinen
4de94db2a7 Bug 184613 - Add xremote support for qt build. r=karlt 2010-08-07 09:18:43 +02:00
Robert Sayre
137916e05e Merge. 2010-08-06 22:47:02 -07:00
Robert Sayre
6d86fc6985 Merge mozilla-central to tracemonkey. 2010-08-06 15:41:41 -07:00
Shawn Wilsher
aac6c510fc Backed out changeset e6e0200b6e03 (bug 568969) because it appears to have caused orange on a CLOSED TREE. 2010-08-06 11:53:39 -07:00
Blair McBride
7f35f45032 Bug 557943 - Searching for addons can result in wrong results. r=dtownsend 2010-08-06 09:36:29 -07:00
Dave Townsend
f45aca46aa Bug 582058: Turn off remote searches in the add-ons manager tests. r=Unfocused, a=dtownsend 2010-08-06 14:09:13 -07:00
Dave Townsend
826e429c31 Backed out bug 286382 to fix bug 584613 2010-08-06 14:06:28 -07:00
Dan Witte
51c25ab3bc Fix review comment. 2010-08-05 19:59:53 -07:00
Dan Witte
5bbaacd6e8 Bug 573066 - Fix ctypes stdcall closure tests. r=bsmedberg, a=blocker 2010-08-05 16:49:53 -07:00
Dan Witte
112f5e4d82 Bug 573087 - Automangle ctypes stdcall symbols. r=bsmedberg, a=blocker 2010-08-05 16:49:52 -07:00
Dan Witte
de350ef7cf Bug 564966 - ctypes stdcall tests borked on windows. r=benjamn, a=blocker 2010-08-05 16:49:52 -07:00
Dan Witte
f8f9a32872 Bug 583099 - toolkit/components/ctypes uses the wrong global object. r=jorendorff, a=bsmedberg 2010-08-05 16:49:52 -07:00
Shawn Wilsher
f2250bbc15 Bug 568969 - Nuke nsContentUtils::GetHistory
r=bz
a=bsmedberg
2010-08-05 10:07:46 -07:00
Shawn Wilsher
a881d8d55a Bug 584111 - Better logging of errors for places autocomplete
r=mak
a=gavin
2010-08-05 10:06:21 -07:00
Wan-Teh Chang
75109990ca Bug 561510: fix unrecognized option /L... linker warning on
Windows.  Define MOZALLOC_LIB using EXPAND_LIBNAME_PATH instead
of EXPAND_MOZLIBNAME.  r=bsmedberg,ginn.chen.  approval2.0+ by
bsmedberg.
2010-08-06 06:51:38 -07:00
Marco Bonardo
06c0545d3d Bug 581660 - places-teardown should be double enqueued. r=sdwilsh 2010-08-03 10:01:47 +02:00
Marco Bonardo
174912f156 Bug 581657 - Async favicons fails on null data. r=sdwilsh 2010-08-06 13:48:12 +02:00
Kyle Huey
ef8a1429c9 Bug 522770: Link directly to object files instead of intermediate static libs. Patch originally written by Ted Mielczarek. Checking into a CLOSED TREE as a bustage fix. reviews pending.
--HG--
extra : rebase_source : 54a506a5815dcdedaf3f61ad7d6bdd0529d7f5f7
2010-08-01 01:48:21 -07:00
Blair McBride
d7b9e8a6de Bug 583530 - Typo in the restartToEnable entity in extensions.properties breaks the details pane. r=dtownsend 2010-07-31 19:34:41 -07:00
Robert Sayre
802a358676 Merge mozilla-central to tracemonkey. 2010-07-30 21:57:41 -07:00
L. David Baron
b0ac8dc333 Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests
This patch was created by running the following sed commands:
s/MOZ_WIDGET_TOOLKIT=="\(gtk2\|cocoa\|qt\|windows\)"/\1Widget/g
s/MOZ_WIDGET_TOOLKIT!="\(gtk2\|cocoa\|qt\|windows\)"/!\1Widget/g
on all *.list files in the tree.
2010-07-30 16:48:57 -07:00
Peter Van der Beken
ea1a06275f Fix for bug 571159 (Leak nsGlobalWindow with unknown-content-type dialog). r=sdwilsh. a2.0=blocking. 2010-07-30 16:48:57 -07:00
Mark Banner
2ee0ccf8b1 Bustage fix for the bug 582032 bustage fix (typo) 2010-07-30 23:08:14 +01:00
Mark Banner
1a12ecb04d Follow up to bug 582032, bustage fix for non-IPC builds - add needed ifdef. 2010-07-30 22:15:16 +01:00
Robert Strong
61c6a4d659 [Windows only] patch 3 - cleanup and a typo fix for Bug 570689 - Convert preprocess-locale.pl to a python script. r=ted.mielczarek, approval2.0=benjamin 2010-07-30 12:34:18 -07:00
Zack Weinberg
35f8dd4bc8 Bug 568863: Add a scriptable interface to operating-system performance measurement APIs (Linux only for now). r=cjones,waldo,mitch a2.0=bz
--HG--
rename : toolkit/components/ctypes/Module.cpp => toolkit/components/ctypes/ctypes.cpp
rename : toolkit/components/ctypes/Module.h => toolkit/components/ctypes/ctypes.h
2010-07-30 12:17:56 -07:00
Doug Turner
63292100e5 Bug 582032 - Part 1 - Adds a start method to nsIXULRuntime. r=cjones
--HG--
extra : rebase_source : 6e4e6dde727ecfc37393dbd73c3233e6c3c80a2e
2010-07-30 11:43:56 -07:00
Josh Matthews
1b1134fd18 Bug 580382 - Typos and misc cleanups in mobile js. r=mfinkle 2010-07-20 16:49:31 -04:00
Dan Witte
4b40d76c3a Bug 585175 - Don't automangle ctypes stdcall symbols for WINAPI. r=bsmedberg, a=blocker 2010-08-10 09:10:50 -07:00
Matt Brubeck
9aef5342f2 Bug 578122 - Use Services.jsm in Fennec [r=mfinkle] 2010-07-13 10:36:09 -04:00
Mark Finkle
8e520e9ed8 Bug 576343 - Make sure search provider loads are in a remote browser [r=mbrubeck] 2010-07-02 13:48:46 -04:00
Doug Turner
d8275452e3 Bug 568925 - Remote History Set Title for URI. r=cjones, sr=bz 2010-07-02 08:53:42 -07:00
Felipe Gomes
a4f17cb498 Bug 582315. Intermittent orange in test_taskbarprogress_downloadstates.xul 2010-07-28 16:43:52 -07:00
Mark Finkle
cf06601b92 Bug 574006 - Support context menu and open-in-new-tab behavior [r=vingtetun] 2010-06-29 14:15:07 -04:00
Jaakko Kiviluoto
f7bccb3b8b Bug 437957 - Animate zoom [r=mfinkle] 2010-06-25 17:16:01 -04:00
Marco Bonardo
34df2d1f07 Bug 499828 - kill LAZY_ADD and use async storage instead. r=sdwilsh 2010-07-22 14:09:10 +02:00
David Dahl
b73c9b357a Bug 574628 - Rename "Heads Up Display" to "Web Console". r=dtownsend, ui-r=limi 2010-07-22 08:59:03 +02:00
Josh Aas
45cb20c144 Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg 2010-07-21 23:25:24 -04:00
Dave Townsend
c101160c3f Debugging code to try to figure out the reason behind the orange bug 573259; r=ehsan 2010-07-21 22:23:45 -04:00
Vivien Nicolas
ad6ef37fd9 Bug 580676 - Add content prefs service service to Services.jsm [r=gavin] 2010-07-22 01:56:15 +02:00
Ian Neal
7503c31e0f Bug 579769 - Remove check attribute when customizing toolbars
r=dao a=beltzner
2010-07-21 22:26:22 +01:00
Patrick Walton
42d0f873ad Bug 580748: use "timestamp" consistently in HUDService code, r=gavin 2010-07-21 17:18:27 -04:00
Ben Parr
78d32151bc Bug 578467: xpinstall.whitelist.add prefs are not emptied when converted into permissions on startup with new profile. r=dtownsend 2010-07-21 11:35:50 -07:00
Ben Parr
e0d171f7d9 Bug 558287: Move behavioural CSS into content. r+a=dtownsend 2010-07-21 11:34:45 -07:00
Patrick Walton
c168fdf478 bug 580126 - Clean up redundancy in logMessage() for the Console, r=mossop 2010-07-21 12:37:24 -03:00
Mihai Sucan
31e85c8135 bug 579975 - logConsoleActivity message filtering bug, r=mossop 2010-07-21 12:24:12 -03:00
Mihai Sucan
acc69ebfa9 bug 579913 - testNet does not work properly, r=mossop 2010-07-21 12:24:12 -03:00
Benjamin Smedberg
1b4ac02c48 Bug 579497 - Add error console logging for missing/incorrect command-line handlers, r=Mossop a=beltzner for landing in a CLOSED TREE 2010-07-20 09:29:38 -04:00
Benjamin Stover
e9b7dc15f4 Bug 574117 - Page content never updates [r=mfinkle] 2010-06-23 15:16:01 -07:00
Gavin Sharp
a1c89a0917 Bug 572967: don't remove notifications once dismissed, and instead allow them to be re-opened from the anchor icon, r=dolske 2010-06-23 12:53:09 -04:00
Marco Bonardo
005b410afc merge backout on CLOSED TREE 2010-08-10 00:16:14 +02:00
Marco Bonardo
cd53b3c58d Backed out changeset 5037343f92fc on CLOSED TREE 2010-08-10 00:15:50 +02:00
Marco Bonardo
b98ba87010 merge backout on CLOSED TREE 2010-08-10 00:15:18 +02:00
Marco Bonardo
3bee4c1b4c Backed out changeset b1e658a33221 on CLOSED TREE 2010-08-10 00:14:59 +02:00
Marco Bonardo
e7a3212b51 merge backout on CLOSED TREE 2010-08-10 00:14:25 +02:00
Marco Bonardo
9f79e719f9 Backed out changeset ed6dc0b505cc on CLOSED TREE 2010-08-10 00:13:34 +02:00
Marco Bonardo
6da1912946 Backed out changeset a673a956d339 on CLOSED TREE 2010-08-10 00:12:56 +02:00
Marco Bonardo
12586f8f4f backout Bug 552023 due to Ts regression and test failure. Trying to reopen a CLOSED TREE 2010-08-09 23:08:24 +02:00
Julian Viereck
82be36ee85 Bug 580001 - Close console after completion causes error - inputValue is undefined, r=gavin 2010-08-09 16:02:20 -03:00
Gavin Sharp
75b5f4d7ae Bug 572967: don't remove notifications once dismissed, and instead allow them to be re-opened from the anchor icon, r=dolske, a=Mossop 2010-06-23 12:53:09 -04:00
Blair McBride
0936e42502 Bug 583945 - Add localization note for addon.update.postfix entity in extensions.dtd. r=dolske, a=dolske
--HG--
extra : rebase_source : 171ad892c7008ec2d1b1d02e5440c0d2472504d6
2010-08-03 16:06:45 +12:00
Patrick Walton
48a88bd928 Bug 582121 - Web Console filter box should look like a search box. r=gavin, a=gavin
--HG--
extra : rebase_source : 20cc9da0a7b72c281e8f09d42b7cb03422032cf0
2010-08-03 13:08:11 +12:00
Ben Parr
f81d97fd48 Bug 583871 - Warning: redeclaration of property getSelectedAddon. r=rstrong, a=dtownsend
--HG--
extra : rebase_source : 868184d9102fb2ea6e3463188837364c3c924788
2010-08-03 12:59:51 +12:00
Blair McBride
f09ec8a266 Bug 566591 - Download progress widget isn't RTL aware. r=dtownsend, a=blocking2.0-final
--HG--
extra : rebase_source : 0fadce94e20b89974db8f939aea23e1063d5c808
2010-08-02 15:01:32 +12:00
Justin Dolske
cc499d58a9 Bug 499233 - multiple master password prompts triggered by filling form logins in multiple tabs. r=zpao, a=sdwilsh 2010-08-02 16:02:20 -07:00
Ted Mielczarek
6f877329b7 bug 583591 - Disable test_crashreporter_crash.js on all Linux for now
--HG--
extra : rebase_source : 416fca6ec189c0b04255826075a71c77345a0d8b
2010-08-02 16:32:46 -04:00
Ted Mielczarek
9c2a244526 bug 573290 - use libc / syscall wrappers for Linux in exception handler callback to avoid dynamic linker. rs=khuey a=fixing orange 2010-07-29 11:31:07 -04:00
Doug Turner
fb8b4e01a8 Follow up fix to bug 516728. Fixes assertion description and removing an extra ws 2010-08-01 23:38:10 -07:00
Blair McBride
21a272b7a3 Test fix for 99807f92a67c 2010-08-02 17:14:40 +12:00
Zack Weinberg
8c38094e2f Bug 568863: Followup fix for comm-central bustage. r=khuey 2010-08-01 21:45:18 -07:00
Blair McBride
71c6e09a5a Bustage fix for 488ea306526b (Bug 562622) 2010-08-02 16:28:36 +12:00
Chris Jones
a743b7cfe9 Bug 583056: Have MessageLoop die before NS_LogTerm() so as to avoid spurious xpcom-dtor-from-static-context warnings. r=bent 2010-08-05 17:11:23 -05:00
Neil Rashbrook
d3838c8030 Bug 540838 Toolbar elements losing the command attribute r+a=gavin 2010-08-05 13:33:00 +01:00
Markus Stange
49d57920af Bug 580957 - Inside the toolbar customization panel the labels of the back/forward buttons and of the bookmarks menu button should be outside the button. r=dao 2010-08-05 12:08:12 +02:00
Dão Gottwald
05e071e94b Fix add-ons manager tests after bug 581242 landing 2010-08-05 10:32:22 +02:00
David Zbarsky
170437618c Remove unneeded nsIDOMNSHTMLInputElement interface by merging it into nsIDOMHTMLInputElement. (Bug 582303) r=jst 2010-08-04 22:40:18 -04:00
Bjarne
ed732b9f7f Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst 2010-08-04 22:15:55 -04:00
Doug Turner
0c3698ca82 Bug 584520 - Missed a file when pushing bug 583179. r=dougt
--HG--
extra : rebase_source : 2f423072d8c63a4041d7132c28d0fb2ea25f11d6
2010-08-04 15:11:49 -07:00
Vivien Nicolas
4900562688 Bug 573041 - Clicker code should happen on content side [r=mfinkle] 2010-06-21 22:16:37 +02:00
Vivien Nicolas
3e3caa9c00 Bug 573443 - Remove Util.Timeout in Util.js [r=mfinkle] 2010-06-21 22:04:59 +02:00
Dão Gottwald
e851f558c4 Bug 487829 - Scroll buttons should only react to left clicks. r=enn
--HG--
extra : rebase_source : fbf2e82c47d86dc98bfe5f9412f16770240ef455
2010-07-27 01:02:58 +02:00
Dave Townsend
985329ce2c Bug 520482: Firefox should be able to remember more than 8 lightweight themes. r=robstrong 2010-07-26 18:31:10 -07:00
Dave Townsend
8bc3aacf67 Bug 553494: Support undo uninstall for restartless and already disabled add-ons. r=Unfocused 2010-07-26 12:42:06 -07:00
Patrick Walton
216546da26 Bug 581241 - Add a Filter placeholder string in the Web Console, r=gavin, a=johnath 2010-07-26 16:14:32 -03:00
Dave Townsend
d7ca97d5cf Backed out changeset 58175e77c460 from bug 553494 due to test failures 2010-07-26 11:40:46 -07:00
Dave Townsend
0bf91feb8b Bug 553494: Support undo uninstall for restartless and already disabled add-ons. r=Unfocused 2010-07-26 10:41:13 -07:00
Dave Townsend
7e840febdf Bug 553494: Remove the restriction on disabling the active theme. r=robstrong 2010-07-26 10:20:35 -07:00
Asaf Romano
397ea71813 Bug 573149: Expose whether an addon requires a restart to enable/disable/uninstall/install. r=dtownsend 2010-07-26 10:34:06 -07:00
Mihai Sucan
1480c2e4c0 bug 580030 - the error handler fails silently after a page reload, r=gavin 2010-07-26 13:35:12 -03:00
Alexander L. Slovesnik
05fe729e58 Bug 581772: headsUpDisplay.dtd is unused, r=gavin, a=johnath 2010-07-26 09:22:41 -04:00
Gavin Sharp
566a63f83d Bug 581176: Allow disabling BadCertListener's "built-in cert" checking for redirects, r=rstrong, a=johnath 2010-07-22 17:34:19 -04:00
Ted Mielczarek
9c97e75b52 Bug 577431, Skip files when dsymutil doesn't produce a .dSYM, r=josh, a=blocking2.0
--HG--
extra : rebase_source : 6c383aefae214e894b470dd9d725e2d50b7ce7ae
2010-07-26 13:12:35 +12:00
Chris Pearce
f4072085aa Bug 534571 - Fire video timeupdate event when starting a new load. r=roc,dolske a=blocking2.0 2010-07-26 10:45:41 +12:00
Azat Tymerkaev
bd444196b7 Bug 570165 - Integrate new icons for bookmarks toolbar. r=dao 2010-07-25 09:23:55 +02:00
Ben Parr
48b38e2c5e Bug 558287: Add support for searching add-ons on AMO via the search bar. r=dtownsend 2010-07-19 16:01:23 -07:00
Dave Townsend
0b374032b3 Bug 579513: Force updating metadata for add-ons in the application directory when the app upgrades. r=robstrong 2010-07-19 16:05:04 -07:00
Benjamin Smedberg
f741260b17 Bug 577400 - Firefox 4.0b1 topcrash [@ rlxf.dll@0xd8ad] - blocklist the known-bad version of rlxf.dll, r=vlad 2010-07-19 16:36:39 -04:00
Benjamin Smedberg
e04548d52e Bug 579765 - Not using GTK filepicker any more, revert the nsFilePicker.manifest change from bug 576991 which I believe was incorrect. 2010-07-19 16:36:02 -04:00
Marco Bonardo
7ee7cf9e7c Bug 579334 - Async visits are ignoring a disabled history. r=sdwilsh 2010-07-19 21:53:33 +02:00
Chris Jones
613ff7284a Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg
--HG--
rename : dom/ipc/ContentProcessChild.cpp => dom/ipc/ContentChild.cpp
rename : dom/ipc/ContentProcessChild.h => dom/ipc/ContentChild.h
rename : dom/ipc/ContentProcessParent.cpp => dom/ipc/ContentParent.cpp
rename : dom/ipc/ContentProcessParent.h => dom/ipc/ContentParent.h
rename : dom/ipc/ContentProcessProcess.cpp => dom/ipc/ContentProcess.cpp
rename : dom/ipc/ContentProcessProcess.h => dom/ipc/ContentProcess.h
rename : dom/ipc/PIFrameEmbedding.ipdl => dom/ipc/PBrowser.ipdl
rename : dom/ipc/PContentProcess.ipdl => dom/ipc/PContent.ipdl
2010-07-19 13:33:33 -05:00
Mihai Sucan
f1239c5486 bug 578437 - The HUD console fails to re-attach the window.console object after page reload, r=mossop 2010-07-19 12:15:21 -03:00
Julian Viereck
ef93a597a8 bug 568649 - JSTerm keybindings - tab completion. r=dietrich 2010-07-19 11:38:07 -03:00
Julian Viereck
b956226bbf bug 574033 - HUD Console should evaluate commands in window scope 2010-07-19 10:51:51 -03:00
Mihai Sucan
67ef7cd507 bug 568657 - consolidate all time stamp code 2010-07-19 10:51:51 -03:00
Dão Gottwald
060b6d01c3 whitespace fix 2010-07-18 16:30:11 +02:00
Azat Tymerkaev
4264b17492 Bug 569255 - Integrate new tabbrowser icons. r=dao 2010-07-18 16:29:32 +02:00
Ryan VanderMeulen
5d5ef35816 Bug 475165 - Use LZX compression on pdb files in symbol store. r=ted 2010-07-18 11:16:22 +02:00
Masahiro Yamada
7ccccfb967 Bug 552922 - Change 'Installed Plugins' to 'Enabled Plugins' in about:support. r=josh, ui-r=faaborg 2010-07-17 18:27:26 +02:00
Alexey Gladkov
86cf2e7dd9 Bug 576991 - file picker does not open file picker dialog. r=bzbarsky 2010-07-17 17:26:36 +02:00
Michael Ventnor ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
6e287b8de2 Bug 566480 - Make dragging the menubar drag the window on GTK themes where that should work (and also fix GTK resize drags to initialize drag better). r=karlt,dbaron,enn,dao 2010-07-17 10:11:54 +02:00
Steffen Imhof
7a9233722a Bug 567066 - Keep Qt related command line parameters during restart. r=dtownsend
--HG--
extra : rebase_source : 875da9f999311031ea266b8b9ce26c6251f056e8
2010-07-17 09:52:23 +03:00
Mounir Lamouri
b8a342bf7a Bug 565272: Implement the accept attribute for audio/*, video/*. r=sicking 2010-07-17 00:00:28 -07:00
Josh Aas
77db992206 Backed out changeset f6c93f02146c, bug 571193. 2010-07-16 20:31:24 -04:00
Josh Aas
e2c39ae137 Bug 571193. Move Mac OS X to UNIX filesystem code shared with Linux. Also fixes bug 506812, bug 528447, bug 530188. r=benwa sr=bsmedberg CLOSED TREE 2010-07-16 18:35:59 -04:00
Dave Townsend
6b3dabd7b5 Bug 579170: DB migration can apply compatibility information to the wrong version of an add-on. r=robstrong 2010-07-16 14:33:00 -07:00
Steffen Wilberg
3625eb3ce4 Bug 578686: Add jQuery license to about:license. r=gerv 2010-07-16 21:36:47 +02:00
Ben Parr
eab5f300ef Bug 578580: Add category utilities for add-ons manager browser tests. r=dtownsend 2010-07-16 11:17:35 -07:00
Julian Viereck
bbc065a15d bug 578946 - Return values null and undefined are not logged to console output 2010-07-16 12:55:35 -03:00
Julian Viereck
99f0744d80 bug 578943 - window.console object exposes more objects then just console API 2010-07-16 12:47:24 -03:00
Julian Viereck
3b61f6699b bug 576963 - executed string is written to the console output after executing it, r=dietrich 2010-07-16 12:10:36 -03:00
Julian Viereck
27941d1313 bug 576962 - console log/info etc. does handle multiple arguments + newline, r=dietrich 2010-07-16 12:00:53 -03:00
Julian Viereck
1345979dc2 bug 568652 - jsTerm history keybindings, r=dietrich 2010-07-16 12:00:38 -03:00
David Dahl
3d7b9d92e0 bug 579073 - Added a jsterm property on the HeadsUpDisplay, r=dietrich 2010-07-16 11:42:53 -03:00
Matt Brubeck
bd7acd124a Bug 566500 - e10s: Move viewport metadata support into the browser XBL binding [r=mfinkle] 2010-06-09 19:07:12 -04:00
Blair McBride
f348001399 Bug 562622 - Implementation of the automatic vs. manual update design mockups. r=dtownsend, a=blocking2.0-beta3 2010-06-02 21:13:03 +12:00
Robert Strong
5dfb166ae1 App update patch for Bug 544442 - Add support for signed AUS update snippets. r=dtownsend, a=blocking2.0-Beta3 2010-08-01 19:02:21 -07:00
Robert Strong
4e0a5ad5aa CertUtils.jsm patch for Bug 544442 - Add support for signed AUS update snippets. r=dveditz, r=dtownsend, a=blocking2.0-Beta3 2010-08-01 19:01:43 -07:00
Neil Rashbrook
56a39a4ea5 Bug 580868 charsetOverlay should not cause XBL bindings to attach when it's not safe r+a=gavin 2010-08-01 23:59:26 +01:00
Dave Townsend
dbaecaed6a Bug 552742: Support multi-package XPIs in the new add-ons manager. r=robstrong 2010-08-01 10:52:24 -07:00
Matt Brubeck
a1e14885b8 Bug 567044 - Tapping in urlbar doesn't work after pressing Android menu button [r=mfinkle] 2010-05-21 13:05:46 -04:00
Patrick Walton
9919dd602d Bug 580820 - Visually distinguish JavaScript input from output in the Console, r=mossop 2010-07-28 15:15:34 -03:00
Doug Turner
b62cff8d74 Bug 551181 - [e10s] Tell the chrome process when we visit a page. r=sdwilsh, r=cjones, sr=bz
--HG--
extra : rebase_source : 601e1e9e6464bdd8ea4164bc98ea9792d55ec22c
2010-07-02 08:50:24 -07:00
Doug Turner
6d9f7144f7 Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz
--HG--
extra : rebase_source : bb818d7c563451232e7729f49c4fd2276dd47dd0
2010-07-02 08:50:41 -07:00
Markus Stange
d0959447e0 Bug 581031 - Update CSS after click-through landed. r=dao 2010-07-28 15:14:15 +02:00
Kyle Huey
5ce3bdf0f5 Revert tree to the last known good state 2010-07-27 17:32:17 -07:00
Kyle Huey
b9f44b58e7 Back out Bug 551181 because it depends on the last bug I backed out 2010-07-27 17:13:55 -07:00
Kyle Huey
885a5bcb98 Backed out changeset 998a00c4052b 2010-07-27 17:13:20 -07:00
Kyle Huey
63570b1944 Backout Bug 516728 to fix orange 2010-07-27 16:51:48 -07:00
Kyle Huey
8b964d4bb1 Backed out changeset ca5a1f26565f 2010-07-27 16:51:15 -07:00
Doug Turner
047e7ae254 Bug 516728 - Remote link-visited information. r=sdwilsh, sr=bz 2010-07-02 08:50:41 -07:00
Ian Spence ext:(%2C%20Michael%20Monreal%20%3Cmichael.monreal%2Bmoz%40gmail.com%3E)
16a0fba570 Bug 412773 - Implement -moz-appearance: button-arrow-up/down/next/previous and use them in the find bar and for expander buttons. r=roc, r=dao, ui-r=faaborg 2010-07-27 16:57:47 +02:00
Neil Deakin
0033285038 Bug 552982, Part 8, support labels on popups with titlebars, r=neil 2010-07-27 09:38:04 -04:00
Neil Deakin
bbe81ee0cd Bug 552982, popups with titlebars tests 2010-07-27 09:38:04 -04:00
Neil Deakin
ea294cf422 Bug 552982, Part 5: support for titlebars on panels, r=mats,sr=roc 2010-07-27 09:38:03 -04:00
Doug Turner
88dc201cf3 Bug 551181 - [e10s] Tell the chrome process when we visit a page. r=sdwilsh, r=cjones, sr=bz 2010-07-02 08:50:24 -07:00
Robert Strong
961883b858 Bug 580579 - While creating services from category 'profile-after-change', service for entry 'nsUpdateServiceStub', contract ID '@mozilla.org/updates/update-service-stub;1' does not implement nsIObserver. r=dtownsend, approval2.0=dtownsend 2010-07-23 18:02:56 -07:00
Robert Strong
8d99e1408e Bug 540537 - In China, set default browser does not work. r=jmathies, a=blocking2.0 2010-07-23 18:02:46 -07:00
Patrick Walton
3ec9f1c8a1 Bug 579412 - Focus the input field when the Console is opened. a=blocking-2.0, r=dtownsend. 2010-07-23 16:58:52 -07:00
Marco Bonardo
e7fbf5610d Bug 580228 - Relax timed history expiration. r=sdwilsh 2010-07-23 23:14:25 +02:00
Mark Finkle
9d517479d6 Bug 578952 - Page doesn't load when electrolysis is enabled (OS X bustage fix) [r=ted a=blocking-fennec:2.0a1+] 2010-07-23 11:24:52 -04:00
Rob Campbell
d6800bbd66 merge backout 2010-07-23 11:30:40 -03:00
Rob Campbell
78370b0607 Bug 579412 - Backed out changeset b993e9c8edbe, bustage 2010-07-23 11:30:16 -03:00
Julian Viereck
09517ae91b bug 579412 - Focus inputNode on JSTerm when opening the HUD/Console, r=dietrich 2010-07-23 09:51:09 -03:00
Chris Jones
4193ae785e Bug 578952 - Page doesn't load when electrolysis is enabled [r=ted a=blocking-fennec:2.0a1+] 2010-07-23 01:28:55 -05:00
Dão Gottwald
779e2be413 Bug 580257 - _getScrollableElements needs to exclude non-scrollable elements. r=enn
--HG--
extra : rebase_source : 923b3a6ea87ac244a9d05ce11f7930eec2e4b3fb
2010-07-23 00:31:58 +02:00
Chris Pearce
72e4ce62b7 Bug 579863 - Remove CSIRO license link from about:license list. r=gerv a=blocking2.0 2010-07-23 10:49:02 +12:00
Matt Brubeck
70803a9023 Bug 562773 - Viewport is not resized on window resize / orientation change [r=mfinkle r=stechz] 2010-05-05 15:51:58 -04:00
Matt Brubeck
87c9c63a2b Bug 561455 - Change the ratio of CSS/viewport px to physical pixels on high density screens [r=mfinkle r=stechz] 2010-05-05 15:51:55 -04:00
Matt Brubeck
0925c85c12 Bug 562849 - Reverse meanings of N900 volume buttons in portrait mode [r=mfinkle] 2010-04-30 15:30:28 -04:00
Matt Brubeck
7945514078 Bug 561870 - Enforce min/max limits on viewport values [r=mfinkle] 2010-04-29 15:29:01 -04:00
Matt Brubeck
5207c4e3cd Bug 561497 - Respect minimum-scale and maximum-scale viewport properties [r=mfinkle] 2010-04-27 14:22:38 -04:00
Matt Brubeck
ba2a6ea401 Bug 561413 - Allow meta viewport scale settings to override viewport width [r=mfinkle] 2010-04-27 14:22:36 -04:00
Ehsan Akhgari
a0d1676ebc Bug 286382 - Don't load DLLs from the current directory; r=vlad
--HG--
extra : rebase_source : 85d7c0c4ced3faa9c797c38620afd5839f06feea
2010-06-29 20:15:11 -04:00
Josh Matthews
f0ccb9c187 Bug 580450 - Clean up IPC::URI. r=dwitte 2010-07-26 15:59:34 -04:00
jeremias bosch
e589ae3915 Bug 582371 - Enable VKB in Maemo 6 / Meego Qt Version. r=dougt
--HG--
extra : rebase_source : 7b51d79950904c2a124dcf8d9de7c543176cf358
2010-08-03 11:33:12 -07:00
Wolfgang Rosenauer
d872ce0c37 Bug 517655 - Support for libProxy - Part 2. Implementation. r=dougt
--HG--
extra : rebase_source : 33a5eb02ea62584bc188406830c2ce70effa926c
2010-08-03 10:44:50 -07:00
Wolfgang Rosenauer
9352078bb7 Bug 517655 - Support for libProxy - Part 1. Build Changes. r=khuey
--HG--
extra : rebase_source : 47b4c922a01099fa569ee122ef0b2f545627f175
2010-08-03 10:44:49 -07:00
Jan Arne Petersen
9f4e67611c Bug 583179 - Make sure meego touch is only used in parent process. r=dougt
--HG--
extra : rebase_source : 80db88609fe21d5d2130056eec45e5e0255e3045
2010-08-03 10:44:46 -07:00
Markus Stange
1ec00f8a70 Bug 404267 - Always allow click-through on scrollbars. r=roc 2010-07-16 15:01:39 +02:00
Markus Stange
7b41061197 Bug 392188 - Don't allow click-through on XUL trees by default. r=Enn 2010-07-16 14:58:45 +02:00
Markus Stange
52375e14e3 Bug 392188 - Don't allow click-through on <browser>s by default. r=Enn 2010-07-16 14:51:17 +02:00
Makoto Kato
97790ef433 Bug 574051 - permanent orange test on 64-bit win7: 15875 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/content/tests/widgets/test_tree_hier.xul | cycleHeader column sortDirection - "descending" should equal "". r=enndeakin 2010-07-16 15:59:13 +09:00
Drew Willcoxon
af3d825eb7 Bug 562992 - The names of restartless extensions installed from the web while about:addons is open should appear after they're installed. r=bmcbride 2010-07-15 22:05:52 -07:00
Marco Bonardo
8acf5b6cb8 follow-up to Bug 578557 - disable idle expiration in manually controlled expiration tests. r=dietrich. orange fix on CLOSED TREE a=developers-channel 2010-07-16 01:04:42 +02:00
Marco Bonardo
3407705e25 Bug 578557 - Better handling of expiration with clean history. r=dietrich 2010-07-15 22:38:01 +02:00
Benjamin Stover
bccfe4ff61 Bug 556400 - Set titles asynchronously. r=mak r=sdwilsh sr=bz 2010-07-13 18:00:41 -07:00
Benjamin Stover
ba2bd99025 Bug 556400 - Add visits Asynchronously. r=mak r=sdwilsh sr=bz 2010-07-13 18:00:33 -07:00
Vladimir Vukicevic
19360f2603 b=578938; ANGLE compilation broken for non-libxul shared builds; r=khuey 2010-07-15 12:49:09 -07:00
Joel Maher
a5f7907c20 Bug 575574 Remove console/hudservice tess from browser-chrome tests for Fennec r=mfinkle 2010-07-15 12:09:01 -07:00
Dão Gottwald
88bb44f00b Bug 578806 - Take into account unreachable items when determining the target item in scrollByIndex. r=enn 2010-07-15 20:07:20 +02:00
Vladimir Vukicevic
7b749dffcd b=571172; disable ANGLE compilation on Linux-x86_64, until build slaves are fixed 2010-07-14 20:52:37 -07:00
Vladimir Vukicevic
59836b1055 b=571172; import and use ANGLE GLSL ES shader validator (disabled by default for now); r=joe 2010-07-14 20:52:34 -07:00
Dave Townsend
0295fe77d3 Bug 376553: Don't restart during startup affor extension and app changes. r=robstring, r=bsmedberg 2010-07-14 10:13:26 -07:00
Robert Sayre
e3ad7b484c merge tracemonkey to mozilla-central. 2010-07-14 06:00:32 -07:00
Robert Sayre
dd51c79fca Merge mozilla-central to tracemonkey. 2010-07-12 20:42:21 -07:00
Dave Townsend
093feb20dd Bug 573101: Should not build PluginProvider.jsm when plugins are disabled. r=robstrong 2010-07-12 14:20:49 -07:00
Mark Finkle
313ccad436 Bug 578080 - HOST_CXXFLAGS broken on Maemo causing build bustage [r=dougt] 2010-07-12 15:48:26 -04:00
Dão Gottwald
8f8d8797f9 Bug 578032 - Remove support for generic toolbar splitters, unintentionally added in bug 354048. r=enn 2010-07-12 16:47:34 +02:00
Neil Deakin
c00a6de329 Bug 515153, add some better logging to this test to help debug it 2010-07-12 09:50:26 -04:00
timeless@mozdev.org
25846c259b Bug 574452 Exception fills my Error Console: (NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)"
r=gavin

--HG--
extra : rebase_source : a5db4da740578f8da82a09886834145cd25139f5
2010-07-08 18:20:00 +03:00
Rich Walsh
4cad68f232 Bug 576792 - [OS/2 build break] extensions.dll needs a SHORT_LIBNAME r=wuno 2010-07-12 12:05:21 +02:00
David Dahl
42d66986ba Bug 575673 - enabling "DOM mutation" breaks HUD r=dietrich 2010-07-12 11:59:30 +02:00
Robert Sayre
a4bb457c1b Merge mozilla-central to tracemonkey. 2010-07-09 10:55:23 -07:00
Robert Sayre
b376d9f810 Merge mozilla-central to tracemonkey. 2010-07-08 18:15:52 -07:00
Neil Deakin
6236a6dd24 Bug 556645, extra resizer in some dialogs, r=dao 2010-07-08 08:27:47 -07:00
Robert Sayre
f6de7ea61e Merge tracemonkey to mozilla-central. 2010-07-07 11:32:03 -07:00
Dão Gottwald
d4724a6ade fix unreviewed about:cache-entry styling 2010-07-07 19:28:28 +02:00
timeless@mozdev.org
20ca058eab Bug 577213 firefox 4 beta 1 gives bad error message when run on Mac OS X 10.4
r=josh r=bsmedberg
2010-07-07 11:55:03 +03:00
timeless@mozdev.org
8fe736a9db Bug 577363 assignment to undeclared variable stmt in _dbMigrateToVersion4
r=zpao
2010-07-08 18:23:17 +03:00
Robert Sayre
ddb9499fa9 Merge mozilla-central to tracemonkey. 2010-07-06 23:36:10 -07:00
Dão Gottwald
e98d4885e6 fix unreviewed about:cache styling 2010-07-07 00:17:32 +02:00
Robert Sayre
f94d6c3608 Merge mozilla-central to tracemonkey. 2010-07-06 11:05:39 -07:00
Frank Yan
ebe44857d3 Bug 576135: Initial right-click on a XUL textbox should not have cut/copy/paste disabled. r=mano
--HG--
extra : rebase_source : 672e7be029c8bf223baff7dac08b5513ae668c20
2010-07-05 22:27:52 -06:00
Neil Deakin
fb50a52ce3 Bug 553576, change -moz-resize to resize, r=dbaron 2010-07-05 10:41:04 -04:00
Robert Sayre
f8fcc5fe30 merge 2010-07-02 18:17:48 -07:00
Dan Witte
d5544602a8 Back out due to hanging test. 2010-07-02 17:28:48 -07:00
Robert Sayre
2fd899ed0f Merge mozilla-central to tracemonkey. 2010-07-02 17:25:52 -07:00
Dan Witte
0a2de5baad Fix failing test. 2010-07-02 15:07:08 -07:00
Mitchell Field
d0f35f6883 Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
2010-07-02 10:27:06 -04:00
Steffen Wilberg
21ba20caa3 Bug 538813. Make about:cache and about:cache-entry pretty. r=bzbarsky 2010-07-02 16:56:09 -04:00
Benjamin Smedberg
88776b063a Bug 568691 followup: fix interfaces.manifest correctly in builds that package without a manifest, r=mfinkle
--HG--
extra : rebase_source : 0c78222a98be39228825cb953e9e63c86c8d9caf
2010-07-02 16:02:56 -04:00
Benjamin Smedberg
3e909b0671 Fix --disable-libxul from bug 568691. r=Mossop 2010-07-02 14:23:41 -04:00
Benjamin Smedberg
116342b0a1 Bug 576492 - Load default preferences from extension defaults, r=Mossop 2010-07-02 12:45:20 -04:00
Dave Townsend
b9b4dc6532 Bug 565291: Last update date for Personas always shows 'Unknown'. r=robstrong 2010-07-01 21:33:34 -07:00
Dão Gottwald
4bcab7aa56 Bug 578322 - Remove support for <popup> from all themes. r=enn 2010-07-14 08:46:12 +02:00
Zack Weinberg
eb465237e2 Bug 571989 part 5: move gfx/src/thebes/utils/* to gfx/thebes. r=joedrew
--HG--
rename : gfx/src/thebes/utils/gfxBlur.cpp => gfx/thebes/gfxBlur.cpp
rename : gfx/src/thebes/utils/gfxBlur.h => gfx/thebes/gfxBlur.h
rename : gfx/src/thebes/utils/gfxThebesUtils.cpp => gfx/thebes/gfxThebesUtils.cpp
rename : gfx/src/thebes/utils/gfxThebesUtils.h => gfx/thebes/gfxThebesUtils.h
rename : gfx/src/thebes/utils/nsCoreAnimationSupport.h => gfx/thebes/nsCoreAnimationSupport.h
rename : gfx/src/thebes/utils/nsCoreAnimationSupport.mm => gfx/thebes/nsCoreAnimationSupport.mm
2010-07-13 14:54:21 -07:00
Neil Deakin
80e4a7d3aa Bug 574040, fix test so that it doesn't have an underlying missing menu label layout issue on Windows 7 64bit 2010-07-13 16:13:54 -04:00
Dave Townsend
9332f28adc Bug 562599: Add an event to signal when changable properties on Addon objects are changed. r=robstrong 2010-07-13 09:55:08 -07:00
Neil Rashbrook
6e3edb0968 Bug 568691 Further followup to actually register static components r=bsmedberg 2010-07-13 15:24:58 +01:00
Ted Mielczarek
50e15945bc add a ctypes.libraryName utility function to get shared library names per-platform. r=dwitte
--HG--
extra : rebase_source : f0585aa0332c2146bee375584a69af4eaed7ed77
2010-07-13 08:53:16 -04:00
Dão Gottwald
7e4fec9ff9 whitespace cleanup, no bug 2010-07-13 13:11:13 +02:00
Dave Townsend
ea7bb6d5f2 Bug 562239: Last update date for plugins always shows 'Unknown'. r=robstrong 2010-06-29 11:08:44 -07:00
Dave Townsend
42a0e93379 Bug 574970: Import the skinnable property from install.rdf to the database and expose it through the API. r=robstrong 2010-07-02 07:48:26 -07:00
Dave Townsend
48472adcf7 Bug 553492 Add Addon.size to expose the addon's size on disk. r=robstrong 2010-07-02 07:48:41 -07:00
Dave Townsend
7a7598e3b8 Bug 558834: Use targetPlatform when making compatibility judgements. r=robstrong 2010-07-01 11:37:32 -07:00
Dave Townsend
04448d9481 Bug 576089: updateInfoURI is not exposed and needs to be passed through to the resulting Addon. r=robstrong 2010-07-01 11:42:19 -07:00
Dave Townsend
862af5a28f Bug 575463: Rename AddonInstall.sourceURL to sourceURI and make it return an nsIURI rather than a string. r=robstrong 2010-07-01 20:36:50 -07:00
Dave Townsend
33fdcc33d0 Bug 558834: Add support for targetPlatform, size and skinnable properties to the database. r=robstrong 2010-07-01 11:35:48 -07:00
Dave Townsend
6029bde287 Bug 552965 and bug 553455: Notify the application when add-on installs triggered by webpages fail or complete. r=robstrong 2010-07-01 10:56:48 -07:00
Oleg Romashin
212ae71f48 Bug 568691 followup - Fix manifest/registration for the faststartup component, r=bsmedberg 2010-07-02 09:52:33 -04:00
Oleg Romashin
b653201174 Bug 568691 followup - Fix the Qt remote service and widget registration, r=bsmedberg 2010-07-02 09:51:58 -04:00
Marco Bonardo
8f21df277c Fix a condition where we assert because data is destroyed before a new step is added. 2010-07-02 15:47:41 +02:00
Benjamin Stover
3aa5a59851 Bug 566738 - Make setting titles asynchronous. r=sdwilsh r=mak sr=bz 2010-06-30 16:19:33 -07:00
Benjamin Stover
88b2a95f3e Bug 556400 - Make adding visits asynchronous. r=sdwilsh r=mak sr=bz 2010-06-30 16:08:28 -07:00
Dave Townsend
7b057c9995 Bug 575987: Pointer files containing an invalid path throw an error during startup. r=robstrong 2010-07-03 16:21:23 -07:00
Dave Townsend
3103207465 Bug 565064: Update theme disabled states when changing builds. r=robstrong 2010-07-02 16:03:34 -07:00
Daniel Holbert
1bb3f39d56 Bug 577393: Remove references to now-gone 'services' & 'dynamic' xpcom test dirs in toolkit-makefiles.sh. blanket-rs=ted 2010-07-07 16:39:04 -07:00
Ted Mielczarek
1c00282e9b bug 567424 bustage fix for OS X x86-64 2010-07-07 17:20:50 -04:00
Michael Kohler
10548f19c5 Bug 506041 - Correct misspellings in source code (Patch 3)
r=timeless

--HG--
extra : rebase_source : 1917c999a5865676ffb7ec3c2834c3e091bb64dc
2010-07-07 15:33:52 +02:00
Ted Mielczarek
6fa0f078cd bug 567424 bustage fix 2010-07-07 16:12:45 -04:00
Ted Mielczarek
37e2896e54 bug 567424 bustage fix 2010-07-07 15:49:54 -04:00
Ted Mielczarek
12baa7d9fc bug 567424 - sync to Breakpad revision 619 to pick up OS X symbol dumping changes (64-bit support + DWARF CFI support) - mozilla build system changes. r=mitch 2010-07-02 08:05:04 -04:00
Ted Mielczarek
8e8d716d92 bug 567424 - sync to Breakpad revision 619 to pick up OS X symbol dumping changes (64-bit support + DWARF CFI support)
We still have a few local patches that have not yet been upstreamed, but they're all up in the Breakpad issue tracker now:
--
Bug 544936, part 1: Add the ability to generate a minidump of a child process at any time (linux). r=ted
Bug 555309, part 2: Allow a particular subprocess thread to be "blamed" in an OOP minidump. r=bsmedberg
Bug 555309, part 4: Insert an artificial exception stream into non-crash browser-side minidumps. r=bsmedberg
Bug 544936, part 2: Add the ability to generate a minidump of a child process at any time (windows). r=ted
Bug 555309, part 2: Allow a particular subprocess thread to be blamed in an OOP minidump. (windows bits) r=bsmedberg
Bug 555309, part 4: Insert an artificial exception stream into non-crash browser-side minidumps. r=bsmedberg (win32)

Windows changes: http://breakpad.appspot.com/115002/show
Linux changes: http://breakpad.appspot.com/123001/show
--
bug 557113 - sort out crash report certificate issues on Maemo. r=mfinkle,johnath

http://breakpad.appspot.com/121002/show
--
Plus one more I discovered while testing this patch on 64-bit OS X:

http://breakpad.appspot.com/124001/show

--HG--
extra : rebase_source : f0df7e87d26822884401b8cb1a5633c958e92c93
2010-06-30 10:30:12 -04:00
Mark Finkle
99c2ca9cb1 Bug 556619 - portrait mode - about:config rows shorter than a touchheight [r=vingtetun] 2010-04-12 23:34:54 -04:00
Matt Brubeck
430ff0b350 Bug 557238 - Hide urlbar contents on about:home [r=mfinkle] 2010-04-09 01:08:53 -04:00
Mark Finkle
2bc75c557b Bug 556618 - portrait mode - viewport device-width pages do not resize when changing orientation [r=blassey] 2010-04-02 20:00:15 -04:00
Mark Finkle
90e4fcc4e2 Bug 551711 - Open Link in New Tab via content panel [r=vingtetun] 2010-03-24 14:22:18 -04:00
Benjamin Smedberg
60dedbb258 Temporarily disable the crashreporter tests on x86-Linux only, due to bug 573290 on a CLOSED TREE. 2010-07-01 17:03:16 -04:00
Benjamin Smedberg
a08857c778 Final merge and landing of bug 568691 and dependent bugs to mozilla-central on a CLOSED TREE.
* bug 568691, register XPCOM components statically using manifests. r=mossop, with some test and build stuff r=vlad,sdwilsh
* bug 573557, rename categories with spaces to use hypens. r=jst
* bug 573739, Don't get the private browsing service during layout module initialization, r=ehsan

This initial merge does not include some work planned to land imminently:
* The extension manager still restarts. I need to solve a problem re-reading default preferences from extensions.
* MOZ_OMNIJAR is broken: there is a patch which I need to update in bug 568691.
* I will concurrently land a mobile-browser fix for component registration, but it may require some additional packaging changes.
2010-07-01 14:26:25 -04:00
Taras Glek
684ee6b525 Bug 416330 - Suboptimal SQLite page size r=sdwilsh 2010-07-01 10:57:13 -07:00
Taras Glek
dab137c23b Bug 575788: test_expire.js should use relative file size r=dolske 2010-07-01 10:56:54 -07:00
Benjamin Smedberg
a677e5bf91 Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691. 2010-07-01 11:55:57 -04:00
Benjamin Smedberg
a31e2da306 Package the installer browser.manifest the same way as the archive. 2010-06-30 18:44:01 -04:00
Benjamin Smedberg
e17740e1ab Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
e474c09ee8 Fix packaging of test-only XPT files for crashreporter and httpserver.
--HG--
extra : rebase_source : 27abb29f16e071a7c08220d46f9cbef4ded08fc4
2010-06-30 12:42:24 -04:00
Zack Weinberg
c7973f9c79 Bug 571989 follow-up: remove mentions of removed directories from toolkit-makefiles.sh and elsewhere. r=dholbert
--HG--
extra : rebase_source : c6e387430e6b2292b0925fdb681819ba109568e7
2010-06-30 08:54:39 -07:00
Ted Mielczarek
ee8378966a bug 574357 - Plugin crash reports are submitted with Throttleable=0. r=dolske
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify_no_report.xul => modules/plugin/test/mochitest/test_crash_submit.xul
2010-06-30 10:29:05 -04:00
Benjamin Smedberg
bdb05f2495 On Windows and Mac, nsIFile.copyTo will fail if the file already exists. Use the .createUnique logic to create a unique name, but then remove it for the copy. 2010-06-29 23:24:09 -04:00
Benjamin Smedberg
226738bf5e Link all the component manifests together at package time. 2010-06-29 18:19:09 -04:00
Benjamin Smedberg
e9a0b304f5 But 573290 - Intermittent (and not so intermittent with bug 568691!) failure in test_crashreporter_crash.js: the minidump callback is calling open(), which enters the dynamic loader and trashes memory, specifically the .extra file data. r=ted 2010-06-29 13:19:09 -04:00
Justin Dolske
9e6760b252 Backed out changeset e112f68bc941 (bug 574357) due to test failures. 2010-06-29 22:45:30 -07:00
Ted Mielczarek
7bd46535a1 bug 574357 - Plugin crash reports are submitted with Throttleable=0. r=dolske
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify_no_report.xul => modules/plugin/test/mochitest/test_crash_submit.xul
2010-06-29 19:34:39 -04:00
Benjamin Stover
9eedd2f065 Backout of bugs 575908, 566738, and 556400 2010-06-29 17:34:52 -07:00
Benjamin Stover
27355cb215 Bug 575908 - Leak fix: remove all pending tasks from queue. r=sdwilsh 2010-06-29 16:18:17 -07:00
Benjamin Stover
6ac557ee71 Bug 566738 - Add SetURITitle to IHistory r=sdwilsh, sr=bz 2010-06-29 14:12:41 -07:00
Benjamin Stover
f0627a524c Bug 556400 - Implement asyncable VisitURI. r=sdwilsh, sr=bz 2010-06-29 13:58:36 -07:00
Robert Strong
dc40e49597 Bug 575524: browser_bug562890.js fails with other application extensions installed. r=dtownsend
--HG--
extra : transplant_source : .%F0%A5%AC%12%3B%FD%A5C%3D%DF3%05%B6%0B%DDj%06i%27
2010-06-29 12:19:23 -07:00
Benjamin Smedberg
3e7716157e Add a newline to the end of satchel.manifest because, although I have no clue why and that scares me, the lines are being re-ordered during the mac install process and the unterminated line becomes a parse error. 2010-06-28 15:11:00 -04:00
Benjamin Smedberg
e7cb2db7f5 Don't register appinfo twice in test_bug497578, required by XPCOM registration changes in bug 568691. 2010-06-28 14:47:39 -04:00
Benjamin Smedberg
67fa2b02d6 Rename XRE_AddComponentLocation to XRE_AddManifestLocation to better-convey what it actually does now (it still auto-registers XPT files when passed a directory, but we may get rid of that as well and just fold those into components.manifest), as noted in bug 568691 comment 58. 2010-06-27 21:26:38 -04:00
Benjamin Smedberg
3789938fa6 Add a testcrasher manifest for packaged xpcshell tests. 2010-06-27 17:26:21 -04:00
Benjamin Smedberg
dfd8df1e8a Fixes for more test failures from bug 568691 - the RTL tests dynamically register chrome which must be un-done: to do this, I register a manifest for the life of the app, but truncate it after this test is complete. The toolkit tag-autocomplete tests were failing because of a missing close-brace. 2010-06-27 17:04:45 -04:00
Benjamin Smedberg
e15eaaca54 Fix a bunch of test failures caused by typos or other issues from bug 568691. 2010-06-27 14:03:05 -04:00
Benjamin Smedberg
bbefdf1c37 Fix contracts which were not registered correctly: nsPlacesAutoComplete.js was completely missing, and the nsINIParserFactory contract was missing. Fixes test_pref_interval.js to register/unregister its mock objects correctly. 2010-06-25 22:17:31 -04:00
Benjamin Smedberg
29e089defb Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module. 2010-06-25 19:41:09 -04:00
Drew Willcoxon
08f99b0529 Bug 573430 - nsIFaviconService.getFaviconData should not fail when passed the default favicon. r=mak 2010-06-25 14:06:14 -07:00
Felipe Gomes
e358a123e2 Bug 574702: avoid initializing WindowDraggingUtils multiple times due to binding re-attachment (causes dragging jumpiness issues), r=enndeakin 2010-06-25 16:06:36 -04:00
Benjamin Smedberg
5f7a36ec28 Testing fixes for bug 568691 - change xpcshell do_load_module to do_load_manifest, and switch the relevant tests to use manifests and the new function. 2010-06-25 10:43:25 -04:00
Gavin Sharp
71bec71c28 Bug 574137: move HUDService styling to toolkit/themes, avoid setting incorrect class names on toolbar buttons, and remove toolbar style rules that conflict with the browser styling, r=dao
--HG--
rename : toolkit/components/console/content/headsUpDisplay.css => toolkit/themes/pinstripe/global/headsUpDisplay.css
rename : toolkit/components/console/content/headsUpDisplay.css => toolkit/themes/winstripe/global/headsUpDisplay.css
extra : rebase_source : f99848fa59b700ed1503fddd9a08a4f34c3c8cb4
2010-06-24 20:16:35 -04:00
Gavin Sharp
caff3589e2 Bug 574230: PopupNotifications should indicate which anchor's notifications are being displayed, so that the consumer can show/hide the appropriate anchor element, r=dao
--HG--
extra : rebase_source : 8e856779d2355a5612d8bdf20c5fb75a3a88edb2
2010-06-25 12:05:45 -04:00
Benjamin Smedberg
4f8e7bcf17 Fix review comments from bug 568691 comment 45. 2010-06-24 11:56:28 -04:00
Benjamin Smedberg
822ccb0789 Merge mozilla-central into the static-xpcom-registration branch. 2010-06-23 17:26:25 -04:00
Benjamin Smedberg
2ea5d7e810 Bug 568691 fixups: alter mockObjects.js so that it registers its mock by contractID but doesn't replace the CID. Fix the generic classinfo not to assert when code asks for the class description (which is no longer implemented). 2010-06-23 15:18:13 -04:00
Frank Yan
472a2979e7 Bug 565783: Eliminate bounce when scrolling tab bar. r=enndeakin,dolske 2010-06-23 10:28:12 -07:00
Mehdi Mulani
4256887d4f Bug 564270 - Can not search Places by transition type 2010-06-23 10:01:27 -07:00
Dave Townsend
9c872ebd61 Typo fix for bug 572043 (addressing review comment from rs). 2010-06-23 10:08:56 -07:00
Benjamin Smedberg
2cef13585d Bug 568691 - Register extension components/chrome again. This doesn't remove the EM restart yet, because there's some weirdness about reading default prefs from extensions that needs to be solved first. 2010-06-23 12:18:32 -04:00
David Dahl
ec01039c36 Bug 573845 - open the console to a percentage of the browser window height, p=ddahl, r=dietrich 2010-06-23 12:30:51 -03:00
Benjamin Smedberg
2c898b514d Fix --disable-crashreporter build in nsAppRunner.cpp 2010-06-22 20:18:45 -04:00
Benjamin Smedberg
73e629452b Fix crash running leaktest --register because nNativeAppSupport hasn't been set yet. 2010-06-22 20:11:32 -04:00
Benjamin Smedberg
99e38c7ab4 Bug 568691 - Mac-specific changes to binary components. 2010-06-22 13:05:00 -04:00
Benjamin Smedberg
a73308ef4b Bug 568691 - Add CID data back to classinfo because it's required for fastload to work correctly. 2010-06-22 12:59:57 -04:00
Benjamin Smedberg
31432df1fb Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Benjamin Smedberg
9e6e83197a Merge bug 573557 into static-xpcom-registration branch. 2010-06-21 16:58:53 -04:00
Benjamin Smedberg
09db74cdec Bug 573557 - Rename the category names for script globals to avoid spaces, r=jst 2010-06-21 16:57:44 -04:00
Benjamin Smedberg
db9b653c42 Bug 568691 - register chrome/*.manifest in addition to components/*.manifest files, chrome appears to work in xpcshell again. 2010-06-21 13:49:38 -04:00
Benjamin Smedberg
18fcb3c625 Address review comments from bug 568691 comment 13/14/17:
* rename mozilla::Module struct entries to be clearer
* change Module documentation so that the last entry is { NULL } in all cases (the compiler will 0-expand the structure)
* remove NS_XPCOM_COMPONENT_REGISTRY_FILE
* add MOZ_MEDIA/MOZ_OGG/MOZ_WAVE/MOZ_WEBM ifdefs to nsHTMLMediaElement.h and nsContentUtils.cpp
2010-06-21 12:46:26 -04:00
Benjamin Smedberg
0df0345c66 Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04:00
Benjamin Smedberg
8af9251fe4 Merge platform-specific branches of bug 568691. 2010-06-21 08:57:50 -04:00
Neil Deakin
a08a79f3f4 Bug 572823, clear button open state when its popup is destroyed, r=neil 2010-06-21 08:37:35 -04:00
Neil Deakin
98103bb448 Bug 554810, use transparent resizer images, also fixes bugs 553752, 553796, 558201, 558203 and 563085, r=roc 2010-06-21 08:37:35 -04:00
Benjamin Smedberg
ca8c9d3053 More Linux-specific fixup from bug 568691 2010-06-12 20:50:56 -04:00
Benjamin Smedberg
edbd474f05 Bug 568691 part C - Register all components based on reading .manifest files from the components directories. Binary components auto-register using "binary-component name.dll". JS components register using "component CID file.js" "contract @mozilla.org/contract;1 CID" and "category categoryname keyname value".
This patch has some bugs, specifically we stop looking for .manifest files in chrome/. I will fix that in a followup. It also probably breaks non-libxul builds because of ordering issues.

Another followup will actually fix our in-tree JS components and add build machinery for creating a proper components.manifest file.
2010-06-11 16:13:26 -04:00
Robert Strong
22683bd184 Bug 570689 - Convert perl scripts to python. Patch 1 - remove unused perl scripts. r=ted.mielczarek 2010-06-22 19:10:30 -07:00
Robert Strong
4e5e5e9639 Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Final cleanup patch. r=jmathies 2010-06-22 19:10:13 -07:00
Dave Townsend
52c25f2ca7 Bug 562803: Add cleanup function to avoid one failing xpinstall test from messing up subsequent tests. r=robstrong 2010-06-22 18:59:52 -07:00
Dave Townsend
6b7fd2fcab Bug 572955: Add some logging and cleanup and extend timeouts in browser_installssl.js and browser_updatessl.js to avoid random oranges. r=robstrong 2010-06-22 16:23:06 -07:00
Robert Strong
a25ef46bc3 Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Exclude MapiProxy_InUse.dll and mozMapi32_InUse.dll since apps already have code to deal with them without requiring a reboot. r=dtownsend 2010-06-22 15:53:01 -07:00
Markus Stange
63511cb6ef Bug 559033 - New Mac toolbar button style. r=dao 2010-06-22 22:28:34 +02:00
Benedict Hsieh
0364d52d86 Bug 573092: Fix a startup crash when the extension manager is unavailable. r=dtownsend 2010-06-22 10:23:01 -07:00
Michael Kaply
bca4083031 Bug 563262: Rename GetResourceURL to GetResourceURI and have it return a URI. r=Mossop 2010-06-21 17:13:52 -05:00
ddahl@mozilla.com
1bdc5063ba Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap) 2010-06-22 09:51:50 -07:00
Felipe Gomes
1a7488a51b Bug 544356 followup: Use getDMUI(). r=Neil
"Bug 544356 - Exit when only the download manager window is open and there are no downloads."
2010-06-21 15:39:00 -04:00
Justin Wood
b09051a899 Bug 570812 - remove xpinstall from mobile specific browser-chrome tests package files. r=jmaher 2010-06-16 22:57:30 -04:00
Dão Gottwald
b5aa8e5c8e Bug 571567 - use <menupopup> instead of <popup>. r=enn 2010-06-22 08:34:21 +02:00
Robert Strong
ddc01ced6a Fix review comment for Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). overrides.nsh changes. r=jmathies 2010-06-21 18:25:14 -07:00
timeless
751dbc21ce Bug 562594 - comparison between signed and unsigned integer expressions in ReadStrings. r=rstrong 2010-06-21 18:17:30 -07:00
Robert Strong
e163106851 Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. r=jmathies 2010-06-21 18:17:18 -07:00
Robert Strong
485b396f5e Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). makensis.mk changes. r=jmathies 2010-06-21 18:16:40 -07:00
Robert Strong
eb62760725 Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). overrides.nsh changes. r=jmathies 2010-06-21 18:15:39 -07:00
Robert Strong
047456ef67 Bug 572224 - Remove check-locales.pl. r=ted.mielczarek 2010-06-21 18:15:14 -07:00
Ms2ger
9d3c43ddcb Bug 573243 - Update toolkit-makefiles.sh for bug 570488. r=trivial-blanket-rs 2010-06-22 02:01:41 +02:00
timeless@mozdev.org
62df2bc301 Bug 565599 unused variable nsNavHistoryContainerResultNode::mAsyncEnabled
r=mano
2010-06-22 02:01:39 +02:00
Tobias Nygren
bdaabb1083 Bug 469951 - using %lld PR_scanf format directly on a PRTime is not portable. r=sdwilsh 2010-06-22 02:01:37 +02:00
Marco Bonardo
da44473cc8 Bug 572800 - Ensure previous autocomplete query has been canceled before starting a new one. r=sdwilsh 2010-06-22 02:01:35 +02:00
Justin Dolske
903c9e58cb Bug 573238 - Windows authentication broken. r=gavin 2010-06-21 15:04:46 -07:00
Justin Dolske
d94f3a8694 Bug 573225 - Master Password prompt textbox labeled with "Password:". r=gavin 2010-06-21 15:04:43 -07:00
Chris Jones
a6c0e90e24 Bug 572295: Add X11Util.h for X11 toolkits. r=karlt,joedrew 2010-06-21 15:35:49 -05:00
Benjamin Smedberg
a7e67d32ad Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
Benjamin Smedberg
c611ebcd81 Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files 2010-06-10 14:11:11 -04:00
Benjamin Smedberg
671fee6656 Bug 570488 - Remove xpti.dat caching which harms us in runtime and code complexity 2010-06-10 12:51:29 -04:00
Mark Banner
653fb105c5 Bug 570046 Fix test_update.js hanging on apps/build configs that don't support lightweight themes. r=dtownsend 2010-06-10 10:55:18 +01:00
Dão Gottwald
17c5a5f186 whitespace cleanup after bug 555081 2010-06-29 17:11:49 +02:00
Dão Gottwald
ed87cd6b53 Bug 575536 - Don't leak WindowDraggingElement into the global scope. r=enn 2010-06-29 17:09:32 +02:00
Shawn Wilsher
0b0e0a6ff5 Backout of bug 416330 so we can freeze for the beta on a CLOSED TREE. 2010-06-28 16:31:47 -07:00
Shawn Wilsher
75a2c8a1a0 Bug 416330 - fix oranges. CLOSED TREE. a=zpao r=sdwilsh 2010-06-28 16:04:15 -07:00
Taras Glek
9f5a975360 Bug 416330 - Suboptimal SQLite page size r=sdwilsh
--HG--
extra : rebase_source : 053c7b1d975304ed7d402bb619874c889c71425c
2010-06-28 12:13:26 -07:00
Dave Townsend
c5621e3b12 Bug 562052: The version number should be shown in the list view for all types of add-ons. r=Unfocused 2010-06-28 12:43:53 -07:00
Dave Townsend
fd7fbe0890 Bug 567131: Make ratings display only. r=Unfocused 2010-06-28 12:43:39 -07:00
Zack Weinberg
aacc755259 Bug 571989 part 1: Move the contents of gfx/src/psshared into widget/src/gtk2, which is the sole user.
--HG--
rename : gfx/src/psshared/nsCUPSShim.cpp => widget/src/gtk2/nsCUPSShim.cpp
rename : gfx/src/psshared/nsCUPSShim.h => widget/src/gtk2/nsCUPSShim.h
rename : gfx/src/psshared/nsPSPrinters.cpp => widget/src/gtk2/nsPSPrinters.cpp
rename : gfx/src/psshared/nsPSPrinters.h => widget/src/gtk2/nsPSPrinters.h
rename : gfx/src/psshared/nsPaperPS.cpp => widget/src/gtk2/nsPaperPS.cpp
rename : gfx/src/psshared/nsPaperPS.h => widget/src/gtk2/nsPaperPS.h
2010-06-28 10:36:17 -07:00
Peter Van der Beken
875cf25bd9 Backout 8a6de68c0feb (Fix for bug 571159 (Leak nsGlobalWindow with unknown-content-type dialog)) to fix orange.
--HG--
extra : rebase_source : b405b0ac1c54dd3af3141d8762b26e91e2e63a02
2010-06-28 17:39:56 +02:00
Peter Van der Beken
e0ca94cc19 Fix for bug 571159 (Leak nsGlobalWindow with unknown-content-type dialog). r=sdwilsh.
--HG--
extra : rebase_source : a7d4861d434a8f6b57b9566ac7bdbf9c3025f51e
2010-06-28 12:59:10 +02:00
Felipe Gomes
d65b7b93da Bug 555081 - Add support for titlebar mouse interaction and address missing aero features. r=jmathies, smaug, vlad. 2010-06-28 01:04:05 -05:00
Justin Wood
37ab367833 (No Bug) Make test not modify the windowtype until certain we are actually running the test. Fixes some SeaMonkey orange. rs=Mossop
--HG--
extra : rebase_source : bf6fcf86c2ae0ca2e1c621837a795818d983196a
2010-06-28 00:27:20 -04:00
Daniel Holbert
ba343781f8 merge 2010-06-26 20:00:22 -07:00
Daniel Holbert
df6047a742 Backed out changeset 5da9fc2be835 (Bug 557566) 2010-06-26 20:00:11 -07:00
Dave Townsend
30ecf6ec80 Bug 569959: Fix intermittent failure in test_install.js by increasing allowed time since install. r=robstrong 2010-06-26 16:03:53 -07:00
Dave Townsend
77860c361f Bug 567175: Bootstrapped add-ons with invalid target applications should not be started up. r=robstrong 2010-06-26 16:03:25 -07:00
Daniel Holbert
d8b54a3161 Bug 557566, part 2: Add FAIL_ON_WARNINGS to Makefiles in some build-warning-free directories. r=ted 2010-06-26 14:25:22 -07:00