Neil Deakin
b56f307d2e
Bug 533460 - Allow custom panels/windows to be used as drag/drop feedback images. r=karlt,josh,roc
2011-04-25 18:37:20 -07:00
Markus Stange
76a45395d6
Bug 679717 - Add "mac-lion-theme" system metric in order to allow for Lion-specific CSS rules without the need for per-file manifest overrides. r=dbaron
2011-08-18 10:40:27 +02:00
Ali Juma
1496b135a9
Bug 591057 - List both GPUs in about:support and crash reports. - r=jrmuizel
2011-08-12 09:46:41 -04:00
Benoit Jacob
6e85be4bb9
Back out Bug 591057 / cset 02d5f1c5d438 because of 4% Ts regression
2011-08-11 14:24:52 -04:00
Steven Michaud
8d9fecdc0a
Bug 668953 - Support two-finger horizontal swipe on OS X Lion. r=bgirard
2011-08-11 12:42:23 -05:00
Ali Juma
63089e3dad
Bug 591057 - Identify active GPU in about:support and crash reports - r=jrmuizel
2011-08-10 18:25:22 -04:00
Chris Jones
ef494be5fb
Bug 648484, parts 3, 3.1, and 3.2: 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-08-09 12:38:26 -07:00
Jan Varga
e8159617e4
Bug 617528 Part 2 - Core implementation r=smaug
...
--HG--
rename : content/html/content/test/test_bug418756.html => content/html/content/test/test_checked.html
2011-08-08 19:31:32 +02:00
Boris Zbarsky
08da2a12f0
Bug 675405 part 3. Expand the event list to contain more information than just the name and move all the information from the tables in nsContentUtils to it. r=smaug
2011-08-07 22:30:17 -04:00
Michael Wu
c0f3877f71
Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg
2011-08-06 22:03:32 -07:00
Robert Sesek
9783ce3df4
Bug 448168 - Apply |s/entires/entries/g|; r=roc
2011-08-04 09:04:29 +02:00
Kyle Huey
bf89a6afc5
Merge m-c to b-s.
2011-07-22 00:03:35 -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
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
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
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
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
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
Doug Turner
df8be532a5
Bug 667919 - Add support for window.ondevicemotion and window.ondeviceorientation. r=smaug
2011-06-28 15:37:31 -07:00
Bas Schouten
60b854d92c
Bug 651858 - Part 8: Expose azure on/off state from gfxInfo. r=joedrew
2011-06-24 19:41:18 +02:00
Jonas Sicking
fc78c37b4d
Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug
2011-06-23 19:18:00 -07:00
Matheus Kerschbaum ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
ab1b3db5e6
Bug 664924 - Remove MOZ_CSS_ANIMATIONS ifdefs. r=dbaron
2011-06-20 16:47:09 -07:00
Jan Varga
2d86d96b3e
Bug 617528 Part 1 - Dispatch shift right click (contextmenu event) only to chrome. r=smaug
2011-06-19 11:23:12 +02:00
Ed Morley
b15b8760c6
Bug 614515 - Remove MOZ_SVG conditions. r=roc
2011-05-30 09:34:50 +02:00
Jim Mathies
dd00e9d4ec
Bug 651093 - Don't let the file picker on Windows add to the recent doc list when in privacy mode. Also expose a prop on the interface that gives devs control over 'add to recent docs' behavior. r=dougt, sr=gavin a=mak
2011-05-24 07:28:19 -05:00
Masayuki Nakano
2213fb832d
Bug 657935 Should refer computed delta value at dispatching pixel scroll event r=smaug+jimm
2011-05-23 23:56:59 +09:00
wfernandom2004@gmail.com
4ea488087e
Bug 338583, implement EventSource, r=smaug,Ms2ger
...
--HG--
extra : rebase_source : 9dd6bbbc0d714fbafb2ed115c40cf7210b663b6a
2011-05-22 22:30:07 +01:00
Masayuki Nakano
ab50ce059f
Bug 605648 Support high resolution scrolling on Windows r=jimm+smaug
2011-05-17 09:23:23 +09:00
Steven Michaud
0134af60ca
Ensure compatibility with OS X 10.7's arrowless scrollbar. r=mstange
2011-05-16 12:56:03 -05:00
Olli Pettay
17b4152928
Bug 307258 - Support beforeprint and afterprint events, r=mats, sr=roc
...
--HG--
extra : rebase_source : f14da5d6e282fe6ab4813c121d3366844dd89af6
2011-05-14 15:03:58 +03:00
Jim Mathies
07f280185f
Bug 633282 - Change up widget's UpdateTransparentRegion to UpdateOpaqueRegion. r=roc.
2011-05-13 11:40:46 -05:00
Masayuki Nakano
7ded25c607
Bug 651694 Sort out NS_PLUGIN_EVENT r=roc
2011-05-11 13:52:44 +09:00
John Daggett
863b47e616
Bug 650723. Add ClearType parameter data to about:support. r=gavin,jrmuizel
2011-05-11 09:30:20 +09:00
Ted Mielczarek
204bfb8a54
bug 606574 - bustage fix for unsupported platforms
2011-04-21 10:17:49 -04:00
Ted Mielczarek
ed190a31b3
bug 606574 - Win32 event loop instrumentation. r=jimm
...
--HG--
extra : rebase_source : b32e6d3b02aa866c27564cd3ad995d1e3aa0fa4c
2011-03-03 11:20:02 -05:00
Ted Mielczarek
bdf1970aea
bug 606574 - Implement event loop instrumentation using native events, core implementation + GTK2 implementation. r=karlt,cjones
...
--HG--
extra : rebase_source : bae5a25a76f4bb2f8ea4154923cfecbc4c39f128
2011-03-03 11:20:02 -05:00
Masayuki Nakano
501960ce8d
Bug 347185 Plugin events should be handled by focused DOM window r=smaug+roc
2011-04-21 08:54:43 +09:00
Vivien Nicolas
3343162944
Bug 532738 - Do not open the virtual keyboard on untrusted focus (caused by content page scripts) [r=masayuki]
2011-04-20 14:47:40 +02:00
Zack Weinberg
65920bff77
Bug 651017, part 5: mechanical changes.
...
--HG--
extra : rebase_source : 8bbdf48488736b51d05e734e2e9316c1460cfed5
2011-04-16 18:22:44 -07:00
Zack Weinberg
f8bc216403
Bug 651017, part 1: minimize inclusion of ns*DeviceContext.h; move the printing error codes to nsIDeviceContextSpec.h; os2 small widget cleanup.
...
--HG--
extra : rebase_source : 5b7cebe68f71a760463e3522b159c7cde8a72f5e
2011-04-16 18:22:41 -07:00
Zack Weinberg
9c94b683aa
Bug 174055, part 4: mechanical fixups outside gfx.
2011-04-07 18:05:49 -07:00
Jan Küchler
23271beb1d
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
...
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48
2011-04-07 18:04:40 -07:00
Ehsan Akhgari
436a7a6900
Back out bug 606574 for leaking a Mutex and a CondVar in crashtests
2011-04-13 14:08:43 -04:00
Ted Mielczarek
7129c73ed1
bug 606574 - Win32 event loop instrumentation. r=jimm
2011-03-03 11:20:02 -05:00
Ted Mielczarek
a8f73c6cb7
bug 606574 - Implement event loop instrumentation using native events, core implementation + GTK2 implementation. r=karlt,cjones
2011-03-03 11:20:02 -05:00
L. David Baron
058a80b273
ifdef CSS animations so that the feature can be backed out by flipping the switches in configure.in and then reverting the changes to the following four files appropriately: nsIDOMCSS2Properties.idl, nsIDOMCSSRule.idl, property_database.js, test_transitions_computed_values.html. (Bug 435442, patch 15) r=bzbarsky
2011-04-11 23:18:44 -07:00
L. David Baron
7d9ec1b0ca
Add animation event interface and data structures. (Bug 435442, patch 12) r=smaug
2011-04-11 23:18:44 -07:00
Matheus Kerschbaum
08c43219e7
Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg
2011-04-02 19:14:00 -07:00
Timothy Nikkel
af9d57db98
Bug 588403. Part 1. The bounds of a popup widget are in screen coordinates; r=jimm
2011-04-01 01:20:40 -04:00