Dave Townsend
f09e7fe795
Bug 562795: Reduce resolution of update date sorting attribute so it doesn't overflow a 32-bit integer. r=Unfocused
2010-06-18 12:29:51 -07:00
Robert Strong
c7a576dbd4
Bug 562795: Fix update tests to ignore application extensions. r=dtownsend
2010-06-18 08:54:22 -07:00
Jesse Ruderman
a4f5376a50
Bug 572957 - about:memory is missing TD elements around ABBR elements. r=vlad
2010-06-18 12:14:39 -07:00
Dave Townsend
712ebfb61c
Disabling the failing test from bug 562795
2010-06-17 19:24:09 -07:00
Jesse Ruderman
f04ef428cb
Remove stray line breaks from NS_ERROR messages, since they interfere with log processing. rs=jst
...
--HG--
extra : rebase_source : 87421691da969e0ebe5fbfbc44cd8f18617d1351
2010-06-17 13:28:38 -07:00
Gavin Sharp
3996de6d69
Bug 567950: disable browser_keyevents_during_autoscrolling.js because it times out too much
2010-06-17 21:27:35 -04:00
Dave Townsend
f93b60920a
Bustage fix for bug 562795, probably don't need to support add-ons installed in the year 0
2010-06-17 18:18:03 -07:00
Ben Parr
f72a6ddb8a
Bug 554133: Test that total search results returned is correct. r=dtownsend
2010-06-17 15:47:51 -07:00
Ben Parr
e247bdebf1
Bug 568728: Move nsAddonRepository.js to a JSM. r=dtownsend
...
--HG--
rename : toolkit/mozapps/extensions/nsAddonRepository.js => toolkit/mozapps/extensions/AddonRepository.jsm
2010-06-17 15:47:51 -07:00
Dave Townsend
a9b6d77b43
Bug 562795: Sorting by name in the digest view is case-sensitive for all types of add-ons. r=Unfocused
2010-06-16 20:13:54 -07:00
Dave Townsend
bc631f78dc
Bug 565682: Support dropping xpi/jar files on the add-ons manager. r=Unfocused
2010-06-16 19:46:11 -07:00
Dave Townsend
99b8e080bc
Bug 562899: Quickly displaying multiple different categories will merge the list results. r=Unfocused
2010-06-16 20:13:20 -07:00
Ms2ger
d809bd88b0
Bug 571768 - Can't read embedding/base/standalone/Makefile.in: No such file or directory. r=trivial-blanket-rs
2010-06-17 21:46:39 +02:00
Marco Bonardo
82fb454a43
Fix and re-enable test_history_expiration.js
2010-06-17 21:46:22 +02:00
Marco Bonardo
3dde28df89
skip failing test while I figure out what's up
2010-06-17 14:16:57 +02:00
Marco Bonardo
6d0b3f36e9
Bug 562644 - Ensure correct Places shutdown sequence and avoid sync expiration stuff. r=dietrich
2010-06-17 12:53:01 +02:00
Justin Dolske
422aa006f4
Bug 563274 - remove debug logging code that was left enabled.
2010-06-16 23:49:04 -07:00
Justin Dolske
b7385e681c
Fix toolkit/mozapps/extensions tests for new prompter.
2010-06-16 21:29:53 -07:00
Justin Dolske
cc2d31e94b
Bug 563274 - Overhaul nsIPrompt-related prompting code. r=gavin, sr=bs
...
--HG--
rename : toolkit/content/commonDialog.css => toolkit/components/prompts/content/commonDialog.css
rename : toolkit/content/commonDialog.js => toolkit/components/prompts/content/commonDialog.js
rename : toolkit/content/commonDialog.xul => toolkit/components/prompts/content/commonDialog.xul
rename : toolkit/content/selectDialog.js => toolkit/components/prompts/content/selectDialog.js
rename : toolkit/content/selectDialog.xul => toolkit/components/prompts/content/selectDialog.xul
2010-06-16 17:06:17 -07:00
Justin Dolske
f997da1518
Bug 564097 - Move prompts.properties into commonDialog.properties. r=gavin, sr=bs
2010-06-16 17:06:15 -07:00
Chris Pearce
ab123bcba3
Bug 572001 - Fix configure option --disable-ogg. r=ted
2010-06-17 10:17:36 +12:00
Neil Deakin
6d6ff9188a
Bug 379745, add some additional template sort hint options to sort case-insensitive, sort by integers, and skip natural sort order, r=neil,sr=sicking
2010-06-16 13:09:51 -04:00
Marco Bonardo
56687a63fc
Bug 572425 - nsISearchEngine.getSubmission reponseType should be an [optional] param. r=gavin
2010-06-16 18:54:29 +02:00
Mark Smith
3debe38b84
Bug 563159 - updater fails because application exe is still running. r=rstrong
2010-06-16 07:21:24 -07:00
Smokey Ardisson
7be6b3fecb
Bug 552596 - about:config's integer validation code is not embedding-friendly, so replace toolkit validation code with embedding-friendly version from a former life in XPFE. r=neil@parkwaycc.co.uk
2010-06-15 22:31:33 -04:00
Robert Strong
89ddf66fc2
Bug 570066 - Update UI dialogue box in Firefox disappeared before Firefox could be updated. r=dtownsend
2010-06-15 15:13:47 -07:00
Gavin Sharp
7b02227e37
Bug 570155: Make the helperApp dialog use the getFileDisplayname helper consistently (fixes a broken #ifdef exposed by bug 569373), and refactor some ifdefs to avoid code duplication, r=Neil
...
--HG--
extra : rebase_source : d13c45e747021f868ec608db62233fae54868441
2010-06-07 10:31:58 -04:00
Gavin Sharp
11699e815e
Bug 569542: fix appPicker.js's getFileDisplayName function, and make all copies of this method identical, r=Neil
...
--HG--
extra : rebase_source : 23f0da39af75427aaeb02ba32a1a88af3f339230
2010-06-07 10:29:25 -04:00
Chris Jones
d53b8a18d0
Merged m-c
2010-04-27 01:53:06 -05:00
Doug Turner
ed6494b616
merge with m-c.
2010-04-26 23:17:51 -07:00
Edward Lee
629f231c6f
Bug 559695 - warning C4700: uninitialized local variable 'rv' used in nsStorageFormHistory.cpp [r=gavin]
...
Hard code return of NS_ERROR_OUT_OF_MEMORY on failure to createInstance. Push down declarations of rv to its first assignment.
2010-04-21 11:28:00 -07:00
Marco Bonardo
d9570ca6b0
Bug 561229 - Copy/Paste bookmarks is broken. r=dietrich
2010-04-26 21:04:20 +02:00
Marco Bonardo
2ad8eca76b
Bug 560104 - rename toolkit places utils.js to PlacesUtils.jsm r=dietrich
...
--HG--
rename : toolkit/components/places/src/utils.js => toolkit/components/places/src/PlacesUtils.jsm
2010-04-26 21:04:17 +02:00
Dão Gottwald
766eb4299c
Bug 556334 - Allow LightweightThemeManager to accept file URIs. r=dtownsend
2010-04-26 20:38:39 +02:00
Vladimir Vukicevic
e3731a1e45
b=560647; basic start-to-end startup instrumentation and some fixes; r=bz a=coop
2010-04-26 11:13:03 -07:00
Gavin Sharp
667010d2ba
Bug 398776: add new popup-based notification system, and use it for the geolocation notification, r=dolske, r=dao
2010-04-09 13:45:25 -04:00
Gavin Sharp
b07258ee32
Bug 509642: improve styling of menu buttons, r=enn
...
--HG--
extra : rebase_source : d01e66e2d927cfa5bb5b39ed619e45b5eaab8fa0
2010-04-13 15:54:07 -04:00
Marco Bonardo
746854e136
Bug 559217 - Browser freezes due a lock contentions across Places statements. r=sdwilsh
2010-04-29 10:40:08 +02:00
Simon Montagu
b49c3ecda7
Test for bug 558403
...
--HG--
rename : toolkit/content/tests/chrome/bug437844.css => toolkit/content/tests/chrome/rtlchrome/rtl.css
rename : toolkit/content/tests/chrome/bug437844.dtd => toolkit/content/tests/chrome/rtlchrome/rtl.dtd
rename : toolkit/content/tests/chrome/bug437844.manifest => toolkit/content/tests/chrome/rtlchrome/rtl.manifest
2010-04-29 09:08:15 +03:00
Doug Turner
b6a5b5d71c
Bug 561831 - Build bustage on qt in toolkit/xre. r=ted
...
--HG--
extra : rebase_source : 539baef0937ade25ced67b33efc2f474cbbb1fa7
2010-04-28 13:33:14 -07:00
Serge Gautherie
1ac1fdd1d8
Bug 535905 - [SeaMonkey 2.1] mochitest-browser-chrome: "Exception thrown at chrome://mochikit/content/browser/toolkit/components/places/tests/browser/browser_bug399606.js:74 - ReferenceError: XPCOMUtils is not defined"; (Av1) Add missing |Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");|.
...
r=mak77.
2010-04-28 23:49:28 +02:00
Bas Schouten
181e985775
Bug 560147: Follow-up fixing non-libxul builds. This will include layers into thebes.dll, and ensure thebes.dll exposes the correct symbols. r=ted
2010-04-28 22:43:52 +02:00
Oleg Romashin
87c511839e
Merged with mozilla-central
2010-04-22 20:22:26 -04:00
Felipe Gomes
8380405515
Bug 544356 - Users are often unaware that they have left the Download Mgr window open when exiting. r=sdwilsh
2010-04-22 14:56:15 +02:00
Marco Bonardo
f0b25bedf3
Bug 529821 - Places should shutdown earlier (at profile-before-change). r=sdwilsh r=ehsan
2010-04-22 14:53:54 +02:00
Oleg Romashin
7a2ec023c4
Bug 553904 - Child tab process crashes on attempt to initialize child plugin process. r=bent.mozilla
2010-04-20 21:43:51 +03:00
Doug Turner
6c196f14e2
Automerge with mc. no manual changes
2010-04-21 03:31:13 -07:00
Ben Turner
4ff86e4fdb
Reenable tests for bug 559447
...
--HG--
rename : toolkit/components/ctypes/tests/test_ctypes.xul.in => toolkit/components/ctypes/tests/test_ctypes.xul
2010-04-20 14:39:18 -07:00
Robert Strong
3078ab39d0
Bug 539717 - update is paused, can't unpause. r=dtownsend
2010-04-20 12:42:12 -07:00
Ben Turner
db9b3a4b85
Disable failing ctypes test for the moment
2010-04-20 11:26:48 -07:00
Ben Turner
f53cf449f0
Bug 559447 - 'Make ChromeWorkers that have access to ctypes for browser and extensions'. r=dwitte+jst.
2010-04-20 09:44:56 -07:00
Robert Sayre
681d81bbe8
Merge tracemonkey to mozilla-central.
2010-04-21 13:27:52 -04:00
Robert Sayre
ccea2938e0
Merge tracemonkey to mozilla-central.
2010-04-21 08:34:13 -04:00
Dan Witte
329cff4a11
Bug 558949 - Make ctypes functions FunctionType.ptr's. r=benjamn
2010-04-20 17:37:35 -07:00
Marco Bonardo
dc98c63f6e
Bug 542736 - random orange in xpcshell/tests/test_places/expiration/test_pref_interval.js r=sdwilsh
2010-04-20 10:07:21 +02:00
Marco Bonardo
cccce40f04
Bug 541068 - random failure in expiration\test_removeAllPages.js r=dietrich
2010-04-20 10:07:16 +02:00
Mike Hommey
2ce1d4df4b
Bug 435550 - In about:, move some whitespaces from the xhtml to the locale dtd [r=pike]
...
--HG--
extra : rebase_source : 3fc6e20d62f74133b918689e7bb0310ad4a74471
2010-04-20 09:34:21 +02:00
Mike Hommey
f950f70917
Bug 558789 - Allow to build against system libevent [r=benjamin, r=cjones]
...
--HG--
extra : rebase_source : cd964ba40277ebd89dda8392c8a842ca9ef01bf8
2010-04-20 09:06:55 +02:00
Markus Stange
ab8e976d1c
Bug 558059 - Make the search field on about:config a little wider and put the flex attribute back. ui-r=faaborg, r=dao
...
--HG--
extra : rebase_source : 7f28a0478eccf7bbf0496981d240420e0882e63f
2010-04-19 16:13:54 +02:00
Markus Stange
c34c8948f8
Bug 355375 - Make context menuitems blink when chosen. r=enn
...
--HG--
extra : rebase_source : 87b93bda596b4af4c1adf294ecc91510047ca0f1
2010-04-19 16:12:58 +02:00
Neil Deakin
ceb1712f98
Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil
2010-04-21 10:53:42 -04:00
Mike Hommey
cd27a1692e
Bug 555894 - Don't use static strings when setting environment variables [r=vladimir, sr=benjamin]
...
--HG--
extra : rebase_source : 75e46dd8215cb761d4f96b441c05407d991d9d1b
2010-04-19 10:29:18 +02:00
Mike Hommey
01a883d0c0
Bug 554265 - Download search engine icons even when searchplugin is readonly [r=rflint]
...
--HG--
extra : rebase_source : c1d93bf91c126de9bce3ee171c26c0d46d70eae4
2010-04-19 10:26:48 +02:00
Mike Hommey
80fbf8a463
Bug 538929 - Avoid creating XRE_SYS_LOCAL_EXTENSION_PARENT_DIR and NS_APP_PREFS_OVERRIDE_DIR with wrong permissions [r=benjamin]
...
--HG--
extra : rebase_source : 4074ffcab5a32e2e78eabf2e8614a652e575a3b0
2010-04-19 10:15:31 +02:00
Serge Gautherie
b31d285304
Bug 547039 - [SeaMonkey 2.1] xpcshell: test_bug542391.js fails since landing; (Av2) (Temporarily) Disable 2 checks.
...
r=dtownsend. [CLOSED TREE]
2010-04-20 06:22:31 +02:00
stefanh@inbox.com
33f23ff53c
Bug 547492, fixing winstripe jar file that I forgot...
2010-04-19 21:59:36 +02:00
stefanh@inbox.com
beac1e2951
Bug 547492, forgot one change.
2010-04-19 21:28:56 +02:00
stefanh@inbox.com
dfcefac3af
Bug 547492 - Use correct resize cursor for collapsed splitters (also make grippy arrows rtl-friendly). r=dao.
...
--HG--
rename : toolkit/themes/pinstripe/global/splitter/grip-hrz-after.gif => toolkit/themes/pinstripe/global/splitter/grip-bottom.gif
rename : toolkit/themes/pinstripe/global/splitter/grip-vrt-before.gif => toolkit/themes/pinstripe/global/splitter/grip-left.gif
rename : toolkit/themes/pinstripe/global/splitter/grip-vrt-after.gif => toolkit/themes/pinstripe/global/splitter/grip-right.gif
rename : toolkit/themes/pinstripe/global/splitter/grip-hrz-before.gif => toolkit/themes/pinstripe/global/splitter/grip-top.gif
rename : toolkit/themes/winstripe/global/splitter/grip-hrz-after.gif => toolkit/themes/winstripe/global/splitter/grip-bottom.gif
rename : toolkit/themes/winstripe/global/splitter/grip-vrt-before.gif => toolkit/themes/winstripe/global/splitter/grip-left.gif
rename : toolkit/themes/winstripe/global/splitter/grip-vrt-after.gif => toolkit/themes/winstripe/global/splitter/grip-right.gif
rename : toolkit/themes/winstripe/global/splitter/grip-hrz-before.gif => toolkit/themes/winstripe/global/splitter/grip-top.gif
2010-04-19 21:21:30 +02:00
Siddharth Agarwal
9da4e1201a
Bug 558918 - VC10: _set_sbh_threshold missing. r=bsmedberg.
...
This only affects debug builds on Windows 2000.
2010-04-20 00:47:54 +05:30
Neil Deakin
ac77f871d2
Bug 560166, add link drop handler to installer and reenable test, r=gavin
2010-04-19 15:07:29 -04:00
Chris Jones
09869cfb77
Merge mozilla-central
2010-04-16 01:34:35 -05:00
Robert Sayre
21d5aa345b
Merge tracemonkey to mozilla-central.
2010-04-15 12:05:18 -04:00
Dan Witte
d932f1875d
Bug 556329 - Allow ctypes to load exported data symbols. r=jorendorff
2010-04-14 10:36:48 -07:00
Dan Witte
4e6cc3082a
Bug 556902 - Fix ctypes warnings. Part 2: libffi. r=benjamn
2010-04-14 10:36:48 -07:00
Dietrich Ayala
bc51cf819c
Bug 557406 - Intermittent xpcshell failure in test_bookmarks.js | false == true (via shaver, test landing to see orange effect)
2010-04-13 22:57:36 -07:00
Matthew Noorenberghe
7396fdb265
Bug 487556 - satchel should send a notification when adding/removing/changing an item. r=dolske
2010-04-13 15:18:34 -07:00
Justin Dolske
85a3bcf1b6
Bug 506402 - Add GUIDs to satchel form entries. r=zpao, r=gavin
2010-04-13 15:18:31 -07:00
Jonathan Kew
6c0909b348
bug 559075 - add local autorelease pool to SetupMacApplicationDelegate to prevent startup leakage. r=josh
2010-04-13 21:37:07 +01:00
Dan Witte
e0609a016b
Update comments in ctypes.jsm to point at MDC docs. No bug, r=aidan
2010-04-19 12:49:47 -07:00
Arpad Borsos
3e4381af31
Bug 558945 - Autoscroll doesn't take into account overflow: -moz-hidden-unscrollable; r=neil@parkwaycc.co.uk
2010-04-13 10:50:17 +02:00
Marco Bonardo
c6a363b619
Disable flushes for some Places random test, due to bug 507790
2010-04-15 00:14:19 +02:00
Marco Bonardo
918dd0d463
Bug 557406 - Intermittent failure in test_bookmarks.js. Disable till we implement a fix.
2010-04-15 00:14:15 +02:00
Siddharth Agarwal
651f2886ae
Bug 474060 - Show download progress in app icon in Windows 7 taskbar. Tests by Felipe Gomes. r=sdwilsh r=mconnor r=sid, sr=vlad, ui-r=faaborg
2010-04-15 00:14:12 +02:00
Dave Townsend
dd14cba960
Bug 553022: Remove cancelled and failed installs from the active installs list. r=robstrong
2010-04-07 11:16:10 -07:00
Dave Townsend
9bce08e51c
Bug 552732: Update the app update service to work with the new API. r=robstrong
2010-04-14 09:54:52 -07:00
Dave Townsend
d75ab5e396
Bug 552732: Add isCompatibleWith and rename the UpdateListener methods. r=robstrong
2010-04-26 10:43:09 -07:00
Dave Townsend
e25c9920c1
Bug 555486: Add a scope property to add-ons and allow disabling loading add-ons from certain scopes. r=robstrong
2010-04-07 11:08:32 -07:00
Dave Townsend
36b29afadd
Bug 555083: Add support for registry install locations. r=robstrong
2010-04-08 12:28:10 -07:00
Dave Townsend
e444ba5de0
Bug 553094: Support localised metadata in the preferences. r=robstrong
2010-04-07 11:05:28 -07:00
Dave Townsend
e772197e8a
Bug 552761: Switch PFS over to the new API. r=robstrong
2010-05-06 13:16:14 -07:00
Dave Townsend
94b9ec725c
Bug 553114: Add a list of enabled add-ons to crash reports. r=robstrong
2010-04-07 11:05:03 -07:00
Dave Townsend
06cc40d128
Bug 552758: Detect when the network goes offline and cancel downloads. r=robstrong
2010-04-08 14:04:03 -07:00
Dave Townsend
f25d880bc4
Bug 552759: Allow treating untrusted signers as unsigned. r=robstrong
2010-04-08 14:06:59 -07:00
Dave Townsend
844e6d390f
Bug 554246: Add tests for updateURL escaping and fix the UPDATE_TYPE values. r=robstrong
2010-04-06 10:26:33 -07:00
Dave Townsend
43cfabf5a8
Bug 553113: Perform automatic updates for the default lightweight theme. r=robstrong
2010-04-28 11:47:22 -07:00
Dave Townsend
72a7f85077
Bug 555247: Detect when all events have been seen and continue the test. r=robstrong
2010-04-05 10:25:23 -07:00
Dave Townsend
d43ec78fb3
Bug 552756: Use consistent naming of loadGroup to fix auth and cookie issues. r=robstrong
2010-04-28 09:33:43 -07:00
Dave Townsend
b916ab6614
Bug 553868: Add an onNoUpdateAvailable event. r=robstrong
2010-04-07 11:14:51 -07:00
Dave Townsend
1673f06eb3
Bug 553791: Add an onExternalInstall event to signal the start of installs with no associated AddonInstall. r=robstrong
2010-04-28 11:46:00 -07:00
Dave Townsend
18562465f2
Bug 553967: Add an install property to Addons pending install to get the AddonInstall. r=robstrong
2010-04-07 11:16:41 -07:00
Dave Townsend
e4a54bb1ae
Bug 553872: Add a PENDING_UPGRADE bit and provide access to the Addon instance that is pending. r=robstrong
2010-04-07 10:54:23 -07:00
Dave Townsend
fa941bdce9
Bug 553790: Make getInstalls filter on type. r=robstrong
2010-04-05 13:40:08 -07:00
Dave Townsend
b8f7220cce
Bug 553777: Make lightweight themes appear to be compatible. r=robstrong
2010-04-06 14:39:30 -07:00
Dave Townsend
02d14d7ba7
Bug 552835: Use the system principal to construct bootstrap sandboxes. r=robstrong
2010-04-05 10:31:00 -07:00
Dave Townsend
7a182ad4ba
Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle
2010-04-20 15:14:15 -07:00
Dave Townsend
994e5161a8
Bug 553385: Bypass cache for update checks. r=robstrong
2010-04-05 10:19:52 -07:00
Dave Townsend
ca167a04ce
Bug 553090: Check for updated compatibility for local file installs. r=robstrong
2010-04-06 09:57:53 -07:00
Dave Townsend
e9dbdb947c
Bug 552736: Initial support for plugins in the API. r=robstrong
2010-04-05 11:09:52 -07:00
Dave Townsend
3a9b45decd
Bug 553956: AddonProviders that contain syntax errors can break everything. r=robstrong
2010-05-06 10:22:44 -07:00
timeless@mozdev.org
18f4a5a5a3
Bug 555659 - places/tests/cpp/mock_Link.h doesn't initialize mRegistered and mContent, r=sdwilsh, a=1
...
--HG--
extra : rebase_source : b1993fad9fc5674e673c10150a2fb12e9216fea4
2010-03-29 02:10:00 -07:00
Phil Ringnalda
b1e28235c0
Bug 518989 followup, accidentally reverted the part of the patch from bug 518607 that removed getting the FUEL Application object instead of using the one that's already in scope, a=1
2010-04-25 11:01:59 -07:00
Simon Montagu
c135b9228a
backout crashing test, a=bustage
2010-04-25 08:35:27 -07:00
Simon Montagu
40bc1602fa
Test for bug 558403
2010-04-25 15:14:07 +03:00
Oleg Romashin
8de514e284
Merged with mozilla-central
2010-04-07 06:59:04 -04:00
Robert Strong
a3846080d4
Test only fix - Bug 553763 - [SeaMonkey 2.1] mochitest-chrome: bug 530872 update ui tests time out. r=me
2010-04-06 19:49:46 -07:00
Robert Strong
1a6304f9c8
Typo fix for Bug 552617. r=me
2010-04-06 19:49:34 -07:00
Ehsan Akhgari
a7ebcd12b9
Back out the editor lazy inititialization patches (bug 221820) to try to solve the orange in bug 557689
2010-04-06 21:08:58 -04:00
Ehsan Akhgari
ee08070ca4
Bug 221820 - Part 5: Make lazy editor initialization compatible with placeholder values; r=bzbarsky
...
--HG--
extra : rebase_source : f7e1954482d34f5a229307ff7a6bc4fa527171ff
2010-04-06 16:43:39 -04:00
Oleg Romashin
e23374081a
Bug 554911 - mozilla-runtime process hang and not closed properly after closing fennec UI. r=dougt
2010-03-30 07:28:10 -04:00
Doug Turner
c15f159231
merge from m-c. manually merging modules/plugin/test/testplugin/nptest.cpp dom/plugins/PluginModuleChild.cpp.
2010-03-26 14:22:48 -07:00
Benedict Hsieh
dfa9ca21a4
Bug 51470 - [E10s] The tab browser should inform the chrome process during navigation. r=smaug,
...
sr=bsmedberg
2010-03-26 11:39:39 -07:00
Chris Jones
1adcc7f5e1
Bug 557011: Ensure OOP crashreporter has been initialized on mac. r=bsmedberg
2010-04-12 15:47:47 -05:00
Blair McBride
937cf2e376
Bug 556230: add string bundle service to Services.jsm, r=Mossop
...
--HG--
extra : rebase_source : 73f5a4950b1d0fea4264c715ff4c9d0693cb62c5
2010-04-12 10:11:37 -04:00
Dão Gottwald
41eed7785a
Bug 558643 - Remove unused toolbox-top class. r=gavin
2010-04-12 09:59:26 +02:00
Ehsan Akhgari
25310966a3
Bug 221820 - Part 5: Make lazy editor initialization compatible with placeholder values; r=bzbarsky
2010-04-06 16:43:39 -04:00
Gavin Sharp
58f62549bd
Bug 568429: findbar's shouldFastFind should use mozIsTextField rather than checking .type, r=Mano
...
--HG--
extra : rebase_source : 2ddd961b57d138ae6c32dfb2b0e4bb560297e022
2010-06-15 17:42:36 -04:00
Dave Townsend
c1b3e7841d
Bug 560449: Add support for opening the addons manager at a specific pane. r=gavin
2010-06-15 11:40:05 -07:00
Benjamin Smedberg
755c2ae337
Bug 570488 - Stop reading/writing xpti.dat and incrementally loading XPT files [1/2] r=Mossop
...
--HG--
extra : rebase_source : 9f28729c1032b516e8b950d29d80402e87759fda
2010-06-14 16:05:48 -07:00
Joe Drew
98f411e39e
Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz
2010-04-16 17:05:47 -04:00
Justin Dolske
cc03cf1409
Bug 564724 - Add tests and empty base component for nsIPrompt-related code. r=gavin
2010-06-14 14:00:21 -07:00
Brad Lassey
4346c1fc9c
bug 565138 - Implement extloader backend for Android r=vlad
2010-06-14 15:04:16 -04:00
Drew Willcoxon
23f6c7fa89
Bug 564573 - A page that's opened in a tab should appear exactly once, as switch-to-tab. r=mak
2010-06-14 11:51:53 -07:00
Kyle Huey
27bc0ae3e6
Backing out Bug 531886 to fix l10n builds.
2010-06-14 11:16:43 -07:00
Kyle Huey
1fd06013ed
Backed out changeset f7323647892a
2010-06-14 11:14:36 -07:00
Dão Gottwald
e09941acb9
Backed out changeset 3a711e98c1ed
2010-06-14 17:06:43 +02:00
Dão Gottwald
6bf49b08f3
additional output for browser_relatedTabs.js
2010-06-14 16:57:28 +02:00
Brian Marshall
a77e168557
Bug 398348 - Spell check language selection uses check marks instead of radio buttons. r=gavin
2010-06-14 03:02:11 -04:00
Benedict Hsieh
e801a49643
Bug 531886 - [regression] *.mfasl fastload caches not invalidated after build / changing XUL/JS code. r=bsmedberg
2010-06-11 12:02:13 -07:00
Ben Parr
b86f46ef96
Follow-up fix for bug 562760 to allow language packs to show up in the add-ons manager. r=dtownsend
2010-06-10 18:47:15 -07:00
Dave Townsend
ec0a3cf17f
Bug 570200: Errors aren't passed sanely from getInstallForFile. r=robstrong
...
--HG--
rename : toolkit/mozapps/extensions/test/xpinstall/corrupt.xpi => toolkit/mozapps/extensions/test/xpcshell/data/corrupt.xpi
rename : toolkit/mozapps/extensions/test/xpinstall/empty.xpi => toolkit/mozapps/extensions/test/xpcshell/data/empty.xpi
rename : toolkit/mozapps/extensions/test/xpinstall/unsigned.xpi => toolkit/mozapps/extensions/test/xpcshell/data/unsigned.xpi
2010-06-10 16:39:47 -07:00
Dave Townsend
1b168f0440
Bug 570977: xpinstall tests get confused by multiple load events. r=robstring
2010-06-10 18:47:14 -07:00
Dave Townsend
0c0f37d6c6
Bug 570173: Errors from findUpdates aren't passed out to the listener correctly. r=robstrong
2010-06-10 11:11:16 -07:00
Jeff Walden
1a51ea8168
Bug 505656 - Bookmarks backup JSON generation should 1) generate valid JSON and 2) handle incremental failures better (omitting information, rather than potentially serializing bad information). r=mak
2010-05-10 16:11:03 -07:00
Neil Rashbrook
cdab850219
Test for bug 563241 r=Mossop
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/test_theme.js => toolkit/mozapps/extensions/test/xpcshell/test_dss.js
2010-06-10 21:42:33 +01:00
Neil Rashbrook
45444ab071
Bustage fix for test_DownloadUtils.js now able to QI about:blank to nsINestedURI
2010-06-13 00:56:49 +01:00
Justin Wood
7eb105907c
Bug 568733 - patch for mobile specific browser-chrome tests breaks seamonkey. r=ted
...
pending-feedback=jmaher
Also RE-enables browser-mochitests for docshell.
2010-06-09 19:29:44 -04:00
Gavin Sharp
e4b2f012b9
Bug 565339: don't use non-nsIURL URIs to create moz-icon URIs, r=Neil
2010-05-12 18:32:49 -04:00
timeless@mozdev.org
6d30a73e66
Bug 562519 cache result from PR_GetPhysicalMemorySize
...
r=biesi
2010-05-13 11:11:24 -07:00
Dave Townsend
934560736c
Bug 565040: Can't re-install an extension when the add-ons manager is open in a tab. r=Unfocused
2010-05-13 10:57:50 -07:00
Neil Deakin
c2b69dc288
Bug 553814, don't set listbox minheight, which prevents the scrollbar from appearing when the rows attribute is used, r=neil
2010-05-13 09:44:14 -04:00
Neil Deakin
2fb544a731
Bug 562740, combine popup layout methods, fix menulist scrollbar position when list is larger that screen, r=roc
2010-05-13 09:42:57 -04:00
Neil Deakin
443b5d3dfe
Bug 560791, tab tearoff doesn't work when dropping on content area, r=mano
2010-05-13 09:42:57 -04:00
Neil Deakin
2c683c3e34
Bug 560658, dropping onto findbar inserts text twice, r=mano
2010-05-13 09:42:57 -04:00
Michael Kohler
9397418412
Bug 506041 Part 2: Correct misspellings in source code
...
r=timeless
2010-05-13 14:19:50 +02:00
Jonathan Kew
2d8335bd2c
bug 553433 - update freetype to version 2.3.12 in our tree. r=blassey
2010-03-25 12:42:59 +00:00
Robert Strong
6f15a23bc8
Bug 552617 - A paused update can't be resumed when closing the window using a window manager control. r=dolske
2010-03-25 21:37:19 -07:00
Robert Strong
b949ee6943
Bug 554561 - Failed partial not handled properly in UI. r=dtownsend
2010-03-25 21:37:06 -07:00
Oleg Romashin
33ee0e3aa8
Bug 554768 - More fixes for Qt widget port. r=dougt
...
--HG--
extra : rebase_source : 5547b3dbc7c89e5821d46af4be2a09bef4af6eec
2010-03-25 20:33:31 -04:00
Josh Aas
401484723c
Require Mac OS X 10.6 at runtime for 64-bit builds. b=553429 r=bsmedberg
2010-03-25 12:07:50 -04:00
Paolo Amadini
b4046efec1
Bug 475283 - Replace getStringBundle() with ContentAreaUtils.stringBundle. r=gavin
...
--HG--
extra : rebase_source : 887eab46d0104e2692fe74b631e6be2562efcb2c
2010-03-25 14:16:20 +01:00
Ted Mielczarek
258de257fd
workaround bug 554854 by linking dump_syms statically. rs=bsmedberg
...
--HG--
extra : rebase_source : 5c136481da244f47956cd1db515c0068aafd5732
2010-03-25 09:16:19 -04:00
Marco Bonardo
59fc644e1e
Bug 553489 - Part11: Test for cases where an icon should not be set. r=sdwilsh
2010-03-25 12:34:53 +01:00
Marco Bonardo
e831c65fee
Bug 553489 - Part10: reimplement setAndLoadFaviconForPage. r=sdwilsh sr=vlad
2010-03-25 12:34:49 +01:00
Marco Bonardo
208cd2f7a2
Bug 553489 - Part9: NotifyStep. r=sdwilsh
2010-03-25 12:34:47 +01:00
Marco Bonardo
f1927b220f
Bug 553489 - Part8: AssociateIconWithPageStep. r=sdwilsh
2010-03-25 12:34:45 +01:00
Marco Bonardo
5e4bf87f23
Bug 553489 - Part7: SetFaviconDataStep. r=sdwilsh
2010-03-25 12:34:42 +01:00
Marco Bonardo
e10624755d
Bug 553489 - Part6: FetchNetworkIconStep. r=sdwilsh
2010-03-25 12:34:40 +01:00
Marco Bonardo
4e6db2d9d4
Bug 553489 - Part5: EnsureDatabaseEntryStep. r=sdwilsh
2010-03-25 12:34:38 +01:00
Marco Bonardo
b6174d2a67
Bug 553489 - Part4: FetchDatabaseIconStep. r=sdwilsh
2010-03-25 12:34:35 +01:00
Marco Bonardo
601401fcee
Bug 553489 - Part3: GetEffectivePageStep. r=sdwilsh
2010-03-25 12:34:33 +01:00
Marco Bonardo
925a3aac39
Bug 553489 - Part2: AsyncFaviconStepper. r=sdwilsh r=dietrich
2010-03-25 12:34:31 +01:00
Marco Bonardo
d31d86de04
Bug 553489 - Part1: new callback interface and better idl docs. r=sdwilsh sr=vlad
2010-03-25 12:34:28 +01:00
Dave Townsend
323f5e8b90
Bug 553169: Remove the old extension manager code
2010-03-21 15:36:39 -07:00
Dave Townsend
7cb61c81ed
Bug 553169: Port xpinstall browser chrome tests to the new extension manager API. r=robstrong
...
--HG--
rename : xpinstall/tests/authRedirect.sjs => toolkit/mozapps/extensions/test/xpinstall/authRedirect.sjs
rename : xpinstall/tests/browser_auth.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth.js
rename : xpinstall/tests/browser_auth2.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth2.js
rename : xpinstall/tests/browser_auth3.js => toolkit/mozapps/extensions/test/xpinstall/browser_auth3.js
rename : xpinstall/tests/browser_badhash.js => toolkit/mozapps/extensions/test/xpinstall/browser_badhash.js
rename : xpinstall/tests/browser_badhashtype.js => toolkit/mozapps/extensions/test/xpinstall/browser_badhashtype.js
rename : xpinstall/tests/browser_bug540558.js => toolkit/mozapps/extensions/test/xpinstall/browser_bug540558.js
rename : xpinstall/tests/browser_cookies.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies.js
rename : xpinstall/tests/browser_cookies2.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies2.js
rename : xpinstall/tests/browser_cookies3.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies3.js
rename : xpinstall/tests/browser_cookies4.js => toolkit/mozapps/extensions/test/xpinstall/browser_cookies4.js
rename : xpinstall/tests/browser_corrupt.js => toolkit/mozapps/extensions/test/xpinstall/browser_corrupt.js
rename : xpinstall/tests/browser_empty.js => toolkit/mozapps/extensions/test/xpinstall/browser_empty.js
rename : xpinstall/tests/browser_enabled2.js => toolkit/mozapps/extensions/test/xpinstall/browser_enabled2.js
rename : xpinstall/tests/browser_enabled3.js => toolkit/mozapps/extensions/test/xpinstall/browser_enabled3.js
rename : xpinstall/tests/browser_hash.js => toolkit/mozapps/extensions/test/xpinstall/browser_hash.js
rename : xpinstall/tests/browser_installchrome.js => toolkit/mozapps/extensions/test/xpinstall/browser_installchrome.js
rename : xpinstall/tests/browser_navigateaway.js => toolkit/mozapps/extensions/test/xpinstall/browser_navigateaway.js
rename : xpinstall/tests/browser_navigateaway2.js => toolkit/mozapps/extensions/test/xpinstall/browser_navigateaway2.js
rename : xpinstall/tests/browser_offline.js => toolkit/mozapps/extensions/test/xpinstall/browser_offline.js
rename : xpinstall/tests/browser_signed_multiple.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_multiple.js
rename : xpinstall/tests/browser_signed_naming.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_naming.js
rename : xpinstall/tests/browser_signed_tampered.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_tampered.js
rename : xpinstall/tests/browser_signed_trigger.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_trigger.js
rename : xpinstall/tests/browser_signed_untrusted.js => toolkit/mozapps/extensions/test/xpinstall/browser_signed_untrusted.js
rename : xpinstall/tests/browser_softwareupdate.js => toolkit/mozapps/extensions/test/xpinstall/browser_softwareupdate.js
rename : xpinstall/tests/browser_unsigned_trigger.js => toolkit/mozapps/extensions/test/xpinstall/browser_unsigned_trigger.js
rename : xpinstall/tests/browser_whitelist.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist.js
rename : xpinstall/tests/browser_whitelist2.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist2.js
rename : xpinstall/tests/browser_whitelist3.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist3.js
rename : xpinstall/tests/browser_whitelist4.js => toolkit/mozapps/extensions/test/xpinstall/browser_whitelist4.js
rename : xpinstall/tests/bug540558.html => toolkit/mozapps/extensions/test/xpinstall/bug540558.html
rename : xpinstall/tests/cookieRedirect.sjs => toolkit/mozapps/extensions/test/xpinstall/cookieRedirect.sjs
rename : xpinstall/tests/corrupt.xpi => toolkit/mozapps/extensions/test/xpinstall/corrupt.xpi
rename : xpinstall/tests/empty.xpi => toolkit/mozapps/extensions/test/xpinstall/empty.xpi
rename : xpinstall/tests/enabled.html => toolkit/mozapps/extensions/test/xpinstall/enabled.html
rename : xpinstall/tests/installchrome.html => toolkit/mozapps/extensions/test/xpinstall/installchrome.html
rename : xpinstall/tests/installtrigger.html => toolkit/mozapps/extensions/test/xpinstall/installtrigger.html
rename : xpinstall/tests/signed-no-cn.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-no-cn.xpi
rename : xpinstall/tests/signed-no-o.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-no-o.xpi
rename : xpinstall/tests/signed-tampered.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-tampered.xpi
rename : xpinstall/tests/signed-untrusted.xpi => toolkit/mozapps/extensions/test/xpinstall/signed-untrusted.xpi
rename : xpinstall/tests/signed.xpi => toolkit/mozapps/extensions/test/xpinstall/signed.xpi
rename : xpinstall/tests/signed2.xpi => toolkit/mozapps/extensions/test/xpinstall/signed2.xpi
rename : xpinstall/tests/startsoftwareupdate.html => toolkit/mozapps/extensions/test/xpinstall/startsoftwareupdate.html
rename : xpinstall/tests/unsigned.xpi => toolkit/mozapps/extensions/test/xpinstall/unsigned.xpi
2010-04-29 13:11:24 -07:00
Dave Townsend
0b5669c8d4
Bug 553169: XPCShell tests for the new extension manager API. r=robstrong
2010-04-29 13:11:23 -07:00
Dave Townsend
f2db58e155
Bug 553169: Port tests for bug 435743 to the new extension manager API. r=robstrong
2010-04-29 13:11:23 -07:00
Dave Townsend
e225f4a276
Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz
2010-04-29 13:11:23 -07:00
Dave Townsend
646512a96d
Bug 553169: Implement an AddonProvider for lightweight themes. r=robstrong
2010-04-29 13:11:23 -07:00
Dave Townsend
d4c80bc30e
Bug 553169: Implement XPI extensions in the new extension manager API. r=robstrong
2010-04-29 13:11:23 -07:00
Dave Townsend
7e38027b87
Bug 553169: Implement the basic extension manager API and platform integration. r=robstrong
2010-04-29 13:11:23 -07:00
Dave Townsend
b454969d34
Bug 553169: Make the platform talk to the extension manager without using a custom interface. r=bsmedberg
2010-04-29 13:11:23 -07:00
Dave Townsend
a1ec79c19b
Bug 553169: Implement a JS module for performing add-on update checks. r=robstrong
2010-04-29 13:11:23 -07:00
Benjamin Smedberg
86a58b9f68
Bug 563936 - Make google_breakpad::ClientInfo::UnregisterWaits handle pseudo-errors from UnregisterWait correctly if there is I/O pending at the time, r=doshimun a=mossop
2010-05-10 17:11:57 -04:00
Felipe Gomes
b188d1212c
Bug 562554 - "Toolbar buttons with drop-down menus are still busted in SeaMonkey Modern Theme" [r=roc] [a=Mossop]
2010-05-01 12:39:00 -04:00
Dave Townsend
fe87832908
Restoring the tests accidentally backed out by changeset a8ba788cac18 from bug 563662
2010-05-06 15:34:44 -07:00
Daniel Holbert
942fda5f5c
Bug 560393, part 1: (places directory) Fix warning: "format '%d' expects type 'int', but argument [N] has type 'size_t'". r=sdwilsh
2010-05-06 11:52:15 -07:00
Robert Sayre
0ebb9c1370
Merge tracemonkey to mozilla-central.
2010-05-06 08:50:41 -04:00
Matthew N.
658d0543b9
Bug 525394 - Fix race condition in test_autocomplete.js (old but not senior == senior citizen) [r=dolske]
2010-05-06 09:20:33 +02:00
Justin Dolske
0a5357c389
Whitespace change in CLOSED TREE to kick builds.
2010-05-05 17:02:44 -07:00
Chris Jones
def07f1688
Bug 563747: Allow building ipc/chromium on PPC, enable MOZ_IPC for mac/ppc. r=bsmedberg
2010-05-05 16:35:09 -05:00
Ted Mielczarek
e941d691f4
bug 563662 bustage fix - skip the new test on OS X
2010-05-05 12:16:44 -04:00
Dave Townsend
55e14992d6
Bug 487717: browser_bug435788.js times out. Add lots more logging. r=robstrong
2010-05-05 09:00:59 -07:00
Jeff Walden
575c66738f
Bug 552560 - Reenable the ctypes test in chrome workers, and make all parent-checks only happen if we're running in xpcshell and have access to the parent(o) function. r=dwitte
2010-05-05 14:35:12 -07:00
Jeff Walden
c4d962809b
Fix orange by temporarily disabling js-ctypes chrome worker test that uses parent(), to buy more time to figure out a fix at leisure. r=orange
2010-05-04 18:28:27 -07:00
Ted Mielczarek
59b56c5131
bug 563662 - FPU Exception filter crashes when we hit a pure virtual function call. r=bsmedberg
...
--HG--
extra : rebase_source : 34016adebf806015162553df71ad28879105e978
2010-05-04 15:34:55 -04:00
Marco Bonardo
e4bdac57e2
Bug 563098 - Use shared services and async statements in PlacesDBFlush. r=sdwilsh
2010-05-05 15:27:59 +02:00
Jeff Walden
00f6066393
Bug 552560 - Remove support for __parent__. r=mrbkap
2010-04-11 13:51:00 -07:00
Dan Witte
7124fa12fa
Bug 551982 - Generate t.name and t.fields lazily. Part 3: lazy ffi_type. r=benjamn
2010-05-03 16:26:50 -07:00
Dan Witte
70dd2657d6
Bug 560002 - Opaque struct and definition support in ctypes. Part 2: Remove opaque pointers. r=benjamn
2010-05-03 16:20:43 -07:00
Dan Witte
91a57c32a3
Bug 560002 - Opaque struct and definition support in ctypes. Part 1: Opaque structs. r=benjamn
2010-05-03 16:20:05 -07:00
Kyle Huey
1cc8b652b4
Bug 555512: Allow whitespace in removed-files.in r=rs
...
--HG--
extra : rebase_source : f77e0ffe8e24cdf9565b97c3edf9f465c00f22f7
2010-05-02 17:54:54 -04:00
Peter Van der Beken
3fcb7546e7
Fix for bug 560199 (Link XPConnect and caps into layout). r=jst.
...
--HG--
extra : rebase_source : 5141822e9d560019ffc1e0cb0264782aa8aa7a99
2010-04-11 15:55:24 +02:00
Robert Sayre
faf02611d9
Merge tracemonkey to mozilla-central.
2010-05-04 13:27:55 -04:00
Ginn Chen
9cd7837bf1
Bug 562045 Firefox failed to start on Solaris if /usr/bin/diff is used r=bsmedberg
2010-05-04 15:56:04 +08:00
Gavin Sharp
ca9ebd7a8f
Bug 559467: tweak nsILoginManager documentation, rs=dolske
...
--HG--
extra : rebase_source : 4780201d1f2801b3d52ca1eabe7dc999cda100ba
2010-04-15 00:06:21 -04:00
Neil Deakin
bc56cd9078
Disable these tests for now
2010-04-18 15:37:43 -04:00
Neil Deakin
16e62a0020
Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking
2010-04-18 14:27:18 -04:00
Marco Bonardo
e203107ce4
Bug 557406 - Intermittent xpcshell failure in test_bookmarks.js, r=dietrich
2010-04-18 16:05:58 +02:00
rbs@maths.uq.edu.au
978cb43dd1
Bug 251843: Add alternating background to about:config. r=mconnor
2010-04-18 09:26:31 +02:00
Michael Ventnor
3602bd64b6
Bug 544099 - Highly optimise -moz-box-shadow for common cases by allowing layout to specify an area where blurring is not needed r=roc,joe
...
--HG--
rename : gfx/thebes/src/gfxBlur.cpp => gfx/src/thebes/utils/gfxBlur.cpp
rename : gfx/thebes/public/gfxBlur.h => gfx/src/thebes/utils/gfxBlur.h
extra : rebase_source : d7ad7a1ee2ac9e25937133dba95f0f8d7347d612
2010-04-18 13:13:10 +10:00
Steffen Wilberg
9f92a31d44
Bug 538890: Improve legibility of about:buildconfig. r=gavin
2010-04-13 20:22:34 +02:00
Marco Bonardo
698a556c8d
Bug 509426 - disable flushes on test_405938_restore_queries.js
2010-04-17 12:07:21 +02:00
Nickolay Ponomarev
ed75422f99
bug 369147, "Warning: unrecognized command line flag -foreground" on launch
...
r=josh
Don't add the '-foreground' flag to the list of command line arguments if we're not restarting,
since no-one outside of XRE_main knows how to handle it.
2010-04-17 13:50:17 +04:00
Dão Gottwald
6487511945
merge backout
2010-04-17 11:10:26 +02:00
Dão Gottwald
ee9f9b277e
Backed out changeset d5efbc47f534
2010-04-17 11:09:25 +02:00
Marco Bonardo
60899ff343
Bug 556739 - Part 3: PlacesUtils is added twice at build time. r=dietrich
2010-04-16 23:51:36 +02:00
Marco Bonardo
1d77a891bd
Bug 556739 - Part 2: use Services in microsummaries service. r=dietrich
2010-04-16 23:51:33 +02:00
Marco Bonardo
d644ba9c98
Bug 556739 - Part 1: Expose more from PlacesUtils. r=dietrich
2010-04-16 23:51:04 +02:00
Marco Bonardo
6dc8730c40
Bug 527134 - disable flushes for test_385829.js a=dietrich
2010-04-16 23:50:58 +02:00
Marco Bonardo
229fe714c7
Bug 527622 - test_sorting.js should wait for clear history. a=dietrich
2010-04-16 23:50:40 +02:00
Marco Bonardo
c4a48f9863
Bug 540751 - test_update_frecency_after_delete.js should wait for clear history. a=dietrich
2010-04-16 23:50:21 +02:00
Marco Bonardo
2f483437e5
Bug 547334 - test_browserhistory.js should wait for clear history. a=dietrich
2010-04-16 23:49:44 +02:00
Marco Bonardo
32a0915d52
Bug 556347 - LAZY_TIMER*2 is not large enough to ensure correctness of the test. a=dietrich
2010-04-16 23:48:38 +02:00
Felipe Gomes
027eb6c1e4
Bug 524811 - "add glowing Firefox icon in the taskbar when downloads are completed" [r=sdwilsh ui-r=beltzner]
...
--HG--
extra : rebase_source : 53eb7821e75160557ed7d34e66e1fbcefa7bddd3
2010-05-01 09:55:00 -04:00
Dão Gottwald
37ea818bd4
Bug 551769 - Background tabs sit too low. r=ventnor
2010-03-12 07:49:12 +01:00
Henri Sivonen
3060e7ee1b
Bug 546648 - Make test_mousecapture.xul wait for the load event of opened windows. r=enndeakin.
...
--HG--
extra : rebase_source : 112d1f7963fe9c3d92960f6e8fc8c17524d41638
2010-03-09 15:11:24 +02:00
Robert Strong
3ebd11eb47
Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 3 - string changes. r=dtownsend, ui-r=faaborg
2010-03-11 20:38:31 -08:00
Robert Strong
efd4f6162e
Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 2 - pinstripe changes. r=dtownsend, ui-r=faaborg
2010-03-11 20:38:12 -08:00
Robert Strong
16b7d1f277
Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 1 - main changes without pinstripe changes. r=dtownsend, ui-r=faaborg
2010-03-11 20:37:45 -08:00
Benedict Hsieh
1426097ff2
Fixes crash in CrashReporter on child process shutdown, bug 548810. r=ted
2010-03-11 17:17:35 -08:00
Manuel Reimer
fd935d93c1
Bug 550705 - Dispatch events for toolbar customization. r=enn/dao
2010-03-11 21:42:23 +01:00
Dão Gottwald
85efd8a077
Bug 551765 - Rename tabs._tabbox to tabs.tabbox. r=enn
2010-03-11 21:38:34 +01:00
Chris Jones
926e2f746f
Bug 544936, part 4: Move some common code for dealing with minidumps and .extra files into nsExceptionHandler. r=ted
2010-03-24 16:22:01 -05:00
Chris Jones
e5112c13c8
Bug 544936, part 3: Add a CrashReporter API to create a child/parent minidump pair with its own GUID. r=ted
2010-03-24 16:22:00 -05:00
Chris Jones
6f5a8ed678
Bug 544936, part 2: Add the ability to generate a minidump of a child process at any time (windows). r=ted
2010-03-24 16:21:59 -05:00
Chris Jones
f3315fbfe8
Bug 544936, part 1: Add the ability to generate a minidump of a child process at any time (linux). r=ted
2010-03-24 16:21:58 -05:00
Chris Jones
31122792bc
Bug 517404: Create the Crash Reporter/submitted/ directory if it doesn't already exist. r=ted
2010-03-24 16:21:56 -05:00
Smokey Ardisson
34bc3d456b
Add support for an old type of Apple event so that preview from Dreamweaver (<= CS4) works again. b=549680 r=josh
2010-03-24 13:33:04 -04:00
Neil Deakin
26619f6d45
Back out unintentional changes from bug 554072
2010-03-24 11:28:44 -04:00
Neil Deakin
e9dda7e9f3
Bug 554072, resizer should account for borders and padding when retrieving current element size, r=roc
2010-03-23 14:52:56 -04:00
Dão Gottwald
700ebc0ae8
Bug 544762 - Implement menuitem-with-favicon class in toolkit and use it in appropriate places. ui-r=faaborg, r=gavin
2010-03-24 10:17:40 +01:00
Andrew Sutherland
ddd3c4327f
Bug 507414 - Add a createAsyncStatement API on mozIStorageConnection. r=sdwilsh, sr=vlad.
...
--HG--
rename : storage/src/mozStorageStatementJSHelper.cpp => storage/src/mozStorageAsyncStatementJSHelper.cpp
rename : storage/src/mozStorageStatementJSHelper.h => storage/src/mozStorageAsyncStatementJSHelper.h
rename : storage/src/mozStorageStatementParams.cpp => storage/src/mozStorageAsyncStatementParams.cpp
rename : storage/src/mozStorageStatementParams.h => storage/src/mozStorageAsyncStatementParams.h
2010-03-24 00:32:40 -07:00
Robert Sayre
d40ae6336a
Ahem. Disable generator-using test until bug 565199 is fixed.
2010-05-12 12:32:04 -04:00
Robert Sayre
ed299d5cfa
Disable generator-using test until bug 565199 is fixed.
2010-05-12 11:41:13 -04:00
Rob Arnold
fd95e7b700
Bug 563462 - Remove Photon bits from toolkit/ r=Mossop
2010-05-12 14:31:24 -04:00
Steffen Wilberg
1920b72b59
Bug 282127: Highlight odd tree rows in trees with multiple columns in Gnomestripe and Pinstripe. Implement and use ::-moz-tree-row(multicol). ui-review=faaborg, r=enndeakin
2010-05-12 20:25:48 +02:00
Dave Townsend
9957603f69
Bug 554237: Dual vertical scrollbars if any type of add-ons exceed window area. r=unfocused
2010-05-12 10:26:04 -07:00
Paolo Amadini
8e4e0a85a6
Bug 561472 - Add a new DownloadPaths JavaScript module. r=sdwilsh
2010-05-12 12:11:53 +02:00
Mounir Lamouri
cbf74508a5
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
2010-05-12 09:17:07 +02:00
Phil Ringnalda
c55d201b69
Bug 518989 - Allow theming of about:support, and move the inline JS out to a separate file, r=gavin
2010-02-20 20:42:25 -08:00
Phil Ringnalda
7206f0b6d8
Bug 518607 - Move the Troubleshooting Information page into toolkit so other apps like Thunderbird and SeaMonkey can use it, r=gavin
2010-02-20 19:36:46 -08:00
Phil Ringnalda
de894ff62f
Bug 542928 - try to stop the constant orange by disabling browser_bug511456.js on Linux, rs=dolske, a=1
2010-04-24 19:03:30 -07:00
Robert Sayre
ce8dd5744b
Merge tracemonkey to mozilla-central. a=1hr
2010-04-24 17:49:33 -04:00
L. David Baron
3253d21f6e
Add some temporary code for debugging bug 538462. a=1hourlimit for metering
2010-04-24 12:34:30 -07:00
Robert Sayre
0f0d2ffdf7
Merge mozilla-central to tracemonkey.
2010-04-24 12:56:26 -04:00
Mike Hommey
7ef93c2266
Bug 448375 - Only depend on dbus-glib when needed. Depend on dbus instead [r=benjamin]
2010-04-24 09:39:53 +02:00
Mike Hommey
7f75f6109e
Bug 553995 - Don't depend on network connectivity in test_bug_406857.js [r=sdwilsh]
2010-04-24 09:39:16 +02:00
Chris AtLee
fe59ec1c10
bug 561419: Only upload breakpad symbols to FTP for now, to reduce load on mv<-->mpt link. r=bsmedberg, a=dholbert_sheriff
2010-04-23 13:00:06 -07:00
Chris AtLee
8afe967e94
bug 561419: Only upload breakpad symbols to FTP for now, to reduce load on mv<-->mpt link. r=bsmedberg, a=dholbert_sheriff
2010-04-23 13:00:06 -07:00
Chris Double
39352b97f4
Bug 551277 - Replace liboggplay YUV to RGB color conversion code - r=roc
2010-04-19 13:17:06 +12:00
Jeff Walden
4b9b1d8e68
Bug 560018 - Actually remove support for { get property funname() { } }, confounded merging madness... r=luke
...
--HG--
extra : rebase_source : b3c47f5fdd0fcb52f68876e9a4fab16143c16901
2010-04-17 03:19:33 -07:00
Felipe Gomes
6afdda30fc
Bug 544356 - Users are often unaware that they have left the Download Mgr window open when exiting. Fix test.
2010-04-22 13:11:55 -07:00
Dave Townsend
f1d4bafdbd
Backed out changeset f9a700607b86 from bug556400 due to possible browser-chrome failures.
...
--HG--
extra : transplant_source : %AC%2C%060%A3Shzk%F0%19i%87%AB%D8%87%B8%5E%80%A6
2010-07-02 20:01:44 -07:00
Dave Townsend
1603750c26
Backed out changeset 07a9dcc28c5c from bug 566738 due to possible browser-chrome failures.
...
--HG--
extra : transplant_source : %0C%19%86%CE%D8%F3%95%7FV%BA%3DsM%06%D4%EF%C8%B7%8Dq
2010-07-02 20:00:45 -07:00
Dave Townsend
8a945c0886
Backed out changeset f666976446db from bug 556400 due to possible browser-chrome
...
failures.
--HG--
extra : transplant_source : h%3B%A1%2CB0Z%08%B0%D3%D7N-%DD%0B%00%8C%95G%FE
2010-07-02 19:58:25 -07:00
Benedict Hsieh
94b9e463dd
Bug 531886 - [regression] *.mfasl fastload caches not invalidated after build / changing XUL/JS code. r=bsmedberg
2010-07-02 16:59:17 -07:00
Jonathan Kew
51608a2869
bug 559473 - use a longer-lived autorelease pool to try and resolve intermittent crash during widget destruction. r=smichaud,joshmoz
2010-04-21 09:29:38 +01:00
Oleg Romashin
494639846e
Bug 553904 - Child tab process crashes on attempt to initialize child plugin process. r=bent.mozilla
...
--HG--
extra : rebase_source : 2a018b5f9c74a713e493643e611b330e08e1afd8
2010-04-20 21:43:51 +03:00
Ehsan Akhgari
f11e5f3370
Bug 553124 - After bug 147777 lands, private browsing doesn't need to disable coloring of visited links any more; r=sdwilsh,bzbarsky
...
--HG--
extra : rebase_source : 7aff54b4357ca411278e906ecd022adfd1bb09cc
2010-04-06 13:47:42 -04:00
Dan Witte
7a20b3b9ab
Remove spurious ctypes makefile listing. r=aidan
2010-04-06 12:39:41 -07:00
Craig Topper
771eede254
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
2010-04-10 16:10:12 -04:00
Craig Topper
9eccdbd4d7
Bug 557416: Remove unnecessary includes and forward declarations of nsIPresShell. r=roc
2010-04-10 16:09:38 -04:00
felipc@gmail.com
a0860655c9
Bug 557987 - Toolbar buttons with drop-down menus are busted, r=roc@ocallahan.org
2010-04-10 22:29:12 +03:00
Ehsan Akhgari
1f28dcaf26
Bug 541739 - Flaws in download cancellation checks when switching the private browsing mode; r=sdwilsh
2010-01-26 20:28:51 -05:00
Serge Gautherie
a80090b84d
Bug 427500 - Upgrade the copy of MochiKit used in Mochitest, to v1.4.2; (Gv1a) Explicitly test http://svn.mochikit.com/mochikit/tags/MochiKit-1.4.2/ (== r1480), make it run and pass.
...
r=ctalbert.
2010-04-16 16:50:56 +02:00
Marco Bonardo
9edfc53e75
Bug 559682 - Ensure we create a valid transaction in batches before trying to commit it. r=sdwilsh
2010-04-16 14:31:21 +02:00
Mark Banner
2d3078c1c2
Bug 559609 Remove non-toolkit dependency from aboutRights-unbranded.xhtml. r=gavin
2010-04-16 10:33:03 +01:00
Drew Willcoxon
b660f0bb6a
Bug 536893 - Asynchronous API for opening nsNavHistoryFolderResultNodes (part 2), r=mano
2010-04-09 11:30:35 -07:00
Drew Willcoxon
207fc62f9f
Bug 536893 - Asynchronous API for opening nsNavHistoryFolderResultNodes (part 1), r=mano, sr=vlad
2010-04-09 11:30:29 -07:00
L. David Baron
16bd84ee1e
Fix spelling of existence.
2010-04-08 20:58:17 -07:00
L. David Baron
aebe5d267d
Fix misspelling of implement.
2010-04-08 19:14:43 -07:00
Philippe Wittenbergh
94b9caabd6
Bug 484123 - spurious block in toolkit/components/Makefile.in prevents distclean from working properly, r=ted. Camino-only, NPOTDB
2010-04-08 20:58:54 -04:00
Ted Mielczarek
bc5cd1c71c
bug 555674 - fix some bugs in the Breakpad Linux/ARM code. r=jimb
...
--HG--
extra : rebase_source : 65458f5d7b0a7243e7d2662bc6065c6576e00af0
2010-03-26 14:23:48 -04:00
Ted Mielczarek
947dce4abf
bug 554021 - enable compiling Breakpad on Linux/ARM by default. r=jimb
...
--HG--
rename : toolkit/crashreporter/client/crashreporter_linux.cpp => toolkit/crashreporter/client/crashreporter_gtk_common.cpp
extra : rebase_source : a8a747f388c8d7bfe1abb5df1e74dfb61a723303
2010-03-26 14:23:48 -04:00
Ted Mielczarek
d75dd0bc03
bug 546538 - crash reporter ui for maemo. r=mfinkle
...
--HG--
rename : toolkit/crashreporter/client/crashreporter_linux.cpp => toolkit/crashreporter/client/crashreporter_gtk_common.cpp
rename : toolkit/crashreporter/client/crashreporter_unix.cpp => toolkit/crashreporter/client/crashreporter_unix_common.cpp
extra : rebase_source : 544ea2a4956ca55b094c0549b7474c135baa70c3
2010-04-07 13:06:17 -04:00
Brian Crowder
9942f20527
Bug 548582 - FastStartup should save prefs when the final window closes, r=mfinkle
2010-04-08 12:19:32 -07:00
Ehsan Akhgari
995faa7109
Bug 555289 - Plugin crashed UI should be RTL in RTL locales (Further fixes + tests); r=dao,dbaron
2010-04-07 19:35:09 -04:00
Justin Dolske
03c1a2e1f6
Bug 557661 - change OOPP crash UI to make it easier to submit crash reports. r=gavin, ui-r=beltzner
2010-04-07 18:53:00 -07:00
Eddy Ferreira
e4534c67dc
Bug 252486 - Add option to disable saving form data on https websites. r=dolske
2010-04-06 18:42:00 -07:00
Ben Bucksch
a0a208a008
Bug 521467 - Automatically log in to proxy. r=dolske, r=zpao
2010-04-06 15:28:00 -07:00
Mark Finkle
3c1a31730b
Bug 557642 - An option should be added to disable auto-rotation [r=dougt]
2010-04-07 23:01:56 -04:00
John Ford
1c1663cf87
Bug 549427 - tests tarball should be zip files. r=ted
2010-04-07 17:43:31 -07:00
Michael Wu
ede652e594
Bug 543150 - Eliminate platform.ini checking in XRE_main, r=bsmedberg
...
--HG--
extra : rebase_source : 66d7259ae79d9df6e68f00fb29d2766bc14128a8
2010-04-07 12:44:38 -07:00
Ehsan Akhgari
68e64fb097
Merge
2010-04-07 14:24:47 -04:00
Ted Mielczarek
f131b753d9
Backed out changeset 7886dc6ae0c8 - bug 549427 - tests tarball should be zip files (CLOSED TREE)
2010-04-07 13:32:06 -04:00
Ehsan Akhgari
597523deaa
Merge backout of bug 553124
2010-04-07 13:29:28 -04:00
Ehsan Akhgari
3313f2610b
Backed out changeset 9786ae3984b3 (bug 553124) because of potential privacy risks
2010-04-07 13:29:10 -04:00
John Ford
08a99dab2a
bug 549427 - tests tarball should be zip files r=ted.mielczarek
2010-03-10 18:01:00 -05:00
Ted Mielczarek
9034abfe3b
bug 553635 - link libimgicon into libxul in gtk builds. r=bsmedberg
2010-03-20 12:14:15 -04:00
Reed Loden
80b6841948
s/unkown/unknown/, as I'm tired of reading this typo in orange logs.
...
--HG--
rename : toolkit/mozapps/downloads/tests/chrome/test_unkownContentType_dialog_layout.xul => toolkit/mozapps/downloads/tests/chrome/test_unknownContentType_dialog_layout.xul
2010-04-07 01:58:59 -05:00
Ginn Chen
c3fc2f9d1c
Bug 550371 mozalloc failed to build on Solaris r=bsmedberg
2010-04-07 14:16:32 +08:00
Jim Mathies
f6dc2fd7ce
Bug 563381 - Sync AppUserModelID with plugin-container. r=bsmedberg.
2010-05-14 19:25:10 -05:00
Jim Mathies
7d84eaf6a8
Bug 562753 - On upgrade, update AppUserModelID for application shortcuts. r=rstrong.
2010-05-14 19:24:50 -05:00
Jim Mathies
1e97e41ca7
Bug 526663 - Remove pinned shortcuts after uninstalling application. r=rstrong.
2010-05-14 19:24:29 -05:00
Jim Mathies
39e2138d31
Bug 521141 - Group running applications properly under shortcuts pinned to the taskbar. r=rstrong.
2010-05-14 19:24:01 -05:00
Dave Townsend
62f64682d2
Bug 564092: Make the fragment a map of {guid: add-on name} in the Discovery Pane. r=Unfocused
2010-05-14 12:57:58 -07:00
Graeme McCutcheon
000cb14a3b
Bug 526326 - Fix random orange by ensuring tests wait for correct pageshow event before executing. r=gavin
2010-05-14 21:28:49 +01:00
Graeme McCutcheon
5fe00a78ba
Backout temporary debugging code added in changeset 8e79b68f2d6c
2010-05-14 21:26:32 +01:00
Markus Stange
c078ce1736
Bug 549562 - Position the toolbar customization popup in repositionDialog() and make it invisible until it's positioned and loaded. r=gavin
2010-05-14 12:20:00 +02:00
Alexander Surkov
3f2ef347e3
Bug 552944 - No relationship between tabs and associated property page in new tabbrowser construct, r=enn, davidb, marcoz, sr=neil
...
--HG--
rename : accessible/tests/mochitest/test_relations.html => accessible/tests/mochitest/relations/test_general.html
rename : accessible/tests/mochitest/test_relations.xul => accessible/tests/mochitest/relations/test_general.xul
rename : accessible/tests/mochitest/test_relations_tree.xul => accessible/tests/mochitest/relations/test_tree.xul
2010-05-14 18:55:00 +09:00
Mitchell Field
6ad77bd6db
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
2010-05-14 18:24:41 +09:00
Mark Banner
14c0ac6dc0
Bug 530079 Catch and handle nicely 'malformed URI sequence when migrating passwords from the legacy storage to the new. r=dolske
2010-05-14 09:07:36 +01:00
Graeme McCutcheon
da20269987
Add some temporary debug code to assist in fixing frequent orange Bug 562326.
2010-05-14 06:32:20 +01:00
Shawn Wilsher
f4da63e4bf
Bug 526601 - Places needs to use asyncClose instead of close on the database connection
...
Storage API changed, and we need to update.
r=mak
2009-11-09 09:59:40 -08:00
Blair McBride
bd0b32abc1
Backout patch for c7562242f88e due to bustage
2010-03-11 16:35:37 +13:00
Blair McBride
8274492c49
Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor
2009-11-23 15:37:39 +13:00
Josh Aas
bcb41f783d
More Carbon usage cleanup. b=550787 r=bsmedberg
2010-03-10 14:30:11 -05:00
Brad Lassey
8857f4c08a
bug 548207 - allow make check to run over remote connection from devicemanager.py r=ted,ctalbert,jmaher
...
--HG--
rename : build/devicemanager.py => build/mobile/devicemanager.py
2010-03-10 13:36:45 -05:00
Marco Bonardo
55340792b2
Bug 542943 - Get rid of bookmarksHash, r=dietrich
2010-03-10 13:40:52 +01:00
Marco Bonardo
56ff9e67ce
Bug 542941 - Part8: fix test_multi_queries.js for the new transition, r=dietrich
2010-03-10 13:40:43 +01:00
Marco Bonardo
167c09b047
Bug 542941 - Part7: Fix CRLF newlines in test_multi_queries.js
2010-03-10 13:40:41 +01:00
Marco Bonardo
03c77c3a09
Bug 542941 - Part6: fix existing tests to check for the new transition type, r=dietrich
2010-03-10 13:40:39 +01:00
Marco Bonardo
ee2bb7ac00
Bug 542941 - Part4 and 5: fix a sessionID bug, and introduce a new test for redirects, r=dietrich
2010-03-10 13:40:37 +01:00
Marco Bonardo
8bbafcd423
Bug 542941 - Part2: markPageAsFollowedLink and TRANSITION_FRAMED_LINK, r=dietrich sr=mconnor
2010-03-10 13:40:34 +01:00
Marco Bonardo
ec05c579c0
Bug 542941 - Part1: Clean up and comment AddVisitChain code, r=dietrich
2010-03-10 13:40:32 +01:00
Phil Ringnalda
069b03338e
Bug 548189 - Remove embedding/components/ui/, r=bsmedberg
...
--HG--
extra : rebase_source : b5ce791f2f0ac155e8974f9400d2c8d49956e19f
2010-02-24 00:20:33 -08:00
Phil Ringnalda
e46c23ce11
Bug 547653 - Build toolkit search based on a define rather than an exclusion of some apps, r=ted
...
--HG--
extra : rebase_source : b164bf687e7926a81ae8b25823858f11565a947c
2010-02-21 21:51:18 -08:00
Brad Lassey
bb55fe310f
backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests
2010-03-09 22:33:11 -05:00
Joel Maher
aef3dc32c3
Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert
2010-03-09 08:55:39 -08:00
Marco Bonardo
aa09cf6372
backout bug 543444 due to leaks
2010-03-09 17:23:32 +01:00
Asaf Romano
e7acf94dc2
Bug 543444 - Replace single-view API with multiple observers. r=mak sr=rstrong
2010-03-09 14:43:09 +01:00
Alex Vincent
a860fb0c22
Bug 473412 - Editable tree cells cannot be activated by a keystroke. r=enn, sr=robstrong
2010-03-09 13:24:39 +01:00
Ben Newman
b3cb7ea79d
Bug 516522 - CPOW: Cross-Process (JavaScript) Object Wrapper. r=mrbkap r=bent sr=jst
2009-11-06 12:43:39 -08:00
Doug Turner
b6fe4bd112
today is two merge monday
2010-03-22 22:05:25 -07:00
Jim Mathies
a149cb14ad
Bug 545149 - Fix various issues with winless plugin context menus. r=bent.
2010-03-22 22:06:35 -05:00
Doug Turner
9e52c27932
merge from mozilla-central. no merges required
2010-03-23 02:53:35 -07:00
Jason Duell
69b885991b
Merge from m-c in order to fix e10s necko hangs caused by last m-c merge.
2010-03-19 23:55:40 -07:00
Markus Stange
14d6397c6a
Bug 538187 - CSS changes for :-moz-window-inactive pseudoclass. r=dao
2010-03-17 18:12:03 +01:00
Dão Gottwald
83d866ad67
Bug 553539 - Provide a helper function for common toolbar iteration pattern. r=neil
2010-03-22 09:12:32 +01:00
Ted Mielczarek
3f7032f825
bustage fix from bug 536173, s/srcdir/topsrcdir/
2010-03-20 20:05:43 -04:00
Ted Mielczarek
5cd1a1f641
bug 548113 bustage fix, remove extra semicolon
2010-03-20 12:46:48 -04:00
Ted Mielczarek
f9d890e8d0
bug 548113 bustage fix, remove trailing comma in enum list
2010-03-20 12:43:04 -04:00
Cork
64343401d8
bug 536173 - Build fails when building an uncommited merge "ValueError: too many values to unpack make[1]: *** [platform.ini] Error 1" r=ted.mielczarek
...
--HG--
extra : rebase_source : 4f273135266ea747aa12ca6bddf922668112fef2
2010-01-29 13:41:00 -05:00
Ted Mielczarek
3b29cff61c
bug 548113 - Sync to Breakpad revision 554. Local Makefile changes. r=jimb
...
--HG--
extra : rebase_source : d0d8cb30bb0536530df9070ad8386534432b9b95
2010-03-17 11:57:25 -04:00
Ted Mielczarek
44e5ef614b
bug 548113 - Sync to Breakpad revision 554
...
--HG--
extra : rebase_source : d2fec8ccdc5e042a806f257b2c80631373549b3b
2010-03-17 11:57:25 -04:00
Justin Dolske
63cffdd401
Bug 465636 - Login Manager should record creation/usage timestamps. r=zpao, sr=vlad
...
--HG--
rename : toolkit/components/passwordmgr/test/unit/head_storage_legacy_1.js => toolkit/components/passwordmgr/test/unit/head_common.js
2009-12-28 20:39:00 -08:00
Robert Kaiser
fd99307a97
bug 541746 - fix test_frecency.js to work on SeaMonkey, r=dietrich
2010-03-19 17:21:59 +01:00
Neil Deakin
79c932638a
Bug 442228, support resizers in scrollable areas and enable them by default for textareas, r=roc,sr=dbaron
2010-03-19 07:49:34 -04:00
Dão Gottwald
8d6f4dd13b
Bug 449082 - aElt is null after customize toolbar drag and drop actions. r=enn
...
--HG--
extra : rebase_source : fb14c7ce2e601c0910b1de4ca1bd269ea0f5b414
2010-03-19 08:45:11 +01:00
Chris Jones
f0a9d808d4
Merge backout
2010-03-18 21:01:32 -05:00
Chris Jones
ecaab71939
Backed out changeset bda8efa53512
2010-03-18 21:01:10 -05:00
David Bolter
af0cd9907e
Increase the minimum wait time for testing interval expiration (b=542736 - random orange); r=mak77
2010-03-18 21:24:44 -04:00
Chris Jones
a9301cdf81
Bug 551392: Remove hack made unnecessary by unified build tiers. r=ted
2010-03-18 17:52:38 -05:00
Chris Jones
d7b8ead1aa
Bug 551392: Remove subprocess minidumps after they're grabbed to avoid spurious crash detection. r=ted
2010-03-18 17:52:36 -05:00
Dão Gottwald
090e521290
Backed out changeset a352d0413476
2010-03-18 23:48:00 +01:00
Siddharth Agarwal
d44b186b73
Bug 474060 - Show download progress in app icon in Windows 7 taskbar, part 2. Test by Felipe Gomes <felipc@gmail.com>. r=sdwilsh
...
--HG--
extra : rebase_source : e0a037bda886004c681eb38c4ee4b66728c71e23
2010-03-18 19:34:30 +01:00
Gavin Sharp
52ce71ca5f
Bug 549637: don't build toolkit and toolkit/components separately, r=ted
...
--HG--
extra : rebase_source : 2ec6acf0bc02be9c7469e716fdf97ed9238657b4
2010-03-02 10:11:01 -08:00
Marco Bonardo
50df9cf854
Bug 536081 - Can't delete all history entries returned by a search in Library or Sidebar. r=dietrich
2010-03-18 11:59:08 +01:00
Simon Montagu
16606db5c5
Bug 411511: Make nsIProcess accept Unicode paths as well as native charset, r=bsmedberg
2010-03-18 10:37:12 +02:00
Rail Aliev
5a354e4d56
Bug 545431, fix versioning of mac sdks, r=ted.mielczarek
2010-03-18 16:02:14 +13:00
Justin Dolske
b624180ee3
Bug 551851 - Add Services.jsm goodness to login manager. r=zpao, r=vlad
2010-03-11 18:25:00 -08:00
Josh Matthews
6958a34b67
Bug 188285 - "Form autocomplete should not store credit card numbers" [r=dolske]
2010-01-31 06:25:00 +13:00
Robert Strong
b5904920bb
Bug 545707 - Software update reports transfer speed in bytes per second. r=dolske
2010-03-17 16:12:41 -07:00
Robert Strong
49461057ae
Bug 549969 - Add ability to save xml attributes from update xml that app update doesn't care about. r=dolske
2010-03-17 16:12:30 -07:00
Robert Strong
823595d69f
Bug 551283 - Suspicious and possibly unused code in updates.js updateListener.onProgress. r=dolske
2010-03-17 16:12:20 -07:00
Robert Strong
dde124550b
Bug 548061 - Billboard should handle 404 (other errors?) for billboard better. r=dolske
2010-03-17 16:12:12 -07:00
Justin Wood
8a14e3c142
Bug 552896, Some cleanup of toolkit-makefiles.sh (removals). blanket-rs+=ted
2010-03-17 15:18:35 -04:00
Markus Stange
e8fdcce9ea
Backed out changeset d906e4dd1e49, bug 538187 - CSS changes for :-moz-window-inactive pseudoclass because of test_righttoleft.xul test failures.
...
--HG--
extra : rebase_source : 48dbae1048eaf589013725fad8f6134fcf49c139
2010-03-17 19:58:46 +01:00
Markus Stange
4e55c7a59b
Bug 552371 - Update billboard window should be draggable by its bottom toolbar. r=rs
2010-03-17 18:12:55 +01:00
Markus Stange
8a06df10bb
Bug 538187 - CSS changes for :-moz-window-inactive pseudoclass. r=dao
2010-03-17 18:12:03 +01:00
Henri Sivonen
32683ce44d
Bug 546647 - Make test_Microformats_hCard.html not depend on <area> parsing outside <map>. r=jonas.
...
--HG--
extra : rebase_source : 678a6b55376f7cd82c6025dc27f30907b6acf97d
2010-02-22 14:17:35 +02:00
James Cook
2eda17d868
Bug 551149 - Compilation error on toolkit/xre/nsX11ErrorHandler.cpp. r=dougt
2010-03-17 08:31:49 +02:00
Justin Dolske
1db3f5a1ce
Bug 550293 - plugin-crashed UI needs more user opt-in. r=vlad, ui-r=faaborg
2010-03-16 22:10:08 -07:00
Marco Bonardo
88d91d133b
Bug 552386 - test_history_sidebar.js fails between midnight and 2:00am with new DST settings, r=dietrich a=dholbert for CLOSED TREE
2010-03-16 02:02:50 +01:00
Dão Gottwald
ae2081f113
Bug 477113 - RTL text-align changes throughout the theme because of bug 299837. r=ehsan
...
--HG--
extra : rebase_source : 4bc0a54962f3987db6db08b7dd90a82d80f1831d
2010-03-15 19:45:10 +01:00
Oleg Romashin
bbad1c15f2
Bug 552013 - g_type_init required for conic initialization when building with Qt platform. r=dougt
2010-03-15 04:25:03 +02:00
Dão Gottwald
e0da1e411b
fix browser_bug295977_autoscroll_overflow.js on OS X
2010-03-14 09:08:14 +01:00
Dão Gottwald
0156366204
fix up tests
2010-03-14 08:02:11 +01:00
Makoto Kato
33579349f7
Bug 524449 - Remove nsIPref from tree. r+sr=benjamin
2010-03-13 22:25:13 +09:00
Robert Longson
7f73b235c7
Bug 510202 - simplify C++ code now that bug 461199 has landed. r=sdwilsh,sr=bzbarsky
2010-03-13 10:32:19 +00:00
Joel Maher
d050afae06
Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE
2010-03-12 13:53:36 -08:00
Ben Hearsum
0d81bd96a4
bug 549672: fix largemenu test by waiting for window to move in a loop. patch=enn. test-only changes on a CLOSED TREE
2010-03-12 13:00:36 -05:00
Ben Hearsum
d77ed1598b
bug 543760: Intermittent failures in test_titlebar.xul - wait until after the window moves. patch=enn. test-only changes on a CLOSED TREE
2010-03-12 12:58:50 -05:00
Dão Gottwald
4e33caf5ae
Bug 551944 - Get rid of the customizeInitialized callback. r=enn
2010-03-12 15:25:09 +01:00
Asaf Romano
fd118435f9
Bug 543444 - Replace single-view API with multiple observers. r=mak sr=rstrong
2010-03-12 12:14:47 +01:00
timeless@mozdev.org
ceed664b28
Bug 551092 remove reference to nonexistent makefile
...
r=ted
--HG--
extra : rebase_source : 2ca4e4fded00cba759d39887deac9c8ec250f5e8
2010-03-12 07:50:12 +01:00
timeless@mozdev.org
1bbca2c201
Bug 549259 [@ nsAnnotationService::StartGetAnnotation]
...
r=mak
--HG--
extra : rebase_source : f7504195843a57c0e6226c874f955f0073e6523c
2010-03-12 07:50:10 +01:00
Doug Turner
4956b23fb3
Merge with m-c
2010-03-18 21:53:17 -07:00
Jason Duell
a5f74621b1
Merge from mozilla-central (rev 783ef71b479e) to e10s tree; gets xpcshell working again.
2010-03-18 14:59:34 -07:00
Doug Turner
85bd4fb391
Merge with mc
2010-03-17 10:37:32 -07:00
Doug Turner
f295d7422b
Merge
2010-03-12 15:20:36 -08:00
Doug Turner
16e2fd5fe7
Merge. manually merged. modules/plugin/test/testplugin/nptest.cpp, testing/xpcshell/head.js.
2010-03-10 19:13:35 -08:00
Blair McBride
c6f8ea29d3
Bustage fix for c7562242f88e (bug 480350)
2010-03-11 13:54:43 +13:00
Doug Turner
d08632917d
Merge with mc
2010-03-08 10:09:55 -08:00
Oleg Romashin
b6226b7b19
Bug 549554 - MOZ_X_SYNC evn option does not work in MOZ_QT port, missing include. r=dougt
2010-03-08 19:28:15 +02:00
Florian Queze
c900cfd288
Bug 549290 - Title of common dialogs no longer bold on Mac. r=dao
2010-03-08 08:43:39 +01:00
Clint Talbert
7ffd9496bc
Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box
2010-03-07 17:34:23 -08:00
Joel Maher
ef6c5fda3d
Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte
2010-03-07 16:08:05 -08:00
Dão Gottwald
6788c0a2c8
Bug 547224 follow-up: Comment out -moz-placeholder use until it's actually implemented (bug 457801)
2010-03-07 22:05:01 +01:00
Makoto Kato
ab84067b16
Bug 346010 - Decom nsIJAR by merging it into nsIZipReader. r=tglek, sr=bsmedberg
2010-03-07 22:56:45 +09:00
Oleg Romashin
0ebdd0b8fa
Bug 549554 - MOZ_X_SYNC evn option does not work in MOZ_QT port. r=dougt
2010-03-07 13:06:40 +02:00
Dão Gottwald
4ee45a14e2
Bug 547224 follow-up: fix typo
2010-03-06 23:15:12 +01:00
Jim Mathies
85a00a647b
Bug 504804 - Skip policy checks when virus scanning is disabled. r=sdwilsh.
2010-03-06 12:36:33 -06:00
Walter Meinl
db16e72b92
Bug 547608: [OS/2] Make lightweight themes work r=dao,daveryeo
2010-03-06 12:55:20 -05:00
Martin Stránský
42303779c0
Bug 237128 - Raise an alert window if a profile couldn't be loaded. ui-rjohnath, r=bsmedberg
2010-03-06 16:40:33 +01:00
Oleg Romashin
c4c4f0664c
Bug 550468 - Fix support for Pango font engine on Qt platform. r=karlt.
2010-03-06 15:29:55 +02:00
Doug Turner
5daaf36bf1
Merge
2010-03-01 15:36:51 -08:00
Karl Tomlinson
0c4ca25ba9
resolve ambiguous call of overloaded ‘AppendInt(long unsigned int&)’ b=517133
2010-02-24 15:40:41 -08:00
Karl Tomlinson
c4c832b91b
b=517133 Get crash stats for X errors r=bsmedberg
2010-02-24 14:25:16 -08:00
Chris Jones
bc05dd163b
Merge from mozilla-central
2010-02-22 21:31:18 -06:00
Paul O’Shannessy
c8c63254e0
Backed out changeset 2c60006b6c1f (bug 520659) because of resulting orange.
2010-02-22 14:58:09 -08:00
Asaf Romano
a94a5b9868
Bug 520659 - Lazily build places trees when possible. r=mak.
2010-02-22 23:37:52 +02:00
Wolfgang Rosenauer
674a263a4f
Bug 547673 - Fix reading freed memory in XSMP handling. r=bsmedberg
2010-03-05 22:56:40 +01:00
Dan Witte
5621f91d48
Remove libffi_msvc from about:license. b=538216, rs=ted
2010-03-05 11:32:30 -08:00
Dan Witte
43ac9c345a
Enable building of the libffi internal MSVC code, instead of libffi_msvc. b=538216, r=ted
2010-03-05 11:31:53 -08:00
Mark Banner
4296bc6a4a
Bug 550145 NS_APPSTARTUP_CONTRACTID should exist in nsToolkitCompsCID.h and not nsXPFEComponentsCID.h (kill nsXPFEComponentsCID.h). r=benjamin
2010-03-05 12:11:55 +00:00
Robert O'Callahan
6d683be7c1
Backing out fix for bug 543444 to try to fix places test hang
2010-03-05 20:10:48 +13:00
Robert O'Callahan
f4de62cffe
Backed out changeset 79f299fc10d6
2010-03-05 20:10:20 +13:00
Asaf Romano
6598acf4f4
Relanding bug 543444 - Replace single-view API with multiple observers. r=mak. sr=rstrong.
2010-03-04 13:23:41 -08:00
Serge Gautherie
a3836042aa
Bug 548600 - Remove useless EXTENSION_PREF define; (Av1) Just remove it.
...
r=benjamin.
2010-03-04 19:19:41 +01:00
Serge Gautherie
8a604b529e
Bug 521673 - Remove remnant OJI references; (Bv1) /toolkit/mozapps/installer/makecfgini.pl.
...
r=benjamin.
2010-03-04 19:19:41 +01:00
Dão Gottwald
caf1dccaa5
Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
...
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Mike Kristoffersen
abdb2aa82c
Build bustage on Qt due to macro definition of malloc, realloc, etc. Most of this is just moving Qt #includes around. r=dougt
...
--HG--
extra : rebase_source : 9734e9e68754a6fc45bddbdc60bb5e898bb8cdb2
2010-03-04 13:51:42 -08:00
Chris Jones
2141078f6e
Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg
2010-03-03 23:02:57 -06:00
Chris Jones
f0560d9e8e
Bug 441324, part 1: Shuffle around includes to avoid problems with #define malloc et al. r=bsmedberg
2010-03-03 23:02:55 -06:00
Asaf Romano
8a462d5e47
Backing out bug 543444 due to orange.
2010-03-03 17:23:51 -08:00
Brad Lassey
de49590a3f
bug 549943 - winmo fennec freetype2.lib breakage on clobber r=gavin
2010-03-03 17:04:32 -05:00
Asaf Romano
e62ae2cc08
orange fix
2010-03-03 16:08:35 -08:00
Asaf Romano
c9e79d3dc6
Bug 543444 - Replace single-view API with multiple observers. r=mak, sr=rstrong.
2010-03-03 14:45:16 -08:00
Shawn Wilsher
d77cdfd47b
Bug 549882 - ###!!! ASSERTION: Trying to unregister a node that wasn't registered!
...
Also adds some assertions to make sure we do not leak the observer arrays.
r=dietrich
2010-03-03 12:55:37 -08:00
Robert Strong
01fc72f11a
5. string cleanup for app update ui - Bug 530872. r=dtownsend
2010-03-03 10:57:19 -08:00
Robert Strong
e0f5c34494
4. mochitest chrome tests for app update - Bug 530872. r=dtownsend
2010-03-03 10:57:09 -08:00
Robert Strong
3b6c4e333b
3. ui changes to support mochitest chrome tests - Bug 530872. r=dtownsend
2010-03-03 10:56:59 -08:00
Robert Strong
4d5198538e
2. updated xpcshell tests - Bug 530872. r=dolske
2010-03-03 10:56:47 -08:00
Robert Strong
6a534f83e8
1. main patch - Bug 530872 - app.update.url params / update.xml cleanup and addition of a custom string property for apps. r=dtownsend
2010-03-03 10:56:33 -08:00
Rail Aliiev
ab167d195a
Bug 545431: Make xulrunner support MOZ_PKG_PRETTYNAMES. r=ted
2010-02-12 13:54:24 +03:00
Markus Stange
0cd523036b
Bug 463695 - Make determined progressmeters on OS X animate. r=dao
...
--HG--
extra : rebase_source : db5a74b689a16e177a784fecbcb72fd93f70ee8a
2010-03-03 13:59:39 +01:00
Mark Banner
4c0ca313e2
Bug 531256 Move nsBrowserStatusFilter from xpfe/browser to toolkit/components/statusfilter. r=dtownsend,sr=Neil
...
--HG--
rename : xpfe/browser/src/Makefile.in => toolkit/components/statusfilter/Makefile.in
rename : xpfe/browser/src/nsBrowserStatusFilter.cpp => toolkit/components/statusfilter/nsBrowserStatusFilter.cpp
rename : xpfe/browser/src/nsBrowserStatusFilter.h => toolkit/components/statusfilter/nsBrowserStatusFilter.h
2010-03-03 11:19:57 +00:00
Serge Gautherie
950330737f
Bug 548788 - [Shredder] Trunk packaging shouting about a missing file: "config/printconfigsetting.py': [Errno 2] No such file or directory"; (Av1) 2+1 s/topsrcdir/MOZILLA_DIR/.
...
r=ted.mielczarek.
2010-03-03 11:12:28 +01:00
Saint Wesonga
4c4911bf50
Bug 526454 - Link to plugin check page from about:plugins. r=josh, ui-r=faaborg
2010-03-03 09:51:58 +01:00
Neil Deakin
2c7d3081c7
Bug 543065, only scroll one ancestor of menus, SCROLL_FIRST_ANCESTOR_ONLY flag should stop at first scrollable container, not just first parent, r=roc
2010-03-02 06:21:23 -08:00
Ginn Chen
e3c9fa9eb5
Bug 538723 run_for_effect is not portable for Bourne shell r=ted.mielczarek
2010-03-02 13:56:46 +08:00
Dave Townsend
25c52d4fe2
Bug 548627: Add some services to Services.jsm. r=gavin
2010-03-01 18:02:09 -08:00
Dão Gottwald
3c0a9affbf
Bug 547716 - Move dropmark-nav.png from global/ to help/. r=mstange
...
--HG--
rename : toolkit/themes/pinstripe/global/toolbar/dropmark-nav.png => toolkit/themes/pinstripe/help/dropmark-nav.png
2010-02-22 18:39:46 +01:00
Dão Gottwald
d3efe3337f
Bug 547676 - Remove item-grayscale.png. r=mstange
2010-02-22 12:28:56 +01:00
Dão Gottwald
8dff99e589
bustage fix for bug 547292
2010-02-22 12:28:26 +01:00
Gavin Sharp
7e628439c7
Bug 547292 - clean up plugin binding styling. r=dolske
2010-02-22 11:41:50 +01:00
Michael Ventnor
f4b4f48330
Bug 545304 - Use CSS gradients for plugin problem UI r=dao
...
--HG--
extra : rebase_source : 7dcb58a6de70dffc96058a9a855a27145c2b9974
2010-02-22 13:57:38 +10:00
Dão Gottwald
45fc3582fe
Bug 418003 - Remove unused images
2010-02-22 10:18:26 +01:00
Phil Ringnalda
5149fb71c6
Bug 547480 - Clean up color values in aboutMemory.css, r=dao
...
--HG--
extra : rebase_source : 8ab9f17bbebc9de0d882f79eb123169e432c8b5e
2010-02-21 10:44:49 -08:00