Commit Graph

3663 Commits

Author SHA1 Message Date
Michael Wu
ccaba60ed1 Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg 2011-08-06 22:03:32 -07:00
Marco Bonardo
c566b79a61 Backout changesets 57446cb82caa, 1c136ef5cac2 due to Tp5 regression on OSX. 2011-08-06 10:24:48 +02:00
Marco Bonardo
30eedbf426 Backout changeset 3985e7570ab6 (Bug 673301) due to permaorange in M1 (OSX). 2011-08-06 00:23:51 +02:00
Neil Deakin
2834fff0e6 Bug 673301, crash using non-string data with text/plain drags, r=josh 2011-08-05 15:24:24 -04:00
Benoit Girard
f7a0329216 Bug 668953 - [10.7] Support new back/forward gestures in OSX Lion; r=smichaud
--HG--
extra : rebase_source : e49091e63fb613b55d6331f1a5d9916e6de8db0d
2011-08-05 14:36:51 -04:00
Matt Woodrow
018085f85d Bug 671259 - Disable OpenGL layers on linux when we don't have texture_from_pixmap. r=bjacob 2011-08-05 13:13:25 +12:00
Matt Woodrow
4954a4f84f Bug 659560 - Block Mesa versions lower than 7.10.3. r=bjacob 2011-08-05 13:13:25 +12:00
Ed Morley
5d8d5d2581 Bug 653333 - Remove legacy splash screen code (nsSplashScreen, MOZ_SPLASHSCREEN, splash.bmp) now that no platforms use it; r=dtownsend,bsmedberg 2011-08-04 09:04:40 +02:00
Robert Sesek
6a70e0ff21 Bug 448168 - Apply |s/entires/entries/g|; r=roc 2011-08-04 09:04:29 +02:00
arno renevier
c333a93831 Bug 673390 - prevent crash in [@ nsNativeTheme::IsIndeterminateProgress]. r=roc 2011-08-04 08:55:28 +02:00
Marco Bonardo
0dd7aa5da8 Merge mozilla-central and mozilla-inbound 2011-08-02 11:52:56 +02:00
Masayuki Nakano
bdcd1c9b02 Bug 658194 Get rid of SendMessage() from mouse wheel event handling r=jimm 2011-08-02 12:03:15 +09:00
Michael Wu
755817c6c5 Bug 675483 - sLastModifierState should be a NSUInteger, not PRBool, r=smichaud 2011-08-01 18:20:52 -07:00
Cameron McCormack
2a3b3c6b2a Bug 673815 - Fix Synaptics touchpad scrolling hack requirement detection. r=jmathies 2011-08-02 10:05:13 +12:00
Oleg Romashin
97c9f74b96 Bug 672697 - Use nsTextEvent for rendering text coming from QInputMethodEvent r=jeremias
--HG--
extra : rebase_source : a82f9c65390eb6400550366c90f040e058d2cf86
2011-07-28 11:04:26 -07:00
Jeremias Bosch
0fa8e205f6 Bug 673397 - Paste Support of Fennec's Qt Port is broken due to Qt Update r=romaxa
--HG--
extra : rebase_source : a21a795d6992e9d51246b34e98a3ed8a7b99a4a5
2011-07-28 11:03:33 -07:00
Tim Abraldes
36723cafb8 Bug 581697 - During processing of NS_SIZEMODE events, skip the call to ::ShowWindow if we're restoring a window that is already restored; r=jmathies 2011-07-28 17:47:47 -05:00
Michael Wu
6a28121ce1 Bug 671417 - Incorrect use of PRBool when other types are more appropriate or vice versa, r=bz,ehsan,dwitte,joe,vlad,luke,mak,roc 2011-07-26 23:43:37 -07:00
Marco Castelluccio
6e58070f5f Bug 635643. Remove nsIRegion, because it is a useless wrapper class. r=tnikkel 2011-07-25 17:19:37 -05:00
Josh Matthews
67d4a7782c Bug 671960 - Prevent calling cairo functions on invalid surfaces through gfxASurface. r=joe,dougt,jmuizelaar 2011-07-21 20:41:39 -07:00
Joel Maher
344f4a7302 Bug 666654 - split eventutils.js functions that are chrome only into chromeutils.js. r=ted, a=test-only 2011-07-23 09:02:40 -04:00
Mounir Lamouri
e30c631bcc Bug 673584 - Call QueueAnimatedContentForRefresh with 30 instead of 60 for the progress element. r=jimm 2011-07-22 23:07:43 -07:00
Ehsan Akhgari
b85c178117 Merge mozilla-central and mozilla-inbound 2011-07-22 15:51:08 -04:00
Ehsan Akhgari
3be0b6110e Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-22 15:48:18 -04:00
Marco Bonardo
55b2a4bd7e Merge mozilla-central and mozilla-inbound 2011-07-22 15:31:14 +02:00
Kyle Huey
21cdfe78c0 Merge m-c to b-s. 2011-07-22 00:03:35 -07:00
Rafael Avila de Espindola
e7ffa2c6f6 Bug 673227. Add missing const in GetCharacters. r=jrmuizel
gcc-4.2 accepts this but clang does not.
2011-07-21 17:05:58 -04:00
Marco Bonardo
225034df61 Merge last green changeset from mozilla-inbound to mozilla-central 2011-07-21 14:32:10 +02:00
arno renevier
5388ac92cf Bug 669299 - Remove unneeded nsPrintfCString.h includes. r=bsmedberg 2011-07-21 04:37:31 +02:00
Masayuki Nakano
7f25c497c3 Bug 519972 part.13 Log TextInputHandler behavior r=smichaud 2011-07-21 09:33:16 +09:00
Masayuki Nakano
8784a8c4a0 Bug 519972 part.12 Move duplicated static methods in nsChildView.mm and TextInputHandler.mm to nsCocoaUtils r=smichaud 2011-07-21 09:33:16 +09:00
Masayuki Nakano
76816fcc1a Bug 519972 part.11 nsEvent.h should have forward declarations of classes and structs in nsGUIEvent.h r=roc 2011-07-21 09:33:16 +09:00
Masayuki Nakano
599da8a7a1 Bug 519972 part.10 Move keyup and flagsChanged code to TextInputHandler r=smichaud 2011-07-21 09:33:16 +09:00
Mounir Lamouri
be4077ebd6 Bug 665368 - Implement a native indeterminate progress bar rendering for Windows Classic. f=kliu r=jmathies 2011-07-22 12:23:46 -07:00
Kyle Huey
085174474c Bug 646157: Prevent 2^n growth in event dispatch in a chain of nested labels. r=smaug
Prior to this patch, Gecko allowed bubbling click events to trigger multiple <label>s, and for the synthetic click events generated by <label>s to also trigger additional <label>s.  In contrast, Opera allows only the latter, and Webkit/IE allow neither.  Gecko's behavior leads to 2^n events being dispatched in the case of markup like:

<label for="thing1" /><input type="foo" name="thing1" />
<label for="thing2" /><input type="foo" name="thing2" />
...

After this patch a bubbling click event triggers at most one <label>, and the synthetic click event cannot trigger additional labels.  Our behavior is still not identical to Webkit/IE though, because in Gecko a click event will still bubble up past a <label>, while in Webkit/IE the click event will stop at the <label>.
2011-07-19 09:19:32 -07:00
Joel Maher
c3a05191bb Bug 666649 - remove enablePrivilege from various places in the harness and chrome tests. r=ted, a=test-only 2011-07-21 16:21:25 -04:00
Mounir Lamouri
2e1dfaef9e Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-20 12:18:54 -07:00
Ehsan Akhgari
ee5215c7a6 Revert to changeset e0ce7821fce1 because the latest push broke all of the builds DONTBUILD 2011-07-19 16:25:54 -04:00
Mounir Lamouri
5937d63965 Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-19 11:22:43 -07:00
Mounir Lamouri
b088e154d6 Backed out bug 669310, bug 668013, bug 667887 and bug 669886 due to build bustage. 2011-07-19 10:49:48 -07:00
Mounir Lamouri
d2f5a3b4c3 Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst 2011-07-18 17:05:10 -07:00
Chris Jones
d8c3256765 Merge backout 2011-07-15 11:36:22 -07:00
Chris Jones
24f027292c Back out bug 648484 2011-07-15 11:35:55 -07:00
Ehsan Akhgari
0787743cf4 Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-15 08:13:08 -04:00
Ms2ger
36c532ffa2 Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
Ehsan Akhgari
af41e67f2a Merge the last green changeset on mozilla-inbound to mozilla-central 2011-07-14 12:20:34 -04:00
Alexander Surkov
011f3df5e6 Bug 649236 - AccessibleObjectFromEvent not working in-process in 64 bit builds, r=roc 2011-07-14 17:08:25 +09:00
Ginn Chen
55cfa898db Bug 669130 [atk]Use emission hook for show/hide signal to add/remove GTK+ native a11y dialog to children of Mozilla application accessible. r=trev.saunders,roc 2011-07-14 09:58:32 +08:00
Ginn Chen
7892287088 Bug 665406 Support XF86Copy, XF86Paste, XF86Cut, XF86Undo, XF86Redo keysym r=masayuki, Olli.Pettay 2011-07-14 09:58:07 +08:00
Masayuki Nakano
fa9c47371c Bug 658155 High resolution scrolling should be enabled even when scrolling speed is customized by prefs r=smaug+jimm 2011-07-15 07:12:20 +09:00