Boris Zbarsky
|
e5460d8ba1
|
Bug 1332956 part 3. Implement the same behavior for <object>-inside-<object> and <object>-inside-mediaelement as we do for <embed> already. r=qdot
|
2017-02-08 18:19:01 -05:00 |
|
Manish Goregaokar
|
2d1e54b302
|
Bug 1334330 - Part 3: stylo: Use GenericSpecifiedValue abstraction in elements using only common mappers; r=bz,emilio
MozReview-Commit-ID: B8vg4ZiqRGK
|
2017-01-26 16:51:01 -08:00 |
|
Manish Goregaokar
|
7e8e84c24b
|
Bug 1334330 - Part 1: stylo: Abstractify nsMappedAttributes to work on arbitrary containers of specified value data; r=bz,emilio
MozReview-Commit-ID: BSM4TC9RKot
|
2017-01-26 13:39:13 -08:00 |
|
Edgar Chen
|
f1406505a9
|
Bug 1308069 - Clear pending error event fired by src="" case if src changed before it fired. r=bz
MozReview-Commit-ID: B8f975mZNN9
|
2016-10-06 12:30:35 +08:00 |
|
Boris Zbarsky
|
da1b7b9d44
|
Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
|
2016-05-20 23:13:17 -04:00 |
|
Kyle Huey
|
b972c94d0f
|
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
|
2016-05-05 01:45:00 -07:00 |
|
Kyle Machulis
|
de4066f5d7
|
Bug 1263696 - Block embed content loading when ancestor of object element with content; r=bz
|
2016-05-02 09:54:16 -07:00 |
|
Carsten "Tomcat" Book
|
aadd508ffe
|
Backed out changeset 85ce8cb0639a (bug 1268313)
|
2016-04-29 14:21:16 +02:00 |
|
Kyle Machulis
|
317486a94d
|
Backout of 541618e4babd (bug 1263696) due to performance timeline test bustage
|
2016-04-28 14:48:14 -07:00 |
|
Kyle Huey
|
e62a0823c9
|
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
|
2016-04-28 14:08:25 -07:00 |
|
Kyle Machulis
|
494d00e510
|
Bug 1263696 - Block content loading for embed nodes that are ancestors of objects with data; r=bz
|
2016-04-28 13:08:12 -07:00 |
|
Kyle Machulis
|
4158e8cce4
|
Bug 1262184 - Block embed content loading when child of media element; r=bz
|
2016-04-13 15:27:20 -07:00 |
|
Kyle Machulis
|
e8e8a3cdc8
|
Bug 1239585 - Remove eSupportSVG from nsObjectLoadingContent capabilities; r=bz
|
2016-01-15 14:11:54 -08:00 |
|
Kyle Machulis
|
77bbc22261
|
Bug 1237963 - Add documents to embed element capabilities; r=bz
|
2016-01-13 22:36:55 -08:00 |
|
Kyle Machulis
|
0210c68c52
|
Bug 769117 - Rewrite youtube flash embed tags to possibly use HTML5; r=bz r=hsivonen
|
2016-01-13 16:13:50 -08:00 |
|
Kyle Machulis
|
ec3e9e1ebd
|
Backout of changesets 05eb8219c3e5, 1ecd2a9ffb67 (Bug 769117) for bustage on CLOSED TREE
|
2016-01-13 12:16:19 -08:00 |
|
Kyle Machulis
|
3c97e4d242
|
Bug 769117 - Rewrite youtube flash embed tags to possibly use HTML5; r=bz r=hsivonen
|
2016-01-13 11:45:59 -08:00 |
|
Masayuki Nakano
|
9c6ef4b246
|
Bug 895274 part.70 Rename NS_BLUR_CONTENT to eBlur r=smaug
|
2015-09-02 15:08:00 +09:00 |
|
Ehsan Akhgari
|
f47f3f6938
|
Bug 1148030 - Correctly reflect object and embed RequestContext values; r=smaug
Note that these elements cannot be intercepted for now. See bug
1168676 for the background.
|
2015-07-18 16:44:28 -04:00 |
|
Andrew McCreight
|
92010d3e4c
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Steven Michaud
|
44220ce027
|
Bug 1137229 - Keyboard input can stop working in a window. r=smaug
|
2015-03-24 17:02:52 -05:00 |
|
Ryan VanderMeulen
|
be74dd7ef8
|
Backed out changeset cb2fce9d19c7 (bug 1137229) for OSX Werror bustage.
CLOSED TREE
|
2015-03-24 13:07:26 -04:00 |
|
Steven Michaud
|
b6c334d428
|
Bug 1137229 - Keyboard input can stop working in a window. r=smaug
|
2015-03-24 11:41:32 -05:00 |
|
Boris Zbarsky
|
3a822d99b4
|
Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, BindingUtils.cpp,
Codegen.py, Element.cpp, IDBFileRequest.cpp, IDBObjectStore.cpp,
dom/workers/Navigator.cpp, WorkerPrivate.cpp, DeviceStorageRequestChild.cpp,
Notification.cpp, nsGlobalWindow.cpp, MessagePort.cpp, nsJSEnvironment.cpp,
Sandbox.cpp, XPCConvert.cpp, ExportHelpers.cpp, and DataStoreService.cpp. The
rest of this diff was generated by running the following commands:
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObject\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx|aContext|aCtx|js), [^,)]+)\)/\1, aGivenProto)/g'
|
2015-03-19 10:13:33 -04:00 |
|
Olli Pettay
|
61015afdcf
|
Bug 1037687, load iframes in shadow DOM, r=wchen
|
2015-02-24 16:41:43 +02:00 |
|
Steven Michaud
|
39604719c4
|
Bug 1110888 - Always do plugin IME in main process, even with e10s. r=masayuki,smaug
|
2015-02-20 10:37:02 -06:00 |
|
Dhi Aurrahman
|
4eea7d7fd0
|
Bug 835800 - Convert more DOM attribute reflectors to DOMString. r=bzbarsky
|
2015-02-13 08:27:39 +07:00 |
|
Birunthan Mohanathas
|
86c0c5b215
|
Bug 946065 - Part 11: Move content/html/ to dom/ and flatten subdirectories. r=peterv
|
2014-10-25 20:24:55 +03:00 |
|