Commit Graph

9386 Commits

Author SHA1 Message Date
Ehsan Akhgari
01ef5ada02 Bug 510881 - Entering Private Browsing via command line shows tabs from previous session; r=mconnor,bsmedberg 2009-09-15 14:42:01 +04:30
Ginn Chen
89fdfafa07 Bug 492326 Make symbol nspr_use_zone_allocator to be global r=bsmedberg 2009-09-15 15:02:51 +08:00
armenzg
56a87d458e bug 515177: call generate-snippets-% from buildbot rather than the build system. r=ccooper
--HG--
extra : rebase_source : afcf065f2ff67874ac0e383da84fcac13f4e71fe
2009-09-14 10:23:04 -04:00
Marco Bonardo
c53a88b923 Disable the vacuum tests from Bug 512854 for now. I have to pre-built sparse dbs, since on-the-fly generation is randomly failing. 2009-09-14 15:28:09 +02:00
Marco Bonardo
0e915d6038 Bug 512854 - VACUUM places.sqlite database on daily idle once a month, r=sdwilsh 2009-09-14 13:06:45 +02:00
Marco Bonardo
565378112a Bug 511207 - last page not removed from history upon close of browser, r=sdwilsh 2009-09-14 13:06:39 +02:00
Lukas Blakk
46c99060e1 Bug 513969, Add output to symbolstore.py to decrease frequency of timeouts, r=ted.mielczarek 2009-09-14 22:37:11 +12:00
Justin Dolske
201b370428 Bug 507390 - Password manager tests depend on each other. r=gavin.sharp 2009-09-13 13:26:30 -07:00
Neil Deakin
51b0e867e6 Bug 503943, add mouse capturing api to elements, remove capturing from views, r=roc,sr=smaug 2009-09-13 09:13:16 -04:00
Bobby Holley
86dd317584 Bug 435296 - Decode-On-Draw. r=joe,roc,bz,dolske,peterw sr=vlad 2009-09-12 16:44:18 -06:00
Marco Bonardo
173c6dfc26 Bug 510984 - nsIAnnotationService IDL is lying about EXPIRE_NEVER, r=dietrich 2009-09-11 15:25:30 +02:00
Marco Bonardo
bb2570b817 Bug 509676 - Can't drag and drop a tag container to another standard point, r=dietrich 2009-09-11 15:25:24 +02:00
Dave Townsend
c7261332f7 Typo correction from Bug 392180: updateURL should have variable indicating the context of the check 2009-09-11 13:06:56 +01:00
Alexander Surkov
7f9931aed9 Bug 512424 - implement IAccessibleTable2, r=marcoz, davidb, sr=neil
--HG--
rename : accessible/src/atk/nsXULTreeAccessibleWrap.h => accessible/src/atk/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/mac/nsXULTreeAccessibleWrap.h => accessible/src/mac/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/msaa/nsXULTreeAccessibleWrap.cpp => accessible/src/msaa/nsXULTreeGridAccessibleWrap.cpp
rename : accessible/src/msaa/nsXULTreeAccessibleWrap.h => accessible/src/msaa/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/other/nsXULTreeAccessibleWrap.h => accessible/src/other/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/xul/nsXULSelectAccessible.cpp => accessible/src/xul/nsXULListboxAccessible.cpp
rename : accessible/src/xul/nsXULSelectAccessible.h => accessible/src/xul/nsXULListboxAccessible.h
rename : accessible/tests/mochitest/test_relations_table.html => accessible/tests/mochitest/test_table_headers.html
rename : accessible/tests/mochitest/test_nsIAccessibleTable_listboxes.xul => accessible/tests/mochitest/test_table_sels_listbox.xul
rename : accessible/tests/mochitest/test_elm_table.html => accessible/tests/mochitest/test_table_struct.html
2009-09-11 09:07:56 +08:00
Gavin Sharp
5c14fcb7d4 Bug 515451: make places autocomplete empty search behavior customizable, r=mardak 2009-09-10 16:16:42 -04:00
Ted Mielczarek
898812ca83 bug 514397 - xpcshell-tests: test_crashreporter.js crashes intermittently. disable parts of the test that set/unset exception handler. upstream breakpad issue filed, this is not code that gets run in the browser, so it doesn't seem critical to have this test hit this bug and cause orange.
--HG--
extra : rebase_source : 5f9381e387aa69d049139605615d97b4667bc817
2009-09-10 15:31:59 -04:00
Dave Townsend
013d6ac509 Bug 392180: updateURL should have variable indicating the context of the check. r=robstrong, sr=bsmedberg 2009-09-10 19:50:41 +01:00
stefanh@inbox.com
4c7496df0a Bug 514963 - Reference to non-existing background-image in pinstripes listbox.css. r=Mano. 2009-09-10 20:29:24 +02:00
Shawn Wilsher
1c016b29ea Bug 508102 - Warning: reference to undefined property this._pendingQuery / Location bar autocomplete doesn't work anymore
Stop throwing if stopSearch is called without a call to startSearch.
r=dietrich

--HG--
extra : rebase_source : 63222f9acd972c763ac080a2353ce4cd775f09df
2009-09-10 10:55:33 -07:00
Neil Deakin
cef5702d08 Bug 503943, back out mouse capture patch, CLOSED TREE 2009-09-10 12:11:41 -04:00
Neil Deakin
6d007b6255 Bug 503943, add mouse capturing api to elements, remove capturing from views, r=roc,sr=smaug 2009-09-10 08:51:36 -04:00
Dave Townsend
685a0ad6d9 Bug 513392: Use styles on the normal icon rather than a separate hardcoded image for plugin icons (follow up fix). r=robstrong 2009-09-10 09:10:30 +01:00
Neil Rashbrook
f86dacf8f1 Bug 501095 Clean up appPicker.xul r=Mano 2009-09-09 23:18:35 +01:00
Neil Deakin
b0b5174739 Bug 503627, pass an actual window to showProgress so it doesn't try to use the active setup dialog instead, r=mconnor 2009-09-09 17:01:12 -04:00
Josh Aas
d1910734fa Back out changeset 845b625b5eb5. b=506812 2009-09-09 09:59:07 -04:00
Neil Deakin
ea01a01c25 Bug 506175, make some more tests use waitForFocus, r=sdwilsh 2009-09-09 09:04:13 -04:00
Josh Aas
ab211236ce Re-land: Get rid of unnecessary conversion from CFURLRef to FSRef. b=506812 r=vlad 2009-09-09 08:28:23 -04:00
Dão Gottwald
32c8f9d7d5 Bug 454562 - clean up onEnterPrintPreview, onExitPrintPreview and related code. r=mano 2009-09-09 09:50:46 +02:00
Reed Loden
6aae290bff Bug 294375 - Remove support for libgnomevfs's handling of user modifications to the MIME database, as it has been deprecated for years [r=karlt sr=roc] 2009-09-08 15:08:02 -05:00
Dave Townsend
946099bd9d Bug 510909: Integrate most recently used lightweight themes into the themes list in the add-ons manager (strings). r=robstring, ui-r=beltzner 2009-09-08 18:25:02 +01:00
Jesse Ruderman
7b0d27c800 Fix bug 515130 - Remove stray references to extensions/xmlextras and extensions/webservices in toolkit-makefiles.sh. r=bsmedberg 2009-09-08 08:19:37 -07:00
Dave Townsend
8a38b2de30 Bug 514327: Detect outdated plugins and offer upgrade path (typo fix). 2009-09-07 20:48:04 +01:00
Dave Townsend
bd0a294599 Bug 511091: Support custom icons for disabled extensions, follow up fix. r=robstrong 2009-09-07 10:09:11 +01:00
Christian Persch
a38b70a82c Bug 399161 - "only call gnome_program_init if there is no GnomeProgram yet" [r=bsmedberg] 2009-09-06 17:52:23 -05:00
Neil Rashbrook
4713058e5d Bug 514883 Font preference menulist is incorrectly bold in gnomestripe r=dao 2009-09-06 17:44:48 +01:00
Jesse Ruderman
ecf2d1a8fe Bug 514782 - Extra comma in pinstripe/global/global.css. r=dao 2009-09-05 11:42:41 +02:00
Geoff Lankow
c51e00493a Bug 506799 - "nsIContentPrefService should accept string arguments for URI as well as nsIURI" [r=myk sr=mconnor] 2009-09-04 21:22:19 -05:00
Wan-Teh Chang
7a99ca1ed3 Bug 509319: We also need to generate libnssdbm3.chk with shlibsign.
We don't need to link with -lsoftokn3.  Add nssdbm3 to some packaging
files.  The patch is written by Kai Engert <kaie@kuix.de>.  r=wtc.
2009-09-04 18:28:54 -07:00
Blair McBride
84313fe03c Bug 514327: Detect outdated plugins and offer upgrade path (strings only). ui-r=beltzner 2009-09-04 21:25:08 +01:00
Benjamin Smedberg
667f63d102 Bug 513032 - remove empty conditionals in our makefiles, r=ted 2009-08-27 10:48:18 -07:00
stefanh@inbox.com
969ed37003 Bug 514509 - Disabled filefield icon should look disabled. r=dao. 2009-09-04 19:29:49 +02:00
Josh Aas
1453696bec Update breakpad to svn revision 350 + Linux build fix. b=510920 r=ted 2009-09-04 13:01:19 -04:00
Dave Townsend
8c6c66bf8c Bug 512559: Use XUL template sorting to sort the add-ons lists. r=robstrong, sr=bsmedberg 2009-09-04 14:31:51 +01:00
Dave Townsend
f0d281f996 Bug 513392: Use styles on the normal icon rather than a separate hardcoded image for plugin icons. r=robstrong 2009-09-02 14:10:11 +01:00
Gavin Sharp
eb8eda1339 Bug 513023 - Move about:rights content to toolkit. r=benjamin
--HG--
rename : browser/base/content/aboutRights.xhtml => toolkit/content/aboutRights-unbranded.xhtml
rename : browser/base/content/aboutRights.xhtml => toolkit/content/aboutRights.xhtml
rename : browser/locales/en-US/chrome/browser/aboutRights.dtd => toolkit/locales/en-US/chrome/global/aboutRights.dtd
rename : browser/locales/en-US/chrome/browser/aboutRights.properties => toolkit/locales/en-US/chrome/global/aboutRights.properties
2009-09-04 14:27:14 +02:00
Dão Gottwald
03e337e6b9 Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint 2009-09-04 12:58:18 +02:00
Markus Stange
cfd5c78a37 Bug 505699 - Add UI for full screen mode on the Mac. ui-r=faaborg, r=dao
--HG--
extra : rebase_source : b4819e769990532fcb913df8185b6d3911e7efe2
2009-09-04 09:36:32 +12:00
Ryan Flint
217f4c3fcf Back out NetUtil.newURI changes from bug 514407 (b5b3d45c1885). 2009-09-04 00:24:56 -04:00
Josh Aas
68907abfa1 Backed out changeset e8c01867056a, breakpad update b=510920 2009-09-04 00:02:45 -04:00
Josh Aas
5c558d354d Update breakpad to svn revision 350. b=510920 r=ted 2009-09-03 23:41:02 -04:00