Birunthan Mohanathas
|
7a599eb1ae
|
Bug 784739 - Switch from NULL to nullptr in dom/ (1/2); r=ehsan
|
2013-10-28 10:04:12 -04:00 |
|
Olli Pettay
|
83bef6a51b
|
Bug 926690 - Crash in mozilla::DispatchAsyncScrollEventRunnable::Run(), r=khuey
|
2013-10-16 11:42:28 +03:00 |
|
Boris Zbarsky
|
48ef79b3bb
|
Bug 817194. Make WebIDL dictionary types sanely initialized by default; add a new Fast subclass to handle cases when we can skip the initialization safely. r=khuey
|
2013-10-09 12:05:22 -04:00 |
|
Ed Morley
|
2c635d5d0c
|
Backed out changeset 8fa0cbe4a54d (bug 817194) for build failures
|
2013-10-09 17:48:13 +01:00 |
|
Boris Zbarsky
|
cf8ba5ee47
|
Bug 817194. Make WebIDL dictionary types sanely initialized by default; add a new Fast subclass to handle cases when we can skip the initialization safely. r=khuey
|
2013-10-09 12:05:22 -04:00 |
|
Dale Harvey
|
8353039d43
|
Bug 911195 - Properly compartment scroll event object. r=bz
--HG--
extra : rebase_source : 512a70ed17889808f0a6add6b4da7403fb3d4947
|
2013-09-13 15:11:42 +01:00 |
|
Wes Johnston
|
d4c8fd574e
|
Bug 826325 - Handle preventDefault on mozbrowserwindowopen events r=bz
|
2013-09-09 21:18:46 -07:00 |
|
David Zbarsky
|
b35165ce9e
|
Bug 906901 - Use webIDL dictionaries for BrowerElementParent's event details r=bz
|
2013-08-24 10:08:55 -04:00 |
|
Phil Ringnalda
|
e8dd2ef338
|
Back out 27eb88629c56:a26582e3c44d (bug 906901)
CLOSED TREE
|
2013-08-23 19:33:29 -07:00 |
|
David Zbarsky
|
f26a570cba
|
Bug 906901: Address review nit
|
2013-08-23 21:16:37 -04:00 |
|
David Zbarsky
|
9ab8e39be1
|
Bug 906901 - Use webIDL dictionaries for BrowerElementParent's event details r=bz
|
2013-08-23 21:11:47 -04:00 |
|
David Zbarsky
|
040dbd4c2b
|
Bug 894646 - Various dom deCOM cleanups r=Ms2ger
|
2013-07-23 16:39:17 -07:00 |
|
Kartikaya Gupta
|
8eed7300fd
|
Bug 879004 - Convert the async scroll offset fields in APZC.h to CSSPoints. r=kentuckyfriedtakahe
|
2013-06-10 09:05:44 -04:00 |
|
Olli Pettay
|
e5921ddec1
|
Bug 822399 - Make Event to use Paris bindings, r=peterv
|
2013-03-09 13:34:29 +02:00 |
|
Ehsan Akhgari
|
87b07b2898
|
Bug 844169 - Part 1: Rename nsHTMLIFrameElement to mozilla::dom::HTMLIFrameElement; r=bzbarsky
--HG--
rename : content/html/content/src/nsHTMLIFrameElement.cpp => content/html/content/src/HTMLIFrameElement.cpp
rename : content/html/content/src/nsHTMLIFrameElement.h => content/html/content/src/HTMLIFrameElement.h
extra : rebase_source : 67c393954a0c46f80b8729277504e9ced5c64d33
|
2013-02-22 19:59:26 -05:00 |
|
Justin Lebar
|
86e78894b9
|
Bug 828969 - Dispatch the mozbrowserasyncscroll event asynchronously, thus preventing deadlocks (and probably other problems). r=bz
|
2013-01-10 18:48:29 +01:00 |
|
Benjamin Chen
|
9bb6871b30
|
Bug 805746 - Send CustomScroll domevent to browser.js. r=cjones
|
2012-12-25 14:09:34 +08:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ben Turner
|
0727b7098c
|
Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
--HG--
rename : ipc/glue/IPCSerializableParams.ipdlh => ipc/glue/InputStreamParams.ipdlh
extra : transplant_source : %A6%BC%8B%8D%3A_%7Df%2B%FE%AA%94%81%AB%CAW%15K%A7%03
|
2012-08-23 12:33:46 -07:00 |
|
Justin Lebar
|
c9bb43d3c4
|
Bug 776129 - Part 1: When an <iframe mozbrowser> calls window.open, the resulting frame must be OOP iff the opener frame is OOP. r=smaug
--HG--
extra : rebase_source : 14db2573db5e9d8ffb72798f3d856f98e49f8a83
|
2012-08-17 17:07:54 -04:00 |
|
Justin Lebar
|
a74e85d8f6
|
Bug 781320 - Part 3: Set <iframe mozbrowser>'s name for iframes created via window.open. r=smaug
|
2012-08-13 15:19:10 -04:00 |
|
Justin Lebar
|
cc5add628b
|
Bug 769254 - Part 1: Fix crashes in BrowserElementParent.cpp, TabChild.cpp on null URI to window-opening code. r=bz
Parts 2 and beyond will come at a later date.
|
2012-07-31 23:12:04 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Matt Brubeck
|
769c2e9252
|
Back out fbdb3104c9e5, d2fe54ae00a8, d378362cbe01, fe623d60bea1 (bug 769254) on suspicion of causing Windows debug mochitest-plain-3 timeouts
|
2012-07-23 20:30:12 -07:00 |
|
Justin Lebar
|
84b9866fe2
|
Bug 769254 - Part 1: Fix crashes in BrowserElementParent.cpp, TabChild.cpp on null URI to window-opening code. r=bz
--HG--
extra : rebase_source : 1cc0e3c15f64dd73f074794de56218c8034478f3
|
2012-07-23 10:44:13 -04:00 |
|
Justin Lebar
|
f61b31d544
|
Bug 766871 - Part 1: window.open in <iframe> in in-process <iframe mozbrowser> should work. r=bz
--HG--
extra : rebase_source : 527c8bace08774f44bb5bace92fefad5341dab16
|
2012-06-23 11:05:12 -04:00 |
|
Justin Lebar
|
d19ebc4677
|
Bug 742944 - Part 4: Handle window.open in <iframe mozbrowser>. r=bz, cjones
--HG--
extra : rebase_source : 4c16c86c5be230af22eea89dfb5f893b7c6091dd
|
2012-06-12 18:01:25 -04:00 |
|