Robert Longson
|
ef3ca24d42
|
Bug 303581 - Ensure image/svg+xml mime type is always handled internally. r=jst
|
2013-08-24 09:36:03 +01:00 |
|
Gabriele Svelto
|
91c1a25d52
|
Bug 907798 - Remove TimeStamp.h includes from source files that do not need it; r=ehsan
|
2013-08-24 08:12:51 +02:00 |
|
Ms2ger
|
47f9af7214
|
Revert this CLOSED TREE to changeset 4d3e221584a0.
|
2013-08-24 13:31:48 +02:00 |
|
Ms2ger
|
2b68b6a2a5
|
Backed out changeset e5c1679a3856 (bug 906276) on a CLOSED TREE
|
2013-08-24 10:44:00 +02:00 |
|
Robert Longson
|
72d048c060
|
Bug 303581 - Ensure image/svg+xml mime type is always handled internally. r=jst
|
2013-08-24 09:36:03 +01:00 |
|
Ms2ger
|
137da0f245
|
Backed out changesets e6a3b0532422:f37447f59817 (bug 908880, bug 879682) for Windows assertion failures.
|
2013-08-24 10:27:21 +02:00 |
|
Gabriele Svelto
|
795d28ed67
|
Bug 907798 - Remove TimeStamp.h includes from source files that do not need it; r=ehsan
|
2013-08-24 08:12:51 +02:00 |
|
Drew Willcoxon
|
40445e7aaa
|
Bug 901294 - Prevent the background thumbnail service from triggering downloads. r=markh
|
2013-08-24 01:10:52 -07:00 |
|
Drew Willcoxon
|
bb8e6be8a4
|
Bug 906276 - Add attribute to nsIDocShell to disable content retargeting. r=jlebar, sr=biesinger
|
2013-08-24 01:10:50 -07:00 |
|
Masayuki Nakano
|
82b090b330
|
Bug 907612 part.3 widget::KeymapWrapper::GetDOMKeyCodeFromKeyPairs() should use switch instead of searching in array r=karlt
|
2013-08-24 16:24:33 +09:00 |
|
Masayuki Nakano
|
d5365ae3ea
|
Bug 907612 part.2 Get rid of nsNativeKeyEvent r=roc+gps, sr=jst
|
2013-08-24 16:24:32 +09:00 |
|
Masayuki Nakano
|
dc52b109ad
|
Bug 907612 part.1 nsNativeKeyBindings for GTK should use nsKeyEvent.mNativeKeyEvent r=karlt
|
2013-08-24 16:24:32 +09:00 |
|
Markus Stange
|
6afd565885
|
Bug 908880 - Update overflow rects when dynamically changing the filter property. r=jwatt
|
2013-08-24 08:20:01 +02:00 |
|
Markus Stange
|
86e41a563d
|
Bug 879682 - Call nsSVGEffects::UpdateEffects on the first reflow even if we've cleared our own firstreflow flag in order to propagate the information to our children. r=jwatt
|
2013-08-24 08:18:12 +02:00 |
|
Gabriel Luong
|
c417f6d424
|
Bug 895616 - get{Original/Generated}Location should take object/keyword arguments instead of positional arguments; r=fitzgen
|
2013-08-23 22:41:28 -07:00 |
|
Masayuki Nakano
|
108f3cc525
|
Bug 897885 part.2 Add test for handling kVK_JIS_KeypadComma r=smichaud
|
2013-08-24 13:53:01 +09:00 |
|
Masayuki Nakano
|
117b2332ab
|
Bug 897885 part.1 Handle kVK_JIS_KeypadComma in widget::TextInputHandler r=smichaud
|
2013-08-24 13:53:01 +09:00 |
|
Justin Dolske
|
cc006be88d
|
Bug 355063 - Password manager does not work on script-generated forms, should use new DOMFormHasPassword event instead. r=mattn,jwilde,margaret
|
2013-08-23 20:28:11 -07:00 |
|
Boris Zbarsky
|
00c0ef9e95
|
Bug 908837. Include a bit less stuff in binding implementation files. r=smaug
|
2013-08-23 22:42:42 -04:00 |
|
Boris Zbarsky
|
831b3fcdcf
|
Bug 908576 part 7. Move the various DOMProxyHandler classes into the binding implementation files. r=smaug
|
2013-08-23 22:42:42 -04:00 |
|
Boris Zbarsky
|
1be13ddcad
|
Bug 908576 part 6. Expose just a NativePropertyHooks pointer, not the object itself, so we can forward-declare it in bindings headers. r=smaug
|
2013-08-23 22:42:41 -04:00 |
|
Boris Zbarsky
|
3e11459a52
|
Bug 908576 part 5. Make GetProtoObject and GetConstructorObject not inline so they don't force us to include PrototypeList.h in all binding headers. r=smaug
|
2013-08-23 22:42:41 -04:00 |
|
Boris Zbarsky
|
cbb81c960e
|
Bug 908576 part 4. Move all the PrototypeTraits bits into PrototypeList.h so they don't force us to include that header in all binding headers. r=smaug
|
2013-08-23 22:42:41 -04:00 |
|
Boris Zbarsky
|
8955ed2808
|
Bug 908576 part 3. Get rid of PrototypeIDMap structs. r=smaug
|
2013-08-23 22:42:41 -04:00 |
|
Boris Zbarsky
|
ec79efc344
|
Bug 908576 part 2. Move DOMClass/DOMJSClass declarations out of binding headers. r=smaug
|
2013-08-23 22:42:40 -04:00 |
|
Boris Zbarsky
|
631e0772b7
|
Bug 908576 part 1. Remove unused Is() method from proxy bindings. r=smaug
|
2013-08-23 22:42:40 -04:00 |
|
Boris Zbarsky
|
30987641e2
|
Bug 908530 part 3. Stop including xpcpublic.h in DOMJSProxyHandler.h. r=khuey
|
2013-08-23 22:42:40 -04:00 |
|
Boris Zbarsky
|
7393f81fff
|
Bug 908530 part 2. Fix all the places that are bootlegging things (esp nsIURI) via xpcpublic.h. r=khuey
|
2013-08-23 22:42:40 -04:00 |
|
Boris Zbarsky
|
24605b64a4
|
Bug 908530 part 1. Make Link::GetURI return a raw pointer so we don't have to include nsIURI.h in Link.h. r=khuey
|
2013-08-23 22:42:39 -04:00 |
|
Boris Zbarsky
|
5962434202
|
Bug 908351. Stop over-including DOMJSClass.h, so we don't rebuild as much when PrototypeList.h changes. We do this by factoring out the slot macros into a separate header and including that. r=khuey
|
2013-08-23 22:42:39 -04:00 |
|
Phil Ringnalda
|
6e36a4c14b
|
Back out a35a5681fe2f (bug 887703) for b2g mochitest-8 failures
--HG--
rename : dom/tests/mochitest/general/test_donottrack.html => dom/tests/mochitest/general/test_bug629535.html
|
2013-08-23 19:38:25 -07:00 |
|
Phil Ringnalda
|
3f16f41e18
|
Back out 27eb88629c56:a26582e3c44d (bug 906901)
CLOSED TREE
|
2013-08-23 19:33:29 -07:00 |
|
Jeff Walden
|
234e8e440a
|
Back out bc75fd3095eb (bug 907958), the simple rebasing through bug 666399 is busted. Probably a simple-ish fix, not gonna try it on a deadline, tho. r=beep-beep-beep from a CLOSED TREE
|
2013-08-23 19:27:30 -07:00 |
|
Matt Brubeck
|
bb824a29fe
|
Back out caa126fcb928 (bug 885717) because of Android build errors
|
2013-08-23 18:55:47 -07:00 |
|
Justin Dolske
|
9a0687373b
|
Bug 901747 - The "slow startup" notification bar should point users to the help article on resetting Firefox. r=jaws
|
2013-08-23 18:30:07 -07:00 |
|
David Zbarsky
|
caecd047a6
|
Bug 906901: Address review nit
|
2013-08-23 21:16:37 -04:00 |
|
David Zbarsky
|
f9ae450dad
|
Bug 906901 - Use webIDL dictionaries for BrowerElementParent's event details r=bz
|
2013-08-23 21:11:47 -04:00 |
|
Drew Willcoxon
|
065d0edaa2
|
Bug 908060 - Choose a better size for the background thumbnail service's browser. r=markh
|
2013-08-23 17:38:21 -07:00 |
|
Matt Brubeck
|
119c24a35e
|
Bug 906047 - Remove unused code from metro/base/content/Util.js [r=sfoster]
--HG--
extra : rebase_source : 76af61778df8adf89b63006e7331ed69e1c7b32c
|
2013-08-23 17:10:29 -07:00 |
|
Shilpan Bhagat
|
3a3b0bf1f7
|
Bug 899376: PageActions for helper apps. r=wesj
|
2013-08-23 16:28:00 -07:00 |
|
Wes Johnston
|
b4980a91f7
|
Bug 885717 - Use a property animator for button toast. r=lucasr
|
2013-08-23 17:06:59 -07:00 |
|
Geoff Lankow
|
9c99e0152b
|
Bug 905136 - Blackbox icons missing from debugger (Linux); r=msucan
|
2013-08-24 11:50:48 +12:00 |
|
Sam Foster
|
4c871cdcf9
|
Bug 893091 - New populateFragmentFromString+tests, format the save-or-run download notification bar text. r=mbrubeck
|
2013-08-23 16:29:51 -07:00 |
|
Luke Wagner
|
2fdb7d211c
|
Bug 900669 - OdinMonkey: store relative offsets in AsmJSModule::{Exit,ExportedFunction} (r=bbouvier)
|
2013-08-23 17:51:46 -05:00 |
|
Luke Wagner
|
d6fb8b7b4a
|
Bug 900669 - OdinMonkey: store relative offsets in AsmJSModule::{Exit,ExportedFunction} (r=bbouvier)
|
2013-08-23 17:51:46 -05:00 |
|
Luke Wagner
|
000ea6edc0
|
Bug 900669 - OdinMonkey: un-HeapPtr more AsmJSModule property names (r=terrence)
|
2013-08-23 17:32:47 -05:00 |
|
Luke Wagner
|
bf5ad9f470
|
Bug 900669 - OdinMonkey: un-HeapPtr more AsmJSModule property names (r=terrence)
--HG--
extra : rebase_source : 1411a2f8deb7422aac36add0bf20cdabc539930d
|
2013-08-23 17:32:47 -05:00 |
|
Nick Fitzgerald
|
41eec7af77
|
Bug 882795 - source responses in the RDP should include a contentType property; r=vporof
|
2013-08-23 15:04:03 -07:00 |
|
Ryan VanderMeulen
|
f3aa1cb8f3
|
Merge m-c to fx-team.
|
2013-08-23 17:53:27 -04:00 |
|
Ryan VanderMeulen
|
b1c41b60b1
|
Merge inbound to m-c.
|
2013-08-23 17:49:37 -04:00 |
|