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
Chris Jones
5f3842d907
Bug 648484, part D: Allow PuppetWidgets to create D3D10 layer managers (for the time being). r=roc
2011-07-13 22:43:43 -07:00
Chris Jones
289ccdf1c6
Bug 648484, part 3 and part 3.1: Allow passing a "backend hint" to GetLayerManager() to request a non-default layer manager backend. Deal with failure to hook up shadow layers. sr=roc
2011-07-13 22:43:43 -07:00
Joe Drew
952b8c93a0
Bug 664299 - Pass the loading principal to imgILoader::loadImage so we can operate on it later. r=bz
2011-07-14 14:47:32 -04:00
Adrian Johnson
ca5502b6f3
Bug 624699. Fix some landscape printing bugs. r=roc
...
Specifically:
1) Only rotate print output for PostScript, not PDF.
2) Rotate in the correct direction for PostScript.
3) Set the %%Orientation comment correctly.
2011-07-14 13:02:20 -04:00
Jacek Caban
e4c758a7ea
Bug 669875 - Broken widget/src/windows cross compilation on case sensitive OSes (r=jmathies)
2011-07-13 17:58:33 +02:00
Florian Hänel
dda95d56d6
Bug 670877 - Virtual Keyboard visible area is calculated ignoring orientation. r=romaxa
...
--HG--
extra : rebase_source : e1f99e6bd7f6d218653cd4656ee2a27356394dde
2011-07-13 15:59:28 +02:00
Mounir Lamouri
4c0a532e43
Merge mozilla-inbound into mozilla-central.
2011-07-11 16:18:03 +02:00
Neil Deakin
34d82c8060
Bug 670148, remove nsIMenuFrame, r=roc
2011-07-11 10:05:07 -04:00
Mounir Lamouri
5c47b18f12
Bug 664925 - ASSERTION: We shouldn't have another size than small and regular for the moment. r=mstange
2011-07-11 11:41:26 +02:00
Kyle Huey
55c911c020
Merge m-i to m-c.
2011-07-09 20:19:36 -07:00
Mounir Lamouri
5b599e82f6
Bug 665571 - Have DrawCellWithSnapping handles special NSZeroSize value in CellRenderSettings. r=mstange
2011-07-08 14:56:44 +02:00
Marco Bonardo
046ded1cf6
Backout changeset 1f8010810cee due to bustage.
2011-07-08 11:36:54 +02:00
Jory A. Pratt
3e2dda7322
Bug 645793 - Finish disabling gconf support if requested. r=khuey
2011-07-08 01:28:48 -07:00
Karl Tomlinson
55258ac096
b=624329 skip NS_MOVE dispatch on ConfigureNotify on override-redirect windows to work around nsXULPopupManager::PopupMoved moving the context menus again r=roc
...
--HG--
extra : rebase_source : 954ab0656c487c27ed910bc9ecad329aca889c0e
2011-07-08 15:14:27 +12:00
Karl Tomlinson
24e42051ba
b=665540 position new popup windows even when there is no Move() or Resize(x,y,w,h) r=roc
...
--HG--
extra : rebase_source : 66fb0f413fac340cbd570c890d83cdd0cf2797ca
2011-07-08 15:13:52 +12:00
Doug Turner
0efa167f2b
Bug 667980: Expose network connection type to chrome. r=dougt
...
Add an attribute to nsINetworkLinkService that represents the connection type,
and add code to the android back-end to expose the connection type and notify
when it changes.
2011-07-10 15:24:05 -07:00
Felipe Gomes
bdcb64d147
Bug 583976. Part 3 - Automatically forward mouse and key input events to out-of-process content, and add cursor support in PuppetWidget. r=smaug,stechz
2011-06-21 17:32:43 -07:00