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

299811 Коммитов

Автор SHA1 Сообщение Дата
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
Hannes Verschore 1368cd4884 Bug 843038: IonMonkey: Correct the definition of when an instruction is part of the loop, r=jandem 2013-02-21 15:56:49 +01:00
Hannes Verschore 7b4eae0612 Bug 843518: IonMonkey: Run alias analysis when UCE removes dependency of an instruction, r=nmatsakis 2013-02-21 15:56:43 +01:00
Dão Gottwald ed7c3b532d Bug 842989 - Don't needlessly call FullZoom.onLocationChange for same-document location changes. r=mak 2013-02-21 15:41:29 +01:00
Kartikaya Gupta cfb4715976 Bug 843300 - Don't let JavaAddonManager register for events multiple times. r=mfinkle 2013-02-21 09:30:00 -05:00
Ehsan Akhgari c90e4bc216 Bug 838582 - Part 1: Rename nsHTMLTextAreaElement to mozilla::dom::HTMLTextAreaElement; r=bzbarsky
--HG--
rename : content/html/content/src/nsHTMLTextAreaElement.cpp => content/html/content/src/HTMLTextAreaElement.cpp
rename : content/html/content/src/nsHTMLTextAreaElement.cpp => content/html/content/src/HTMLTextAreaElement.h
extra : rebase_source : 1fc795be955e136df29454360785ba20225e6003
2013-02-18 16:18:40 -05:00
Joel Maher 062c28f247 Bug 843105 - allow robocop tests to be run in chunks. r=ted 2013-02-21 09:03:02 -05:00
Brian Hackett 3a7fc27a9c Bug 842424 - Remove assertion. 2013-02-21 07:02:41 -07:00
Brian Hackett 79c242d45e Bug 743394 - Ion compile JSOP_EVAL, r=jandem. 2013-02-21 06:56:54 -07:00
Brian Hackett 477e909b9d Bug 842425 - Watch for arrays that need elements converted to doubles when pushing elements, r=jandem. 2013-02-21 06:54:16 -07:00
Mark Finkle 621d172f98 Bug 843361 - Dump list of open files if we fail to unlock the DB r=blassey 2013-02-21 08:52:37 -05:00
Brian Hackett 43253beb47 Bug 842424 - Add missing newKind, r=terrence. 2013-02-21 06:46:46 -07:00
Georg Fritzsche 211b5de07a Bug 657313 - Fix mach xpcshell command to provide pluginsPath. r=ted 2013-02-19 18:13:38 +01:00
Honza Bambas 09a694848f Bug 843376 - nsMediaSniffer.cpp(13) : fatal error C1083: Cannot open include file: 'nestegg/nestegg.h', r=padenot 2013-02-21 14:27:00 +01:00
Brian Hackett aaff83af89 Bug 842305 - Don't try to cleanup values in global frames. 2013-02-21 06:02:45 -07:00
Brian Hackett 0374fe6458 Bug 842305 - Watch for null payloads flowing into Ion, r=jandem. 2013-02-21 05:38:44 -07:00
Brian Hackett e269e4b2aa Bug 841367 - Check for suppressed GC before verifying barriers, fix OOM crash, r=billm. 2013-02-21 05:26:57 -07:00
Sotaro Ikeda 37483e1e02 Bug 839628 - Add MIN_UNDEQUEUED_BUFFERS check in GonkNativeWindow::dequeueBuffer(). r=kchen, r=mikeh 2013-02-21 07:04:03 -05:00
Chuck Lee ce00b61b07 Bug 828782 - 0004. Add test case for UTF-8 decoding on ctypes.readStringReplaceMalformed(). r=terrence 2013-02-20 11:20:59 +08:00
Chuck Lee 52c71ae1be Bug 828782 - 0003. Use new function to handle malformed UTF-8 string. r=vchang 2013-02-19 16:27:49 +08:00
Chuck Lee 3bb80e66a1 Bug 828782 - 0002. Add new readString function for ctypes to use new inflate function. r=terrence 2013-02-20 11:20:56 +08:00
Chuck Lee ff74fa1c7c Bug 828782 - 0001. Add inflate function for replacing invalid byte while decoding UTF-8 character. r=terrence 2013-02-20 11:20:54 +08:00
Chia-hung Tai 1101a14768 Bug 833697 - Transaction-based MmsService. r=vyang 2013-02-21 18:28:35 +08:00
Marco Bonardo efeb14948c Bug 836039 - Reduce cache size per SQLite connection to 2MB
r=asuth
2013-02-21 11:12:48 +01: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