Commit Graph

116756 Commits

Author SHA1 Message Date
Cameron McCormack
6183878252 Bug 779917 - Implement CSS.supports(). r=dbaron f=bz 2012-11-25 11:26:07 +11:00
Makoto Kato
5434e5c023 Bug 824654 - Remove duplicated class define to fix bustage on Win64 builder. r=heycam 2012-12-26 13:44:12 +09:00
Boris Zbarsky
87a0892ed8 Bug 819239. Add the WebIDL API for HTMLDocument. r=peterv 2012-12-25 18:00:47 -08:00
Rafael Ávila de Espíndola
77c65dbe2d Bug 822825 - Java plugin hits mozPoisonWriteMac ValidWriteAssert assertion on shutdown. r=BenWa. 2012-12-25 19:27:01 -05:00
Boris Zbarsky
c8c14e9d8e Bug 816421 followup. Fix places that were not properly including things they depended on. r=bustage 2012-12-25 15:06:15 -08:00
Boris Zbarsky
90a34fb045 Bug 816421. Make Document.visibilityState a WebIDL enum. r=peterv
A lot of the changes here are just so I can actually build after including DocumentBinding.h in nsIDocument.h
2012-12-25 14:00:15 -08:00
Boris Zbarsky
1fecfa2d2a Bug 816425. Mark a few more things [Constant] in IDL, especially ImageData.width/height. r=peterv 2012-12-25 14:00:15 -08:00
Boris Zbarsky
7138ae455d Bug 824517. Quickstub window.performance. r=peterv 2012-12-25 14:00:15 -08:00
Oleg Romashin
2aeed803c9 Bug 823825 - Qt Firefox does not build on meego due to changed API. r=romaxa DONTBUILD 2012-12-25 13:27:00 -08:00
David Zbarsky
68e3fa30e3 Bug 824604 - Remove quickstubs for nsIDOMSVGElement r=bz 2012-12-25 14:39:24 -05:00
ithinc
bccbad4c83 Bug 656222 - moveTabBackward/moveTabForward should skip hidden tabs. r=dao 2012-12-25 01:02:37 +08:00
Patrick Wang
2513b4d3b0 Bug 824605 - Fix readLen in getSPDI. r=allstars.chh 2012-12-25 19:27:48 +08:00
ithinc
2ecd0fb296 Bug 824480 - Replace |tab == gBrowser.selectedTab| with tab.selected. r=dao 2012-12-25 00:08:22 +08:00
Jan de Mooij
7e15147939 Bug 764310 part 2 - Implement JSOP_DEFFUN in IonMonkey. r=bhackett 2012-12-25 16:12:59 +01:00
Brian Hackett
4ac92d9993 Bug 824257 - Remove type barriers that are redundant with null/undefined checks, r=jandem. 2012-12-25 07:27:48 -07:00
Chia-hung Tai
5a02eb842b Bug 823816 - Replace NullTerminatedTexts with TextString in ConstrainedEncoding. r=vyang 2012-12-24 14:33:20 +08:00
Kan-Ru Chen (陳侃如)
32e3b47734 Bug 824558 - Do not destroy mInitThread. r=dougt 2012-12-25 17:13:20 +08:00
Edgar Chen
c4a6982e27 Bug 824194 - Refactor TLV size handler in sendStkTerminalResponse. r=allstars.chh 2012-12-22 11:14:40 +08:00
Eric Chou
dc097412e2 Bug 824458 - callback function set in DBus sometimes wouldn't get called, r=gyeh 2012-12-25 14:56:26 +08:00
Tetsuharu OHZEKI
9a62476693 Bug 824516 - Fix regression in text selection introduced in bug 708048. r=kats 2012-12-25 01:06:40 -05:00
Boris Zbarsky
4d0a06e9f3 Bug 818400. Add a preference to control :scope and pref it off in release builds for now. r=dbaron 2012-12-24 19:35:34 -08:00
Boris Zbarsky
2a16338145 Bug 816180. Convert DocumentFragment to WebIDL. r=peterv 2012-12-24 19:35:19 -08:00
Dão Gottwald
a0fdb58284 Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin 2012-12-25 01:08:13 +01:00
Chris Jones
a3794cb9e4 Bug 824230: Handle UNKNOWN_ERROR in OmxDecoder. r=doublec 2012-12-24 15:43:10 -08:00
Rafael Ávila de Espíndola
c7baf6c313 Bug 824119 - Refactor about:telemetry to expose stack printing utilities. r=vladan. 2012-12-24 18:07:17 -05:00
Ryan VanderMeulen
330cdf9118 Backed out changeset 36d18c504450 (bug 824443) for mochitest b-c orange. 2012-12-24 17:02:07 -05:00
Dão Gottwald
7bacc8172e Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin 2012-12-24 21:33:35 +01:00
ithinc
31e3ed3d6e Bug 822068 - Don't call tab.focus() in gBrowser.moveTabBackward/moveTabForward. r=dao 2012-12-24 22:29:15 +08:00
ithinc
6e66d40e45 Bug 819907 - Add permanent fullsc-toggler element to simplify code. r=gavin 2012-12-24 22:45:06 +08:00
Neil Deakin
3facce8d0e Bug 798226, backout cd66c58db0f7 until the issue of the os adjusting the popup to fit onscreen can be solved. 2012-12-24 14:47:34 -05:00
Jan de Mooij
d66858d925 Bug 764310 part 1 - Refactor interpreter JSOP_DEFFUN logic. r=bhackett 2012-12-24 20:03:26 +01:00
Brian Hackett
b41d8c74d1 Bug 824275 - Improve precision of alias analysis, r=jandem. 2012-12-24 10:29:14 -07:00
James Kitchener
0bf2d770da Bug 818620 - Testcase to ensure all arguments processed in Math.max/min. r=just-tests
--HG--
extra : amend_source : d73f36b24712273b8c56feb3a4a945f25d9a4f0f
2012-12-24 10:44:35 -06:00
Rafael Ávila de Espíndola
0e69f61bef Bug 823906 - Last clang update on the 3.2 branch. r=rail.
Update the manifests.
2012-12-24 09:54:37 -05:00
Rafael Ávila de Espíndola
1065e819bd Bug 823906 - Last clang update on the 3.2 branch. r=rail.
Update the build scripts.
2012-12-24 09:53:55 -05:00
Alexander Surkov
1f347b051a Bug 818407 - changing the HTML body doesn't pick up ARIA role, r=tbsaunde 2012-12-24 21:40:15 +09:00
Hannes Verschore
0310fbf831 Bug 823887: Correctly do a pre-increment on InlineFrameIterator, r=nbp 2012-12-24 11:57:13 +01:00
David Zbarsky
627bff8456 Bug 823394 Part 2: Add WebIDL API to SVGElement and enable binding r=bz 2012-12-23 03:22:58 -05:00
David Zbarsky
b3fd32ba23 Bug 823394 Part 1:Merge nsSVGStylableElement/nsSVGElement and nsIDOMSVGStylable/nsIDOMSVGElement r=bz
--HG--
rename : layout/reftests/svg/style-property-not-on-script-element-01.svg => layout/reftests/svg/style-property-on-script-element-01.svg
2012-12-23 03:22:22 -05:00
Nicholas Nethercote
df43bc1128 Bug 824397 - Use NS_ENSURE_{TRUE,FALSE,SUCCESS}_VOID(foo) instead of NS_ENSURE_{TRUE,FALSE,SUCCESS}(foo, ). r=derf. 2012-12-23 20:45:57 -08:00
Daniel Holbert
ae1ad93632 Bug 824140: Fix out-of-order init-list in Netd.cpp. r=slee 2012-12-23 19:12:15 -08:00
Marco Chen
f5c8c08786 Bug 823203 - HalParent::ActorDestroy() needs to handle the UnregisterSwitchObserver() when content process is killed. r=jlebar, a=blocking-basecamp 2012-12-21 16:37:58 +08:00
Shih-Chiang Chien
9c778509e9 Bug 814252 - Should not process HandleDrag for touch event. r=smaug 2012-12-23 22:08:15 -05:00
Kan-Ru Chen (陳侃如)
47f983bc0f Bug 820683 - Restart the timeout timer if position is not better. r=dougt 2012-12-24 11:05:37 +08:00
Kan-Ru Chen (陳侃如)
3b9e4bb8a2 Bug 821517 - Remove MOZ_ASSERT(mInitThread) r=dougt 2012-12-24 10:53:37 +08:00
Justin Lebar
6007d234f5 Bug 824395 - Report used stacks separately from unused stacks. r=njn 2012-12-23 21:48:03 -05:00
Peter Van der Beken
5c8280e854 Fix for bug 811701 (Move innerHTML/outerHTML/insertAdjacentHTML from HTMLElement to Element). r=bzbarsky. 2012-12-23 18:38:41 -08:00
Nicholas Cameron
7038cb82a1 Bug 732535; border-radius tests on android. r=karlt
--HG--
extra : rebase_source : 84e0aca10c33587e47a38fbb5e081acbf912c8e6
2012-12-24 15:11:07 +13:00
Nicholas Nethercote
69cb9559ea Bug 824340 - DMD: fix a deadlock when getting stack traces. r=jlebar.
--HG--
extra : rebase_source : c0bb85cddb6abed0eedd49d959001a0b95667946
2012-12-23 17:35:56 -08:00
Nicholas Nethercote
2f1c02fb31 Bug 824390 - DMD: Don't use PTHREAD_MUTEX_INITIALIZER for non-static mutexes. r=jlebar.
--HG--
extra : rebase_source : a8cdd5e3d3db05cbb78441477508c05168e67ecd
2012-12-23 17:35:23 -08:00