Граф коммитов

9604 Коммитов

Автор SHA1 Сообщение Дата
Aiko e4e2b43db7 Bug 495982. Fix refcounting error that can lead to leaks. r+sr=roc 2009-06-04 23:16:58 -04:00
Tobias Hunger ec1bc87655 Bug 485579. Fix possible crash when closing tabs using cairo-qt. r=vlad, a=beltzner 2009-03-27 12:35:27 +01:00
Vladimir Vukicevic 97ca720737 fixup 2009-06-01 21:18:25 -07:00
Vladimir Vukicevic c5a892db0d b=380359; fix up content check; r=roc 2009-06-01 20:58:06 -07:00
Johnathan Nightingale 6a4cba5197 Backout bug 490002 (Keyboard modifiers should alter the behaviour of clicking bookmarks in the native menu) because it caused blocking regression bug 494884 (Cmd-R causes new tab opening on sites with embedded flash). a=beltzner/shaver/blocking1.9.1 2009-05-27 13:50:40 -04:00
Asaf Romano 90f2550c6b Bug 494795 - tabs do not tear off unless you drag them vertically out of the tab strip. r=enn,sr=roc. 2009-05-27 02:23:15 +03:00
Peter Weilbacher a49e32128d Bug 493834: fix OS/2 build break in widget/src/os2 and make sure that all
cairo headers are installed to dist/include/cairo, r=bsmedberg
2009-05-20 08:47:08 +03:00
Jim Mathies b7f1e1335d Bug 485101 - Implement panning feedback for touch enabled displays with win7. r+sr=smaug r=blassey. 2009-05-19 21:05:59 -05:00
Jonas Sicking 7ac1da9ded Bug 481566: Add prefs to control making the content sink more responsive. r/sr=mrbkap 2009-05-19 08:54:42 -07:00
Benjamin Smedberg 6df221580d Bug 488175 - flatten dist/include and provide mechanism to install certain headers in namespaced subdirectories (e.g. #include "mozilla/XPCOM.h") r=ted
--HG--
rename : xpcom/ds/nsTimeStamp.cpp => xpcom/ds/TimeStamp.cpp
rename : xpcom/ds/nsTimeStamp.h => xpcom/ds/TimeStamp.h
2009-05-18 14:15:05 -04:00
Karl Tomlinson 77433d795e b=493362 crashes @SetWidgetForHierarchy. r=roc 2009-05-16 22:20:19 +12:00
Timothy Nikkel 6724ca0012 Bug 491848. Ensure scripts are blocked during frame destruction. Also, don't dispatch paint events during a synchronous plugin message. r=roc 2009-05-15 15:08:41 +12:00
Karl Tomlinson e7ea7afe9f remove unused moz_container_scroll_update. r=roc 2009-05-15 14:19:10 +12:00
Karl Tomlinson a60b90eae7 b=485125 nsIWidget::SetParent(nsnull) for gtk. r=roc 2009-05-15 14:14:45 +12:00
Masayuki Nakano 54e13d1b23 Bug 492233 [IMM32] Reimplement IME mouse handling r=VYV03354+roc, sr=roc 2009-05-15 09:46:24 +09:00
Masayuki Nakano 5064fd3c08 Bug 489951 [TSF] Korean TIP's composition string looks like normal text r=VYV03354, sr=roc 2009-05-15 09:45:15 +09:00
Josh Aas a255f48df4 Add support for "setConsumeRollupEvent" on Mac OS X. b=415440 r=mstange sr=roc 2009-05-14 16:13:22 -04:00
Steven Michaud d170a6ab3a Backed out changeset add33a95e3ef to fix talos crashes. b=489864 2009-05-11 15:39:37 -05:00
Steven Michaud 580be164cf get rid of nsIInternetConfigService (patch mostly by joshmoz@mozilla.com). b=489864 r=josh sr=roc 2009-05-11 13:17:35 -05:00
Ryo Onodera dff270d1be Bug 489485. nsRect::ToNearest/Inner/OuterPixels should be nonstatic. r+sr=roc
--HG--
extra : rebase_source : 13778709270ab926e951a7782fce3632370ef7c7
2009-05-08 14:31:04 +12:00
Masayuki Nakano 41a3e6b6e0 fix bustage on WinCE (bug 491438) r=stuart 2009-05-07 15:53:33 +09:00
Masayuki Nakano 0d2e5f7d1a Bug 491438 [IMM32] nsIMM32Handler should not be created by some WM_IME_* messages r=VYV03354,sr=roc 2009-05-07 12:49:14 +09:00
Brad Lassey 2cfbb51fda bug 481914 - dialogs shouldn't be larger than available screen space. Send notification and adjust avail screen size for soft keyboard r=dougt, sr=vlad 2009-04-14 01:27:39 -04:00
Serge Gautherie a9b95ab572 Backed out changeset: a02e097367ab
1 of 3 changesets causing lots of test failures
2009-05-06 01:56:25 +02:00
Brad Lassey 9901470cb2 bug 481914 - dialogs shouldn't be larger than available screen space. Send notification and adjust avail screen size for soft keyboard r=dougt, sr=vlad 2009-04-14 01:27:39 -04:00
Boris Zbarsky 346daa82d1 Bug 67752. Implement interruptible reflow. r=roc,dbaron 2009-04-21 19:53:52 -04:00
Masayuki Nakano fc4fba5d29 Bug 460059 Need IME state testing r+sr=roc 2009-05-05 15:15:23 +09:00
Antonio Gomes (tonikitoo) 467e652a6b Bug 480306 - Cannot enter password on gmail login using the soft keyboard. r=ginn.chen,blassey,pavlov sr=pavlov 2009-05-04 10:59:53 -04:00
Masayuki Nakano dfedb30d85 Bug 487016 [IMM32] IMM32 related code should be separated from nsWindow r=VYV03354+ere, sr=roc 2009-05-04 07:20:11 +09:00
Josh Aas 2b34930749 Add pref "filepicker.showHiddenFiles" support to the Mac OS X filepicker. b=466027 r=mstange sr=roc 2009-05-02 11:12:27 -07:00
Josh Aas 2241beca1b Comment change to force rebuild. 2009-04-30 01:31:42 -07:00
Josh Aas 104b89f8cf Get MenuHelpersX compiling on 64-bit Mac OS X, some minor memory mgmt cleanup. b=459729 r=mstange sr=roc 2009-04-29 23:48:14 -07:00
Josh Aas df394d35f8 Make Mac OS X bidi impl compile under 64-bit Mac OS X. b=490283 r=jfkthame sr=roc 2009-04-29 23:29:55 -07:00
Florian Quèze f09e4c24ea Bug 489815 - nsIIdleService.idleTime returns a value in microseconds on WinCE, and in milliseconds everywhere else. r=emaijala 2009-04-25 16:32:18 +02:00
Justin Gregory 42eae14a43 Bug 490002. Set correct keyboard modifiers in native OS X menu command event. r=joshmoz,sr=roc
--HG--
extra : rebase_source : 59afb8841d6ec2597afc2378bfd49399c801c639
2009-04-25 20:15:42 +12:00
Vladimir Vukicevic 5c52abde38 b=484864/b=488991; bustage fix for CE; r=red 2009-04-24 10:32:12 -07:00
Bob Clary f12a16b6fc bug 373122 - crash test by Jesse Ruderman. 2009-04-24 10:08:17 -07:00
Bob Clary abbf526049 bug 303901 - crash tests by Tom Ferris, Mats Palmgren. 2009-04-24 10:08:10 -07:00
Steven Michaud 88d93a3263 Check childrens' type before derefencing pointers to them. b=487393 r=josh sr=roc 2009-04-23 10:54:50 -05:00
Masayuki Nakano cfff67f8c9 Bug 482138 [TSF] nsTextFrame has to draw composition string by TIP specified style r+sr=roc 2009-04-23 12:27:12 +09:00
Vladimir Vukicevic df49c1ff63 b=484864, b=488911; add pref for different win32 painting paths; r=jimm 2009-04-22 17:48:30 -07:00
cmills@nvidia.com 98d436b376 b=484864, b=488910 - cairo ddraw backend for wince; r=vlad 2009-04-22 17:48:30 -07:00
Vladimir Vukicevic d6373d9570 b=488422; fix win ce window styles (again); r=dougt 2009-04-22 17:48:29 -07:00
Neil Deakin d9a1db2b70 Bug 454407, use offscreen buffer instead of image buffer for drag feedback, r+sr=roc 2009-04-22 08:55:51 -04:00
Joe Drew 633b99bd32 Backed out changeset 6a452e522e07 - Boris Zbarsky – Bug 67752. Implement interruptible reflow. r=roc,dbaron - because of apparent Tp hangs. 2009-04-21 23:02:17 -04:00
Boris Zbarsky 5c5eb9c3ea Bug 67752. Implement interruptible reflow. r=roc,dbaron 2009-04-21 19:53:52 -04:00
Jim Mathies ad7bafcae1 Bug 488984 - when draging tab to content area aEvent.screenX/Y in _onDragEnd is always 0 (breaks tab tearing). r=vlad 2009-04-20 17:54:46 -07:00
Takuro Ashie 6bcef00466 Bug 488068 - ImmReleaseContext should be called for opened HIMC. r=pavlov, sr=dougt 2009-04-20 21:09:28 +02:00
Serge Gautherie 21e625c1d2 Bug 481881 - use better template arguments for nsTArray<T> after bug 474369; (Ev1) Remove leftover 'i'; r+sr=roc 2009-04-20 12:23:49 +02:00
Jim Mathies e78f8c7cd3 Bug 470487 - Touchup patch for wince (lacking GetAncestor). 2009-04-19 14:39:37 -05:00