Boris Zbarsky
|
294d2e51ec
|
Bug 509155. Don't store outline structs in the rule tree if outline-color:inherit is set on the root element. r=dbaron
|
2009-08-10 10:54:22 -04:00 |
|
Boris Zbarsky
|
3a7c74d351
|
Bug 509156. Don't assert on GetUniqueStyleData calls if we're using our parent's struct before the call. r=dbaron
|
2009-08-10 10:54:21 -04:00 |
|
Boris Zbarsky
|
20e4f93193
|
Bug 508900. Fix assertion due to us not unsetting all the bits we should unset. r=dbaron
|
2009-08-10 10:54:21 -04:00 |
|
Dão Gottwald
|
14bc32191a
|
fix another focus issue with browser_bug304198.js and potentially browser_ctrlTab.js on Linux
|
2009-08-10 14:32:07 +02:00 |
|
Jacek Caban
|
298ce3a82e
|
Bug 128647 - Use lower case in includes to fix compilation on mingw. r=masayuki
|
2009-08-10 11:14:01 +02:00 |
|
Dave Townsend
|
cbac52244a
|
Bug 509194: Remove extension manager dependency on classic.jar (build changes). r=dao
|
2009-08-10 09:51:28 +01:00 |
|
Peter Weilbacher
|
2a9b37074c
|
Bug 509188 - Fix OS/2-only build break in nsCanvasRenderingContext2D.cpp, r=bzbarsky
|
2009-08-10 10:39:02 +02:00 |
|
Masatoshi Kimura
|
f1ff7ed601
|
Bug 508905 - /Zc:wchar_t- is no longer required. r=rstrong
|
2009-08-10 10:25:11 +02:00 |
|
Dave Townsend
|
d0ae9271bd
|
Test only followup to Bug 507339 - remove unused files. r=rstrong
|
2009-08-10 00:20:34 -07:00 |
|
Jacek Caban
|
647310b4f6
|
Bug 505734 - mozStorageStatementParams.cpp compilation fails on MinGW. r=sdwilsh
|
2009-08-09 22:30:38 +02:00 |
|
Takanori MATSUURA
|
3bb91e23e7
|
Bug 508923 - ‘nsIDocShell’ has not been declared in nsICanvasRenderingContextInternal.h. r=robarnold
|
2009-08-09 22:29:56 +02:00 |
|
Jacek Caban
|
1806c7e44f
|
Bug 505727 - nsDOMClassInfo.cpp fails to compile on MinGW. r=bz
|
2009-08-09 21:42:55 +02:00 |
|
Jesse Ruderman
|
e38b0056c7
|
Make crashtests.list point to a file that actually exists
|
2009-08-09 12:00:47 -07:00 |
|
Jacek Caban
|
e792a790a9
|
Bug 505729 - nsXPConnect.cpp fails to build on MinGW. r=bz
|
2009-08-09 16:45:00 +02:00 |
|
Dão Gottwald
|
15ab0505b0
|
Bug 509295 - fix browser_bug304198.js focus issues
|
2009-08-09 11:49:31 +02:00 |
|
Dão Gottwald
|
25ddc3dde3
|
revert changeset bfb383af1903
|
2009-08-09 11:42:11 +02:00 |
|
Dão Gottwald
|
7211749b45
|
browser_bug321000.js: when waiting for a focus event, make sure the element wasn't already focused
|
2009-08-09 11:41:19 +02:00 |
|
Ehsan Akhgari
|
11dda9db05
|
Bug 507046 - browser_passwordmgrdlg.js test intermittent failure; r=dolske
|
2009-08-09 12:33:51 +04:30 |
|
Kai Engert
|
b98bb36896
|
Bug 478839 - Support South Korean SEED crypto cipher suites. r=nelson
|
2009-08-09 09:19:06 +02:00 |
|
Rich Walsh
|
8790e79787
|
[OS/2] Bug 508726 - fix plugin clipping, r=pweilbacher
|
2009-08-09 09:47:34 +03:00 |
|
Jesse Ruderman
|
7a7e78b40f
|
Bug 509269 - reftest should deal with missing root. r=dbaron. May fix 468211-3 orange, too.
|
2009-08-08 17:50:50 -07:00 |
|
Jesse Ruderman
|
e0887e82ab
|
Hopefully fix orange (bug 509272)
--HG--
rename : content/media/test/sound.ogg => content/media/test/crashtests/sound.ogg
|
2009-08-08 17:36:23 -07:00 |
|
Jesse Ruderman
|
e0d7c72252
|
Add crashtests for bug 468211
|
2009-08-08 16:48:15 -07:00 |
|
Jesse Ruderman
|
15f353dc91
|
Add crashtests for bug 463350, bug 473278, and bug 493118
|
2009-08-08 16:00:38 -07:00 |
|
Jesse Ruderman
|
843986f2c8
|
Add crashtest for bug 461049
|
2009-08-08 16:00:35 -07:00 |
|
Jesse Ruderman
|
f5c860500e
|
Add crashtest for bug 460900
|
2009-08-08 16:00:33 -07:00 |
|
Jesse Ruderman
|
d2e49bdfcd
|
Add crashtests for bug 459439 and bug 466607
|
2009-08-08 16:00:31 -07:00 |
|
Mook
|
a38e95f58a
|
Bug 504025 - [windows x64] casting pointer to long is illegal on win64; cast to PRUptrdiff for printing out pointers; r=cbiesinger
--HG--
extra : rebase_source : 9e9c5bc75f6d0c364bdd3d92b4b543da9f94b3bb
|
2009-08-09 00:50:42 +02:00 |
|
Mook
|
d3d3e4e691
|
Bug 504025 - [windows x64] casting pointer to long is illegal on win64; don't cast HINSTANCE to int, use LONG_PTR instead; r=benjamin sr=cbiesinger
--HG--
extra : rebase_source : b60364af67246d341865a1d52c6fc93d4b62cf4b
|
2009-08-09 00:50:39 +02:00 |
|
Mook
|
54cdda5f27
|
Bug 504025 - [windows x64] casting pointer to long is illegal on win64; don't cast HANDLE to UINT either; r=doug.turner sr=cbiesinger
--HG--
extra : rebase_source : fe76a36b0ea21d3180883fc86772da029714b9da
|
2009-08-09 00:50:36 +02:00 |
|
Serge Gautherie
|
1bf86ff50c
|
Bug 508760 - Remove MSVC6 support from the tree; (Bv1) xpcom/ds/*.cpp; r=doug.turner
--HG--
extra : rebase_source : 5a08118a7f1562c89c4e0da5035ef6a578eca9f2
|
2009-08-09 00:45:46 +02:00 |
|
Jesse Ruderman
|
13a73e0e0d
|
Add crashtest for bug 420785
|
2009-08-08 15:32:58 -07:00 |
|
Jesse Ruderman
|
37e1451eb7
|
Add crashtest for bug 407062
|
2009-08-08 15:32:56 -07:00 |
|
Jesse Ruderman
|
22a651b89e
|
Add crashtest for bug 403148
|
2009-08-08 15:32:54 -07:00 |
|
Jesse Ruderman
|
fa58b4d16c
|
Add reftest for bug 398682
|
2009-08-08 15:32:52 -07:00 |
|
Jesse Ruderman
|
de261ae255
|
Add reftest for bug 398095
|
2009-08-08 15:17:40 -07:00 |
|
Jesse Ruderman
|
3f1d31ee47
|
Add crashtests for bug 77271
|
2009-08-08 15:17:03 -07:00 |
|
Jesse Ruderman
|
62b746b5dd
|
Bug 424780 - Typing into <select> dropdown can cause nsStringBuffer leak. r=sicking
|
2009-08-08 15:00:26 -07:00 |
|
Ehsan Akhgari
|
fe6e4f9a29
|
Bug 506437 - The titlebar of a tear off window is not updated correctly after having detached a tab with private browsing mode; r=mconnor
|
2009-08-08 21:37:33 +04:30 |
|
Ehsan Akhgari
|
80760f19c8
|
Bug 508773 - Remove gPrivateBrowsingUI._privateBrowsingAutoStarted; r=dao
|
2009-08-08 21:37:30 +04:30 |
|
Ehsan Akhgari
|
1b3208f266
|
Bug 508000 - Search bar & find bar value before switching into Private Browsing mode is not restored after leaving PB mode; r=mconnor
|
2009-08-08 21:37:27 +04:30 |
|
Serge Gautherie
|
10269466ce
|
Backed out "changeset: ff9eba3f8224" of
Bug 504864 - mmap io for JARs; r=benjamin
which does not compile on Windows
|
2009-08-08 12:40:50 +02:00 |
|
Taras Glek
|
b71d0123c6
|
Bug 504864 - mmap io for JARs; r=benjamin
|
2009-08-08 12:07:39 +02:00 |
|
Paolo Amadini
|
5c0b5a959f
|
Bug 498695 - Refactoring: in contentAreaUtils.js, clean up the getTargetFile function, aligning it to the SeaMonkey version; r=(mconnor + sdwilsh)
|
2009-08-08 12:01:50 +02:00 |
|
Michal Novotny
|
3fba95639e
|
Bug 484684 - ParseFTPList can't handle regular unix ls -l listing of filenames starting with spaces; r=jduell.mcbugs sr=bzbarsky
|
2009-08-08 11:55:16 +02:00 |
|
Serge Gautherie
|
c582f4062e
|
Bug 508760 - Remove MSVC6 support from the tree; (Av1) configure.in; r=ted.mielczarek
|
2009-08-08 11:47:15 +02:00 |
|
Serge Gautherie
|
eb225d6760
|
Bug 508156 - configure.in: remove AC_DEFINE(_WIN32); (Av1) Just remove it; r=ted.mielczarek
|
2009-08-08 11:47:12 +02:00 |
|
Serge Gautherie
|
57bea2331f
|
Bug 507897 - Remove 'WINDOWS16' (support) code everywhere; (Av1) version_win.pl, r=ted.mielczarek
|
2009-08-08 11:47:09 +02:00 |
|
Roy Frostig
|
789aea1016
|
bug 508487. elementFromPoint returns null outside of viewport when aIgnoreRootScrollFrame is true
|
2009-08-07 21:10:05 -07:00 |
|
Hiroyuki Ikezoe
|
9679ebfcca
|
Bug 502766 – Use GreD instead of XCurProcD to find out xulrunner-stub. r=benjamin
|
2009-08-08 12:35:15 +09:00 |
|