Commit Graph

137955 Commits

Author SHA1 Message Date
Kartikaya Gupta
0577ae915b Bug 891175 - Fix positioning of caret as fallout from widget scaling. r=jimm, margaret 2013-07-11 17:58:13 -04:00
Ehsan Akhgari
250df2ac8d Bug 890405 - Remove nsIIDBVersionChangeEvent; r=janv 2013-07-11 13:36:42 -04:00
Sam Foster
85f431369e Bug 831440 - Explicitly unassign the -moz-element tab backgrounds when tabstrip is not visible. r=mbrubeck
--HG--
extra : rebase_source : 27fd58e329f4deef2e4eaa3e35b56b1801adfad2
2013-07-11 14:53:56 -07:00
Blake Kaplan
1a6140d6ca Reftests for bug 890775 - r=peterv 2013-07-11 17:53:08 -04:00
Blake Kaplan
eb084c4fdd Bug 890775 - Not all xbl:children elements should be treated specially. r=peterv 2013-07-11 17:52:49 -04:00
Masatoshi Kimura
9b846c9c52 Bug 888870 - Add Windows 8.1 support to WinUtils::GetWindowsVersion. r=jimm 2013-07-12 06:26:55 +09:00
Masatoshi Kimura
fa43b3c4c0 Bug 892460 - Add MOZ_FINAL to a bunch of node classes. r=bz 2013-07-12 06:26:54 +09:00
Axel Hecht
8ba1bf627c bug 891118, bug 890726, localize html validation and about pages, r=mfinkle 2013-07-11 23:45:31 +02:00
Alexandros Chronopoulos
d94217b0c1 Bug 790559 - Part 2: Correct test_framebuffer.html mochitest to expect two channels. r=rillian 2013-06-21 00:31:22 +03:00
Alexandros Chronopoulos
6f1a537f65 Bug 790559 - Part 1: Apply DownmixToStereo function when decode multichannel Opus and Vorbis. r=rillian 2013-04-24 20:29:44 +03:00
Terrence Cole
af5ce72172 Bug 891773 - Check ArrayBufferView's back reference before marking; r=sfink
--HG--
extra : rebase_source : 9509d8304020457f31cbb6b90ae5f6f4cc9270db
2013-07-11 14:34:54 -07:00
Terrence Cole
011c331a46 Bug 891773 - Do not assume RelocatablePtr is only used on JSObject; r=billm
--HG--
extra : rebase_source : ff327374ac7900626fe166b307fba5b1fcd31f3f
2013-07-11 14:34:48 -07:00
Nikhil Marathe
86e4abb48f Bug 892647 - Add check to DOMRequestIpcHelperMessageListener.destroy() to take actions only once. r=jlebar
--HG--
extra : rebase_source : 08b9f74879863ecfb0f5847b3854d28b67ec1f85
2013-07-11 17:13:42 -04:00
Jeff Gilbert
8f0797d002 Bug 881997 - Test to assure that conformance is only exposed on our conformant products. - r=dzbarsky 2013-07-11 14:12:32 -07:00
Jeff Gilbert
97463875c8 Bug 881997 - Use confvars to establish webgl conformance for different products. - r=bjacob,ted 2013-07-11 14:12:32 -07:00
Brian Hackett
e50e097204 Bug 891400 - Improve pattern matching on static typed array accesses, r=jandem. 2013-07-11 15:08:26 -06:00
Joe Drew
a5edb8e493 Back out bug 807096 for causing bug 891568. 2013-07-11 17:07:11 -04:00
Brian Nicholson
f2ccdcdbe1 Bug 801412 - Add pref to always restore session. r=wesj 2013-07-11 14:03:12 -07:00
Brian Nicholson
fa7fad8ed5 Bug 891630 - Remove context reference in WebAppAllocator. r=wesj 2013-07-10 15:19:27 -07:00
Brian R. Bondy
e39132a46b Bug 890626 - Force on the updater add-on compat option when selecting Metro+Desktop updates. r=rstrong 2013-07-11 16:52:52 -04:00
Robert Strong
86edef7731 Bug 886545 - Provide method to check for updates to support bug 885641. r=bbondy 2013-07-11 13:46:32 -07:00
Marco Zehe
5746215f2e Bug 892491 - [AccessFu] Add landmark quick navigation, r=eeejay 2013-07-11 16:42:11 -04:00
Mihnea Dobrescu-Balaur
58d0e94479 Bug 888544 - Use a dynamic port in jsdownloads/ xpcshell tests so they can be run in parallel. r=mak 2013-07-10 19:42:24 -07:00
Marcos Aruj
d3ca40af9b Bug 880922 - Add depreciate warning to both SetCharsetForURI and GetCharsetForURI in nsNavHistory.cpp. r=mak 2013-07-11 16:43:00 -04:00
Jsx
33430bbd69 Bug 891161 - Fix marketplace link in about:apps page on FxAndroid. r=mfinkle 2013-07-11 13:58:28 +05:30
Andrea Marchesini
0090dbd0ea Bug 884279 - Rename Future to Promise. r=mounir
--HG--
rename : dom/future/Makefile.in => dom/promise/Makefile.in
rename : dom/future/Future.cpp => dom/promise/Promise.cpp
rename : dom/future/Future.h => dom/promise/Promise.h
rename : dom/future/FutureCallback.cpp => dom/promise/PromiseCallback.cpp
rename : dom/future/FutureCallback.h => dom/promise/PromiseCallback.h
rename : dom/future/FutureResolver.cpp => dom/promise/PromiseResolver.cpp
rename : dom/future/FutureResolver.h => dom/promise/PromiseResolver.h
rename : dom/future/moz.build => dom/promise/moz.build
rename : dom/future/tests/Makefile.in => dom/promise/tests/Makefile.in
rename : dom/future/tests/moz.build => dom/promise/tests/moz.build
rename : dom/future/tests/test_bug883683.html => dom/promise/tests/test_bug883683.html
rename : dom/future/tests/test_future.html => dom/promise/tests/test_promise.html
rename : dom/future/tests/test_resolve.html => dom/promise/tests/test_resolve.html
rename : dom/webidl/Future.webidl => dom/webidl/Promise.webidl
2013-07-11 16:40:36 -04:00
Gregory Szorc
d98f76c5d1 Bug 891474 - Establish unified directory for Python build actions; r=glandium, ted
--HG--
rename : config/purge_directories.py => python/mozbuild/mozbuild/action/purge_manifests.py
rename : build/xpccheck.py => python/mozbuild/mozbuild/action/xpccheck.py
extra : rebase_source : 46bc960aa62c1117a7bf215653b768dc78b48d9a
2013-07-11 13:42:26 -07:00
Nathan Froyd
a5b87f838b Bug 892511 - rewrite test_{title,window}.xul to not rely on shared setTimeout between windows; r=smaug 2013-01-11 11:28:22 -05:00
EKR
7fa772890f Bug 886120 - Make ICE respond before receiving peer credentials r=abr 2013-07-09 20:17:37 -07:00
Adam Roach [:abr]
64a655c353 Bug 892594 - Fix LIR-Common.h to work with clang++ 4.1 r=nbp 2013-07-11 15:38:58 -05:00
Boris Zbarsky
238365cb48 Bug 890193 followup. Annotate the assertions it causes so we can reopen the CLOSED TREE. 2013-07-11 15:20:56 -04:00
Mihnea Dobrescu-Balaur
7ca0d4f179 Bug 887543 - Windows debug bustage follow-up on a CLOSED TREE. 2013-07-11 10:53:57 -07:00
Ehsan Akhgari
f6d334b2c9 Backed out changeset 121171dddc5b (bug 890405) for Jetpack test failures
Landed on a CLOSED TREE
2013-07-11 13:33:19 -04:00
Jason Orendorff
3cd652a520 Bug 885761 - Remove Token::t_op and KeywordInfo::op. r=till.
--HG--
extra : rebase_source : f1d267e99b76d1ed575beb214fbc0360cf8ebe7b
2013-07-10 16:37:45 -05:00
Jason Orendorff
311c871236 Backout rev 89551867dc2a for having the wrong bug number in the commit message (was bug 885762, should be bug 885761). Pointed out by Ms3ger. no_r=me.
--HG--
extra : rebase_source : 2171490306c5559161f34e537f035c2c69e1fdd2
2013-07-10 16:36:58 -05:00
Gavin Sharp
4dcfb0badd Bug 890085: don't throw in the currentEngine/defaultEngine setters if the defaultenginename pref is invalid, r=mikedeboer
--HG--
extra : transplant_source : I%18%BA%EB%E8%B1%95V%FA%BF%FA%F5L%14%60%BD%FC%A2DK
2013-07-10 14:35:30 -07:00
David Zbarsky
6215e8c526 Fix an initializer list warning, no bug 2013-07-11 13:04:17 -04:00
Boris Zbarsky
29d983f17d Bug 883889 followup: nsChildContentList is not an nsINode subclass. r=orange 2013-07-11 12:59:53 -04:00
Jim Mathies
fd958262dd Bug 892449 - Merge forms.css into platform.css. r=mbrubeck 2013-07-11 11:53:10 -05:00
Jim Mathies
69410b22b1 Bug 882042 - Remove horizontal scrollbar from select popups. r=rsilveira 2013-07-11 11:53:10 -05:00
Kartikaya Gupta
14cb0bcd32 Bug 877602 - Refactor and clean up some code. No functional changes intended. r=Cwiiis 2013-07-11 12:50:14 -04:00
Kartikaya Gupta
193b2a866a Bug 877602 - Ensure the viewport-remeasure code runs when it's supposed to. r=Cwiiis 2013-07-11 12:49:39 -04:00
David Keeler
a462fa93db bug 842384 - speculative fix: maybe browser_bug839193.js needs a window.focus() r=bent 2013-07-02 14:09:10 -07:00
Wes Johnston
6ddae6f331 Bug 853986 - Remove dynamic toolbar margins in fullscreen. r=cwiiis 2013-07-11 09:21:25 -07:00
Boris Zbarsky
05b9585b54 Bug 883889. Call SetIsDOMBinding() in the nsINode constructor, and remove it from all the subclasses. r=peterv
This patch leaves the call in the Attr constructor, because we plan to make Attr not inherit from nsINode.
2013-07-11 11:58:29 -04:00
Boris Zbarsky
81e217e046 Bug 891585. Don't JS_WrapValue same-compartment typed array return values in bindings code (e.g. ImageData.data). r=peterv 2013-07-11 11:58:29 -04:00
Boris Zbarsky
e787289888 Bug 890193. Make the XML prettyprinter actually drop its binding when it unhooks, and remove the now-dead concept of "style binding" in the process. r=mrbkap 2013-07-11 11:58:28 -04:00
Yuan Xulei
94bdd2756a Bug 890580 - Add test cases for nsIDocumentEncoder.OutputNonTextContentAsPlaceholder. r=hsivonen 2013-07-11 11:48:59 -04:00
Yuan Xulei
ca1c8f9a71 Bug 890580 - Enable plaintext serializer to output non-text content as placeholder. r=hsivonen 2013-07-11 11:48:43 -04:00
Ryan VanderMeulen
48b25b0add Backed out changeset 4504582d908c (bug 843003) for Marionette failures. 2013-07-11 11:46:04 -04:00