Michael Wu
d0689ff033
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
eeef2b0334
Bug 635643. Remove nsIRegion, because it is a useless wrapper class. r=tnikkel
2011-07-25 17:19:37 -05:00
Josh Matthews
167e71ef62
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
a73a03430f
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
7a946ca988
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
9c991ec1d5
Merge mozilla-central and mozilla-inbound
2011-07-22 15:51:08 -04:00
Ehsan Akhgari
82a2088e2e
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-22 15:48:18 -04:00
Marco Bonardo
5856c10225
Merge mozilla-central and mozilla-inbound
2011-07-22 15:31:14 +02:00
Kyle Huey
bf89a6afc5
Merge m-c to b-s.
2011-07-22 00:03:35 -07:00
Rafael Avila de Espindola
937f4d01fd
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
e74e9917ee
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-21 14:32:10 +02:00
arno renevier
b0190c2f49
Bug 669299 - Remove unneeded nsPrintfCString.h includes. r=bsmedberg
2011-07-21 04:37:31 +02:00
Masayuki Nakano
b5aa0b79b6
Bug 519972 part.13 Log TextInputHandler behavior r=smichaud
2011-07-21 09:33:16 +09:00
Masayuki Nakano
65e029727e
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
b1c1ccf17d
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
906d0d30c6
Bug 519972 part.10 Move keyup and flagsChanged code to TextInputHandler r=smichaud
2011-07-21 09:33:16 +09:00
Mounir Lamouri
cc931e2828
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
2f79179955
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
c632843040
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
0252d92d00
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
2011-07-20 12:18:54 -07:00
Ehsan Akhgari
63320af2de
Revert to changeset e0ce7821fce1 because the latest push broke all of the builds DONTBUILD
2011-07-19 16:25:54 -04:00
Mounir Lamouri
b8b90bb631
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
2011-07-19 11:22:43 -07:00
Mounir Lamouri
d4958c3309
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
d9d1e6dee0
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
2011-07-18 17:05:10 -07:00
Chris Jones
2a348817d0
Merge backout
2011-07-15 11:36:22 -07:00
Chris Jones
f146a2e9a6
Back out bug 648484
2011-07-15 11:35:55 -07:00
Ehsan Akhgari
7a2ee1db6e
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-15 08:13:08 -04:00
Ms2ger
ddde247e90
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
2011-07-15 12:31:34 +02:00
Ehsan Akhgari
013e4d1aea
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-14 12:20:34 -04:00
Alexander Surkov
0e8e8d65c1
Bug 649236 - AccessibleObjectFromEvent not working in-process in 64 bit builds, r=roc
2011-07-14 17:08:25 +09:00
Ginn Chen
40cdea8764
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
d744caf50e
Bug 665406 Support XF86Copy, XF86Paste, XF86Cut, XF86Undo, XF86Redo keysym r=masayuki, Olli.Pettay
2011-07-14 09:58:07 +08:00
Masayuki Nakano
43a98b4610
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
b7f2296045
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
304ad17b82
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
0a58e6f5f5
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
35dff79077
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
ddff13239b
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
58800a4316
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
979fa394a6
Merge mozilla-inbound into mozilla-central.
2011-07-11 16:18:03 +02:00
Neil Deakin
20885dc711
Bug 670148, remove nsIMenuFrame, r=roc
2011-07-11 10:05:07 -04:00
Mounir Lamouri
8cee44e042
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
4336dd0f6c
Merge m-i to m-c.
2011-07-09 20:19:36 -07:00
Mounir Lamouri
b03c82c328
Bug 665571 - Have DrawCellWithSnapping handles special NSZeroSize value in CellRenderSettings. r=mstange
2011-07-08 14:56:44 +02:00
Marco Bonardo
eed812e90e
Backout changeset 1f8010810cee due to bustage.
2011-07-08 11:36:54 +02:00
Jory A. Pratt
3f4f596cae
Bug 645793 - Finish disabling gconf support if requested. r=khuey
2011-07-08 01:28:48 -07:00
Karl Tomlinson
4357268790
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
3e0e85fb00
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
c5eb2140dc
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
0739400bda
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