Commit Graph

39324 Commits

Author SHA1 Message Date
Doug Turner
d08632917d Merge with mc 2010-03-08 10:09:55 -08:00
Doug Turner
48e6fd8d9a Bug 550658 - OS Libs should include qt os libraries. js config.mk change. r=ted
--HG--
extra : rebase_source : cdd18e60444210d5093bfc0bbdc4acfcd74e12a0
2010-03-08 09:27:48 -08:00
Oleg Romashin
1074689b38 Bug 550877 - Crash happen on attempt to delete bad created gfxShareImageSurface. r=dougt. 2010-03-08 19:28:54 +02: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
David Bolter
44f47fbd80 Backing out fix for bug 548291 to fix test crash (b=550819) 2010-03-08 12:24:35 -05:00
Karl Tomlinson
dd2242a733 modify pluginCrashInNestedLoop to work when other events also become pending b=550026 2010-03-08 15:13:05 +13:00
Chris Jones ext:(%20and%20Karl%20Tomlinson%20%3Ckarlt%2B%40karlt.net%3E)
71c7468481 test for bug 550026 r=karlt+cjones 2010-03-08 09:17:57 +13:00
Chris Jones
1e021f6343 b=550026 Don't call PluginCrashed while plugin code is still on the stack r=bsmedberg 2010-03-08 09:16:02 +13:00
Benjamin Smedberg
9f98f4fcc7 Bug 550602 - pymake broken with ctypes changes, override SHELL, r=ted 2010-03-06 18:50:45 -05:00
Doug Turner
dc1a9634e1 build bustage fix. bad ws in config.mk 2010-03-08 09:19:17 -08:00
Doug Turner
8ae8c0d045 Bug 550649 - configure.in changes for Qt. fixing up with-qtdir so that it works. r=ted 2010-03-08 09:02:29 -08:00
Doug Turner
a8f9633293 Bug 550658 - OS Libs should include qt os libraries. r=ted 2010-03-08 08:55:53 -08:00
Gervase Markham
7776cbdb2d Bug 541761 - correct legal text to make it clear Firefox logo files are free in copyright terms, although the image is still a trademark. r=handerson. 2010-03-08 16:31:22 +00:00
Gervase Markham
04bf91afb3 Bug 547985 - Comment out nsw.gov.au in PSL. r=pkasting. 2010-03-08 16:28:57 +00:00
Jonas Sicking
e6aa8d8aab Bug 534136 part 4bis: Fix review comments from peterv that should have been in initial patch. 2010-03-08 08:03:55 -08:00
Jonathan Kew
c7f07c0327 bug 550163 - part 8 followup - add padding to try and avoid intermittent subpixel-clipping failure on Windows debug tinderbox. 2010-03-08 15:49:29 +00:00
Jonas Sicking
e117cf60c1 Bug 534136 Part 7: Add tests for atoms. r=jst 2010-03-08 07:45:00 -08:00
Jonas Sicking
0baab851d8 Bug 534136 Part 6: Properly handle invalid UTF8 string being passed to NS_NewAtom/do_GetAtom. r=jst 2010-03-08 07:45:00 -08:00
Jonas Sicking
3cfc98309e Bug 534136 Part 5: Clean up atomtable hash entries. r=jst 2010-03-08 07:45:00 -08:00
Jonas Sicking
088a5c3e1c Bug 534136 Part 4: Inline accessors on nsIAtom. r=peterv sr=jst 2010-03-08 07:45:00 -08:00
Jonas Sicking
3175f89133 Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz 2010-03-08 07:45:00 -08:00
Jonas Sicking
c4106f7f22 Bug 534136 Part 2: Use 16bit-char buffers inside atoms. r=bz sr=mrbkap 2010-03-08 07:45:00 -08:00
Jonas Sicking
1a6c0165bf Bug 534136 Part 1: Make atoms keep a pointer to an nsStringBuffer rather than storing the data inline. r=bsmedberg 2010-03-08 07:44:59 -08:00
Doug Turner
b4f17e4827 Bug 550410. Provide a pref to disable orientation events. r=dveditz
--HG--
extra : rebase_source : 0bc3ffef8341a4a34b166a41e9dcd1a405b1ec89
2010-03-08 07:33:24 -08:00
Oleg Romashin
86006faddd Bug 546605 - Some initialization and whitespace issues with the latest switch to QGraphicsWidgets.r=dougt 2010-03-06 09:25:46 +02:00
Marco Bonardo
c08f723746 Bug 529062 - Re-enable browser_views_liveupdate.js test on Mac, and make it check title changes too, r=mano 2010-03-05 09:26:39 -08:00
Dão Gottwald
b35756447b Bug 550825 - remove redundant .tab-close-button selectors. r=mstange 2010-03-08 14:33:15 +01:00
Markus Stange
90e5f1cff7 Bug 547723 - Turn off menu background blurring on PPC because it results in blank menus. r=josh 2010-03-08 13:38:17 +01:00
Markus Stange
aae56faa1e Bug 358095 - Use native drag cursors on Mac OS X. r=josh 2010-03-08 13:35:25 +01:00
Markus Stange
6cd85ba6d1 Bug 434210 - When dropping text in textfields, check the drag session's drag action instead of the event's modifier flags when determining whether to move or copy text. r=smaug 2010-03-08 13:32:53 +01:00
Markus Stange
a4c6d432b1 Bug 549891 - Correctly set modifier flags on drag events. r=josh 2010-03-08 13:29:20 +01:00
Markus Stange
d7e8315247 Bug 549747 - Fix a bad null check in WebGLContext::ValidateProgram. r=vlad 2010-03-08 13:28:19 +01:00
Markus Stange
90f17b8799 Bug 549747 - Add a null check for tex in WebGLContext::FramebufferTexture2D. r=vlad 2010-03-08 13:27:22 +01:00
Jonathan Kew
7651414fc0 bug 550163 - part 18 - force "quality" text rendering to get consistent kerning on Win7 in reftest 399636. r=roc 2010-03-08 10:11:15 +00:00
Jonathan Kew
7f9e6db0be bug 550163 - part 17 - use letter-spacing to avoid Win7 subpixel failure in capitalize reftests. r=roc 2010-03-08 10:11:11 +00:00
Jonathan Kew
cde29f1d9f bug 550163 - part 16 - use sans-serif to avoid Win7 subpixel failure in line-editing-1 reftest. r=roc 2010-03-08 10:11:09 +00:00
Jonathan Kew
fbcfb248e3 bug 550163 - part 15 - use sans-serif to avoid Win7 subpixel failure in reftest 394402. r=roc 2010-03-08 10:11:06 +00:00
Jonathan Kew
fa99f2af14 bug 550163 - part 14 - use sans-serif to avoid Win7 subpixel failure in mathml/quotes reftest. r=roc 2010-03-08 10:11:04 +00:00
Jonathan Kew
b53f857080 bug 550163 - part 13 - use invisible text to avoid Win7 or Mac subpixel failure in reftest 503399. r=roc 2010-03-08 10:11:02 +00:00
Jonathan Kew
bfd37ba715 bug 550163 - part 12 - use sans-serif and letter-spacing to avoid Win7 subpixel failure where 'tt' glyphs touch in reftest 495385. r=roc 2010-03-08 10:11:00 +00:00
Jonathan Kew
6997bcf952 bug 550163 - part 11 - use sans-serif to avoid Win7 subpixel failure in reftest 474417. r=roc 2010-03-08 10:10:57 +00:00
Jonathan Kew
2aabbeb10f bug 550163 - part 10 - use sans-serif to avoid Win7 subpixel failure in reftest 413292. r=roc 2010-03-08 10:10:55 +00:00
Jonathan Kew
e10358ec7f bug 550163 - part 9 - use sans-serif to avoid Win7 subpixel failure in reftest 389074. r=roc 2010-03-08 10:10:52 +00:00
Jonathan Kew
cca1cfc9e1 bug 550163 - part 8 - use @font-face to ensure we have a font with the fi ligature in reftest 385569. r=roc 2010-03-08 10:10:50 +00:00
Jonathan Kew
20eca686d5 bug 550163 - part 7 - use sans-serif to avoid Win7 subpixel failure in reftest 362901. r=roc 2010-03-08 10:10:48 +00:00
Jonathan Kew
7ddd87c9df bug 550163 - part 6 - use sans-serif to avoid Win7 subpixel failure in reftest 351641. r=roc 2010-03-08 10:10:45 +00:00
Jonathan Kew
205148299c bug 550163 - part 5 - use sans-serif and padding to avoid Win7 subpixel failure in reftest 350506. r=roc 2010-03-08 10:10:43 +00:00
Jonathan Kew
9ab552d322 bug 550163 - part 4 - add padding to avoid Win7 subpixel failure in reftest 296361. r=roc 2010-03-08 10:10:41 +00:00
Jonathan Kew
72566aa191 bug 550163 - part 3 - avoid Win7 subpixel failure in bidi/with-first-letter reftest. r=roc 2010-03-08 10:10:38 +00:00
Jonathan Kew
db79ec8013 bug 550163 - part 2 - resolve Win7 failure in bidi-004 reftest. r=smontagu 2010-03-08 10:10:31 +00:00