Robert O'Callahan
e60ae48047
Bug 508227. Disable gradient tests that fail on Mac now that Mac handles degenerate radial gradients consistently with our other platforms. r=jmuizelaar
...
--HG--
extra : rebase_source : 6bdefccf7fe88a803260bad6fbd51d2526f37c91
2009-08-25 23:59:20 -07:00
Robert O'Callahan
bbed571314
Bug 508730. Don't repeat a Quartz gradient more times than necessary, to avoid Quartz quality problems when there are lots of repeated color stops. r=jmuizelaar
...
--HG--
extra : rebase_source : fb288f0d08fecc39f69df6157fa89ada95decb4c
2009-08-06 23:43:09 +12:00
Robert O'Callahan
ac50902e84
Bug 508730. Clean up Quartz gradient code by moving some local variables to static const globals. r=jmuizelaar
...
--HG--
extra : rebase_source : c853b6ab035fd80d4565438311163771bbc6fa59
2009-08-06 23:37:06 +12:00
Robert O'Callahan
68730f0e61
Bug 508227. Don't fallback to Quartz for repeating radial gradients. r=jmuizelaar
...
--HG--
extra : rebase_source : 8ad7452fe67f9e67f0dd6eda02d0f0afcd4f5e00
2009-08-06 23:29:16 +12:00
Nochum Sossonko
158b6505a6
Bug 510811 - Consistent failures in test_contextmenu_list.xul on my machine
...
r=roc
2009-08-26 18:36:42 +02:00
Serge Gautherie
fe2633bf37
Bug 469523 - xpcshell-tests: enable leak log in tinderbox (log); (Fv1) Move code to automationutils.py from automation.py.in
...
r=ted.mielczarek
2009-08-26 18:36:40 +02:00
Dão Gottwald
23953dce9c
merge
2009-08-26 18:29:43 +02:00
timeless@mozdev.org
d54d6cffe3
Bug 507604 undeprecate the scriptable nsIDebug interface
...
r=bs sr=biesi
2009-08-26 18:28:11 +02:00
timeless@mozdev.org
791ae3c496
Bug 507404 dialogWindow is unused in DialogOKClicked and DIALOGID is useless
...
r=karlt
2009-08-26 18:27:59 +02:00
Misak Khachatryan
726c1b9c06
Bug 512635 - Fix some logic in undoCloseWindow. r=zeniko
2009-08-26 18:25:59 +02:00
Karl Tomlinson
697cf4234c
bug 434997 remove gconf dependency from crashreporter client r=ted
...
--HG--
extra : rebase_source : ae12628ee2e5d9f5f4452b1dc2570de7248c9f4a
2009-08-26 09:25:17 -07:00
Joe Bowser
5d32b8073e
Bug 492426 - Remove existing blocked-badware-page notification before showing a new one. r=gavin
2009-08-26 18:25:09 +02:00
Neil Deakin
70ba4e485c
Bug 508477, add a flag to distinguish key focus navigation from other types of focus navigation, allows initial focused textboxes in a dialog to be selected by default, r=smaug
2009-08-26 09:19:41 -07:00
Neil Deakin
cc5156db59
Bug 511673, hidden panels have an empty state, but should be 'closed', r=roc
2009-08-26 09:19:38 -07:00
Marco Bonardo
0340727723
Bug 511965 - Delay Places syncs after results updates, r=sdwilsh
2009-08-21 22:36:59 +02:00
Alexandru Cristei
b57411daa2
bug 505391 - Implement support for touch sensitive click wheel on HTC phones r=dougt
2009-08-26 12:07:15 -04:00
Jesse Ruderman
6f8833c2a8
Re-enable tests now that bug 507199 is fixed (revert e22ff796c703)
2009-08-26 08:55:48 -07:00
Ted Mielczarek
4c939def3d
bug 508861 - Build/ship the C++ runtime with MSVC/jemalloc. r=bsmedberg
...
--HG--
extra : rebase_source : 3ce54c05f07236d49469b66c695bfac3ccef06af
2009-08-17 13:13:37 -04:00
Peter Van der Beken
c73266d0c0
Remove redundant mWeakReference (also in nsINode::nsSlots). r=sicking.
...
--HG--
extra : rebase_source : 6c8d4b7a3930dff5ccac300af228a1bc3e1786c4
2009-08-25 13:13:30 -07:00
Peter Van der Beken
550fe3c1d9
Fix for bug 510677 (Avoid XPCCallContext for WrapNativeToJSVal). r/sr=jst.
...
--HG--
extra : rebase_source : 647f360f5603a2f9ade579a9911ba51af1db91b5
2009-08-14 21:00:24 +02:00
Peter Van der Beken
6455108d73
Remove debugging code for setters and methods to avoid weird behaviour from calling the native setters and methods twice.
...
--HG--
extra : rebase_source : bc087eb4c541411d5adc696b267295d4d172614e
2009-08-24 08:44:16 -07:00
Peter Van der Beken
21eeef5922
Fix for bug 510673 (Add a quickstub for document.write). r/sr=jst.
...
--HG--
extra : rebase_source : 10b08ef2c45a0db19122851cd105a7580e499d0a
2009-08-14 19:55:43 +02:00
Mark Banner
e2c07e499f
Bug 512690 Fix prefcalls.js in autoconfig code for latest LDAP API changes. r=bienvenu
2009-08-26 16:09:59 +01:00
Mark Banner
8217c0ca34
Sync js/src/config files with change from changeset a1a1591eee2a / Bug 402892 "Switch from gnome-vfs to GIO" (add gio/gio.h to system-headers) - to fix unit test bustage.
2009-08-26 08:17:16 +01:00
Shawn Wilsher
23ff1a9392
Bug 507199 - Fix race condition in finalizing asynchronous storage statements
...
(was "test_browserGlue_corrupt_nobackup_default.js, test_browserGlue_corrupt_nobackup.js, test_browserGlue_shutdown.js randomly crash")
Fixes a race condition with asynchronous statements that causes a crash. We do
not always have access to the background thread, so we should not assume we
always can get it.
2009-08-25 23:54:56 -07:00
Reed Loden
5d51480c89
Bug 402892 - "Switch from gnome-vfs to GIO" (add gio/gio.h to system-headers, remove accidentally added config/system_wrappers directory)
2009-08-26 01:37:28 -05:00
Jesse Ruderman
068aa0a05a
Fix typo in assertion message
2009-08-25 21:50:41 -07:00
Phil Ringnalda
d75327bf2d
Bug 342754 - pavlov defined NS_CHARSETALIAS_CID a second time, r=smontagu
2009-08-25 20:20:33 -07:00
Jesse Ruderman
5c879b0734
Bug 420424 - remove bogus assertion. r=bz
2009-08-25 18:45:07 -07:00
Jesse Ruderman
c619f1d4f1
Bug 418928 - remove bogus assertion. r=roc
2009-08-25 18:44:59 -07:00
Robert Strong
a0da22afb6
Bug 512564 - Support for the WinCE environment implementation. r=bsmedberg
2009-08-25 18:41:18 -07:00
Robert O'Callahan
e710d0f9f4
Backout bug 508227
2009-08-25 15:46:33 -07:00
Robert O'Callahan
ee46eac6ff
Backed out changeset 875c4ba4cbc8
2009-08-25 15:46:20 -07:00
Robert O'Callahan
e834902fb9
Backout bug 508730
2009-08-25 15:46:00 -07:00
Robert O'Callahan
33553a16a9
Backed out changeset 336bcf9010d1
2009-08-25 15:45:50 -07:00
Robert O'Callahan
93e00cdd40
Backout bug 508730
2009-08-25 15:45:25 -07:00
Robert O'Callahan
dffbaa3961
Backed out changeset 6db996debbd1
2009-08-25 15:45:05 -07:00
Blake Kaplan
de2ad6857a
Bug 512518 - nsRegressionTester.cpp doesn't compile in an optimized build. r=dbaron
...
--HG--
extra : rebase_source : 4d5589283048473f7bd2ba514cf09eaae13ec97e
2009-08-25 14:05:17 -07:00
Doug Turner
e57dea9a05
Bug 512520 - remove Maemo geolocation providers. r=staurt
2009-08-25 15:08:56 -07:00
David Anderson
702cc30919
Fixed assertion botch, (fallout from bug 512029 desk r=jorendorff).
...
--HG--
extra : rebase_source : a934cbfbc1e641d2c49511d1041105d8bec4aa66
2009-08-25 13:41:05 -07:00
Robert O'Callahan
81de07b347
Fix bustage
...
--HG--
extra : rebase_source : 9e76df4981946fac173074b2cc39ec05f4be6866
2009-08-25 13:13:23 -07:00
Honza Bambas
ae5be30ec4
Bug 509683 - nsDOMStorageMemoryDB::GetItemsTable inits hashtable twice, r=peterv
2009-08-25 21:25:32 +02:00
Honza Bambas
6aebc920e2
Bug 477118 - https webpage with data: images trigger a Page contains unencrypted information mixed content warning, r=bz
2009-08-25 21:25:32 +02:00
Honza Bambas
77fecb4ac1
Bug 329869 - Dynamically loaded scripts don't degrade security state, r=honzab,kaie
2009-08-25 21:25:32 +02:00
Masatoshi Kimura
3c52da98b5
Bug 509179. Disable compilation of TSF when not available in the SDK. r=ted
2009-08-25 12:13:42 -07:00
Mook
1dd79c452d
Bug 510650. Make class ::nsWindow a friend of mozilla::widget::WindowHook, not mozilla::widget::nsWindow. r=jmathies
2009-08-25 12:10:32 -07:00
Timothy Nikkel
9b904b824f
Bug 511323. If a dropdown combobox (select) is given a translucent background color make sure to draw an opaque color on the dropdown's opaque widget so we don't get garbage painted. r=roc
2009-08-25 12:07:57 -07:00
Brian Birtles
188361a6fc
Bug 510139. Remove no-longer-animated attributes from the set of attributes that are animated. r=roc
2009-08-25 12:02:28 -07:00
Robert O'Callahan
363046cba5
Bug 507926. Make sure CreateWindowEx doesn't fail when we're creating an invisible window. r=jmathies
2009-08-25 12:00:46 -07:00
jhorak@redhat.com
49e50ff384
Bug 402892. Support gio as well as gnome-vfs. r=roc
2009-08-25 11:58:11 -07:00