Commit Graph

46228 Commits

Author SHA1 Message Date
Masayuki Nakano
8c29c9bf4e Bug 519974 When we use IME, ASSERTION is printed at each key input (ASSERTION: nsEditor doesn't support wide caret: 'selectionStart == selectionEnd', editor/libeditor/base/IMETextTxn.cpp line 322 r=smichaud 2010-06-23 15:05:51 +09:00
Boris Zbarsky
8e8e4c48e0 Adding bug 573127 test 2010-06-23 01:43:17 -04:00
Boris Zbarsky
106aa16259 Bug 573127. Adjust the assert slightly to make it match reality. r=dbaron 2010-06-23 00:47:23 -04:00
Boris Zbarsky
7f14719c4d Bug 573241. When reparenting a style context, don't include any transition rules the old context might have had in the new one, since that can confuse transitions. r=dbaron 2010-06-23 00:46:27 -04:00
Gavin Sharp
bccaa4e730 SeaMonkey bustage fix for a1faf051bbc9 (bug 398776)
--HG--
extra : rebase_source : fc71ecbfaf65c9a2a368f0ba478d9ea22c7c76ac
2010-06-23 00:31:29 -04:00
Matthew Gregan
15965d6735 Bug 573590 - Ensure code for FastConvertYUVToRGB32Row is placed in .text section. r=tterribe 2010-06-23 11:12:10 +12:00
Robert Strong
e9a99c0e95 Bug 570689 - Convert perl scripts to python. Patch 1 - remove unused perl scripts. r=ted.mielczarek 2010-06-22 19:10:30 -07:00
Robert Strong
7894b69717 Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Final cleanup patch. r=jmathies 2010-06-22 19:10:13 -07:00
Dave Townsend
8cc29264a1 Bug 562803: Add cleanup function to avoid one failing xpinstall test from messing up subsequent tests. r=robstrong 2010-06-22 18:59:52 -07:00
Chris Jones
6b36c3e919 Followup to bug 572939: include fixes for Mesa-family drivers that were accidentally omitted earlier. 2010-06-22 19:24:52 -05:00
Michael Wu
b7dd46921f Bug 573799 - Always process IME events, r=vlad 2010-06-22 17:15:29 -07:00
Michael Wu
cd844832b5 Bug 573796 - gFocusedWindow should be cleared on window destruction, r=blassey 2010-06-22 17:14:19 -07:00
Michael Wu
ce1e7d37df Bug 573153 - Opening links from other apps is broken on Android; error in getMostRecentBookmarkForURI, r=blassey 2010-06-22 17:13:23 -07:00
Michael Wu
07363f65a9 Bug 573800 - Coalesce soft KB shows/hides on Android, r=vlad 2010-06-22 17:11:02 -07:00
Dave Townsend
f6d8ab1cf0 Bug 572955: Add some logging and cleanup and extend timeouts in browser_installssl.js and browser_updatessl.js to avoid random oranges. r=robstrong 2010-06-22 16:23:06 -07:00
Karl Tomlinson
918b996817 temporarily dump some window state on mochitest time out to debug bug 569237 2010-06-23 11:14:24 +12:00
Karl Tomlinson
51cbc2ced9 b=572968 use gdk_pixmap_foreign_new_for_screen to avoid XGetGeometry round trip r=jrmuizel 2010-06-23 11:11:42 +12:00
Robert Strong
9dd36fd226 Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Exclude MapiProxy_InUse.dll and mozMapi32_InUse.dll since apps already have code to deal with them without requiring a reboot. r=dtownsend 2010-06-22 15:53:01 -07:00
Oleg Romashin
3baacdf6ed Backout changeset 850ff2cf2868, ba88e35da4e7 due to crash on SVG test 2010-06-22 21:44:03 -04:00
Markus Stange
f099a26551 Bug 559034 - New Mac location bar and search bar style. r=dao 2010-06-22 22:29:22 +02:00
Markus Stange
84a0dfc24c Bug 559033 - New Mac toolbar button style. r=dao 2010-06-22 22:28:34 +02:00
Dão Gottwald
c5280851db Bug 567742 - Disable glass in fullscreen mode. r=gavin 2010-06-22 22:20:52 +02:00
Dão Gottwald
b3bce5b859 Bug 557877 - Don't persist the findbar in new windows. r=gavin, ui-r=faaborg 2010-06-22 22:19:22 +02:00
Karl Tomlinson
28449a8986 b=573319 no longer use GdkPixmaps in offscreen-surfaces as they were unusable without a GdkColormap r?jrmuizel
--HG--
extra : rebase_source : 0e50d8eb410c6c130acbfa86d4e211083bab9a05
2010-06-22 20:00:38 -04:00
Oleg Romashin
6076bb7e64 Bug 567065 - Try to create offscreen Xlib surface from existing visual if possible. r=jmuizelaar.
--HG--
extra : rebase_source : 8dce785274ca66f36c46f960ca29bde0d3faff18
2010-06-22 19:59:42 -04:00
Olli Pettay
41b6035eee Bug 568955 - Optimize nsDOMEvent::SetEventType, r=sicking
--HG--
extra : rebase_source : e98c945ce5e7b494bd2046efd6dc7b8379fabc51
2010-06-22 21:12:12 +03:00
Oleg Romashin
df368b7846 Bug 572295 - Add "X11Util" to be shared between X11 toolkits. Qt bustage fix. r=jones.chris.g 2010-06-22 19:50:47 -04:00
Dave Townsend
20a7dcab0c Bug 573779: Log which tabs were left at the end of a test. r=gavin 2010-06-22 11:28:32 -07:00
Shawn Wilsher
688f6b6cd2 Bug 571599 - Use sqlite3_unlock_notify
sr=vlad
r=bent
r=asuth
2010-06-21 14:23:00 -07:00
Jacek Caban
bd598c1f03 Bug 573507 - Added missing CAIRO_HAS_D2D_SURFACE ifdefs [r=jimm] 2010-06-22 01:40:00 -05:00
Matt Woodrow
9fb5f65fde Bug 572939: Implement GLContexProvider::CreateForWindow() for GLX. r=vlad 2010-06-18 18:17:00 -05:00
Matt Woodrow
a527dd8f71 Bug 565833: Required changes to the GTK widget to support GL accelerated rendering. r=vlad 2010-06-17 16:23:00 -05:00
Benedict Hsieh
9ae1b68f3b Bug 573092: Fix a startup crash when the extension manager is unavailable. r=dtownsend 2010-06-22 10:23:01 -07:00
Michael Kaply
54a2800830 Bug 563262: Rename GetResourceURL to GetResourceURI and have it return a URI. r=Mossop 2010-06-21 17:13:52 -05:00
ddahl@mozilla.com
e5228a3af6 Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap) 2010-06-22 09:51:50 -07:00
Brad Lassey
44be81b353 bug 573669 - Suspend Gecko's event loop when onPause() is called by Android r=vlad 2010-06-22 11:22:31 -04:00
Alexander Surkov
e8c01e254a Bug 573673 - nsAccessNode::GetPressShell shouldn't shutdown accessible, r=ginn.chen 2010-06-23 00:08:58 +09:00
Matt Brubeck
23aec3f8ac bug 567858 - Allow installation to SD card in Android 2.2 r=blassey 2010-06-22 10:42:28 -04:00
David Bienvenu
3f8cd2aa28 bug 570582, allow mork db's to be opened asynchronously, r=asuth 2010-06-22 07:16:25 -07:00
Marco Bonardo
c23d3d5740 Places chrome tests should wait for clear history. 2010-06-22 14:44:40 +02:00
Asaf Romano
26deafd4c5 Bug 549491 - "The root node is never visible" exception when details of the root node are modified. r=mak 2010-06-22 14:44:38 +02:00
Ms2ger
bb9993f59f Bug 573340 - Remove unused declaration of nsGenericHTMLElement::Shutdown. r=jst 2010-06-22 14:44:36 +02:00
Felipe Gomes
b45a433e99 Bug 544356 followup: Use getDMUI(). r=Neil
"Bug 544356 - Exit when only the download manager window is open and there are no downloads."
2010-06-21 15:39:00 -04:00
Justin Wood
dc3c70731c Bug 570812 - remove xpinstall from mobile specific browser-chrome tests package files. r=jmaher 2010-06-16 22:57:30 -04:00
Dão Gottwald
d00035f67a Bug 571567 - use <menupopup> instead of <popup>. r=enn 2010-06-22 08:34:21 +02:00
Dão Gottwald
309b41c3c1 Bug 573438 - let middle click in the tab bar's empty space open a new tab. r=gavin, ui-r=faaborg 2010-06-22 08:28:15 +02:00
Johnny Stenback
660ac78445 Merge of backout of fix for bug 572609. CLOSED TREE 2010-06-21 22:41:52 -07:00
Johnny Stenback
b5ac9ee398 Backed out changeset 82a21d443b5e 2010-06-21 22:39:53 -07:00
Ehsan Akhgari
753b881536 Merge backout of b560649a36f1 to restore our CLOSED TREE to a better state 2010-06-22 01:11:54 -04:00
Ehsan Akhgari
481b407a5f Backed out changeset b560649a36f1 because of unit test failures 2010-06-22 01:10:22 -04:00