Граф коммитов

300083 Коммитов

Автор SHA1 Сообщение Дата
Matthew Noorenberghe 699bdb3e53 Bug 838244 - Move common GCLI CSS to browser/themes/shared/. r=dcamp
--HG--
rename : browser/themes/winstripe/browser.css => browser/themes/shared/devtools/commandline.inc.css
2013-02-19 12:34:48 -08:00
Matthew Noorenberghe 5fe3f9bc1a Bug 838244 - Move common highlighter CSS to browser/themes/shared/. r=dcamp
--HG--
rename : browser/themes/winstripe/browser.css => browser/themes/shared/devtools/highlighter.inc.css
2013-02-19 12:34:48 -08:00
Matthew Noorenberghe 8a7062c00d Bug 838244 - Create a directory for shared browser theme resources. r=gavin
--HG--
rename : browser/themes/browserShared.inc => browser/themes/shared/browser.inc
2013-02-19 12:34:47 -08:00
Tim Taubert 47593cd079 Bug 830656 - Don't report errors when wipe() tries to remove non-existant session files; r=yoric 2013-02-19 19:34:25 +01:00
Tim Taubert 2429f89459 Bug 842513 - Specify character sets for sample files and data URLs used in tests; r=felipe 2013-02-19 19:32:29 +01:00
Michael Ratcliffe af91da33fb Bug 834187 - [Computed view] Restore processing of namespaced type selectors e.g. :not(svg|a) test fix r=me 2013-02-19 15:58:03 +00:00
Nicholas D. Matsakis d6b722e0fb Bug 842723 - Remove incorrect inlines.h include r=dvander 2013-02-19 09:18:43 -05:00
Brian Nicholson d48107e2ec Bug 842797 - Rename GeckoAsyncTask to UiAsyncTask. r=mfinkle
--HG--
rename : mobile/android/base/GeckoAsyncTask.java => mobile/android/base/UiAsyncTask.java
2013-02-21 12:01:09 -08:00
Brian Nicholson 2735b39a03 Bug 842797 - Remove GeckoAsyncTask priority. r=mfinkle 2013-02-21 12:01:01 -08:00
Brian Nicholson 12cd68fc46 Bug 842797 - Replace GeckoAsyncTask Activity parameter with Handler. r=kats,mfinkle 2013-02-21 12:00:52 -08:00
Brian Nicholson 63866d92a5 Bug 842395 - Remove areClientsAvailable() from TabsAccessor. r=mfinkle
--HG--
extra : rebase_source : edca3b7010a8a4cae538ca9632d98e3201a135c1
2013-02-21 11:56:19 -08:00
Ed Morley 05d5e1ef99 Merge mozilla-central to mozilla-inbound 2013-02-21 19:56:00 +00:00
Ed Morley 2f50db2b9c Backed out changeset 82747d694e7a (bug 716859) for android reftest-2 timeouts 2013-02-21 19:54:25 +00:00
Jonathan Griffin ea8704f6bf Bug 843729 - deviceSerial -> _deviceSerial, r=ahal, DONTBUILD (NPOTB) 2013-02-21 11:51:36 -08:00
Jim Mathies ae86eccad7 Bug 735008 - Land new splash screen and tile images for metro. r=shorlander. DONTBUILD 2013-02-21 12:47:13 -06:00
Brian R. Bondy 3850482129 Bug 843248 - Metro tiles sometimes not working because of session 0 detection. r=jimm 2013-02-21 13:17:13 -05:00
Ryan VanderMeulen 8bdcfde7af Merge the last PGO-green inbound changeset to m-c. 2013-02-21 08:05:14 -05:00
Daniel Holbert 8e78198f97 Add crashtest for bug 719779 (and dupe bug 711653). (test-only) 2013-02-20 23:44:00 -08:00
Daniel Holbert bbc08e1f34 Bug 711653 followup: Catch out-of-bounds reads in nsSVGFilters.cpp:GenerateNormal() with assertions. r=longsonr 2013-02-20 23:42:34 -08:00
Daniel Holbert 6f4746c9f7 Bug 812822 part 4: add crashtests for this bug & dependent bugs. r=bz 2013-02-20 23:35:03 -08:00
Daniel Holbert 7dd71ad03b Bug 812822 part 3: Add a TreeMatchContext flag to indicate that we should skip flex item style fixup, and use it when framing anonymous content in ConstructFrame(). r=bz 2013-02-20 23:35:03 -08:00
Daniel Holbert a30abffba8 Bug 812822 part 2: Skip flex-item style fixup when resolving style for pseudo-elements. r=bz 2013-02-20 23:35:02 -08:00
Daniel Holbert b663c565e3 Bug 812822 part 1: Add flag 'eSkipFlexItemStyleFixup' to let our nsStyleContext creation functions skip the flex-item-specific chunk of ApplyStyleFixups(). r=bz 2013-02-20 23:34:58 -08:00
Sriram Ramasubramanian 5517bdb2a9 Bug 843313: Make a StateListDrawable for more/checkmark in menuitem. [r=mfinkle]
--HG--
rename : mobile/android/base/resources/drawable/menu_item_checkmark.xml => mobile/android/base/resources/drawable/menu_item_state.xml.in
2013-02-20 23:07:07 -08:00
Sriram Ramasubramanian bcf880c026 Bug 843313: Remove the unnecessary LinearLayout around the TextView in default menu item. [r=mfinkle] 2013-02-20 23:07:06 -08:00
Sriram Ramasubramanian c9a8cb73a8 Bug 843314: Addon without icons should show a filler. [r=mfinkle] 2013-02-20 23:07:06 -08:00
Sriram Ramasubramanian 0b59da2c46 Bug 843313: Make the checkbox/more icon to be a compound drawable of the menu item's text. [r=mfinkle] 2013-02-20 23:07:06 -08:00
Sriram Ramasubramanian 1d2cc6693f Bug 843313: Make the icon a compound drawable for the menu-item's text. [r=mfinkle] 2013-02-20 23:07:05 -08:00
Jared Wein 3b5b50e9bd Bug 843432 - Fix readystatechange event listener removal. r=dolske
--HG--
extra : rebase_source : 56ee10da0814da47a7330b09acbc795b73f6dabd
2013-02-21 00:26:35 -05:00
Simon Montagu 8c0a5ec4e5 Text nodes in anonymous subtrees shouldn't affect ancestors with dir=auto. Bug 839886, r=ehsan 2013-02-20 22:57:51 -08:00
Simon Montagu 38295b7830 Don't clear HasDirAutoSet on a <bdi>. Bug 838489, r=ehsan 2013-02-20 22:57:51 -08:00
Simon Montagu 66525abd82 Make the test for <bdi> without dir=auto more accurate. Bug 838689, r=ehsan 2013-02-20 22:57:50 -08:00
Panos Astithas 54e295bcc8 Bug 818382 - Support chrome debugging in Firefox for Android; r=mfinkle 2013-02-21 08:44:03 +02:00
Matt Brubeck 0b11018f33 Back out 1d96b58d9d4b (bug 806737) for test_prompt.html failures on a CLOSED TREE 2013-02-20 20:44:13 -08:00
Joe Walker 0e2b321e11 Backed out changeset c1abd2ac8de9 (bug 734664) for test failures 2013-02-19 13:50:34 +00:00
Siddartha Pothapragada f836d49a70 Bug 831630 - Part 3: [B2G STK]: Marionette test case. r=allstars.chh 2013-02-14 18:55:40 -08:00
Karl Tomlinson e0ec088499 b=609784 rename DBus Notifications nsAlertsService to resolve collision with XP service r=roc
--HG--
rename : toolkit/system/gnome/nsAlertsService.cpp => toolkit/system/gnome/nsSystemAlertsService.cpp
rename : toolkit/system/gnome/nsAlertsService.h => toolkit/system/gnome/nsSystemAlertsService.h
2013-02-15 12:02:08 +13:00
Jonathan Griffin 691bd2d328 Bug 797628 - Use a 320x480 emulator by default, r=ahal 2013-02-11 12:41:32 -08:00
Ethan Hugg 6db1265f0c Bug 841899 - Remove stream-based logging from Signaling code r=jesup 2013-02-20 14:08:23 -08:00
Brad Lassey e86a0e84e2 Bug 843361 - Read proc names more efficiently r=mfinkle 2013-02-21 11:24:08 -05:00
Gregory Szorc 2cc094b7e4 Bug 771578 - Part 1: Reindent xpcshell test runner Python files; rs=ted 2013-02-20 12:45:14 -08:00
Christian Ascheberg e19afbf7e6 Bug 842692 - Plugin click-to-play play button has default cursor. r=jaws
DONTBUILD
2013-02-20 22:18:03 +01:00
Margaret Leibovic 7f074e2d63 Bug 842897 - Initalize distribution in testDistribution() instead of setUp(). r=gbrown 2013-02-21 09:47:43 -08:00
Wes Johnston 3eb2fde4f2 Bug 842830 - Don't show splash screens if Gecko is already running. r=mfinkle 2013-02-21 08:41:43 -08:00
Wes Johnston daf9d4580d Bug 839771 - Use a compound drawable to add padding to select elements. r=sriram 2013-02-21 08:41:41 -08:00
Irving Reid 9cf7e03190 Bug 842149: count idle observers to handle the case where observers de-register themselves while idle r=jlebar 2013-02-21 11:29:30 -05:00
Aishwarya ae4a11e306 Bug 794620 - group position of HTML radio buttons can be incorrect, r=surkov 2013-02-22 01:31:40 +09:00
Dave Townsend 146d35392c Bug 842762: Uplift Add-on SDK changeset bf2c2f609babcea412a2349a431ae6bdbedcf05d
4e44dd094e...bf2c2f609b
2013-02-21 07:54:55 -08:00
Eric Chou 316cd7cb91 Bug 842434 - Ensure the flows of handling "socket disconnection" are the same, r=qdot
For "actively calling CloseSocket()" and "passively noticing the socket has been closed",
we want to ensure that the process of closing a socket are the same. Therefore I use a
runnable to call CloseSocket() on the main thread when it can't read from the socket.
2013-02-21 23:32:17 +08:00
Hannes Verschore d131fb1949 No bug: IonMonkey: Improve debugging spew, r=evilpie 2013-02-21 16:09:39 +01:00