Commit Graph

122452 Commits

Author SHA1 Message Date
Ethan Hugg
f6aff9b6e0 Bug 841899 - Remove stream-based logging from Signaling code r=jesup 2013-02-20 14:08:23 -08:00
Brad Lassey
9405c2a4ed Bug 843361 - Read proc names more efficiently r=mfinkle 2013-02-21 11:24:08 -05:00
Gregory Szorc
64b8e14d6e Bug 771578 - Part 1: Reindent xpcshell test runner Python files; rs=ted 2013-02-20 12:45:14 -08:00
Christian Ascheberg
7bc4813395 Bug 842692 - Plugin click-to-play play button has default cursor. r=jaws
DONTBUILD
2013-02-20 22:18:03 +01:00
Margaret Leibovic
d752748d7c Bug 842897 - Initalize distribution in testDistribution() instead of setUp(). r=gbrown 2013-02-21 09:47:43 -08:00
Wes Johnston
b9ee50eaf0 Bug 842830 - Don't show splash screens if Gecko is already running. r=mfinkle 2013-02-21 08:41:43 -08:00
Wes Johnston
8ef3f5fc3f Bug 839771 - Use a compound drawable to add padding to select elements. r=sriram 2013-02-21 08:41:41 -08:00
Irving Reid
204ed419da 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
0047b93146 Bug 794620 - group position of HTML radio buttons can be incorrect, r=surkov 2013-02-22 01:31:40 +09:00
Dave Townsend
adce4f0f2f Bug 842762: Uplift Add-on SDK changeset bf2c2f609babcea412a2349a431ae6bdbedcf05d
4e44dd094e...bf2c2f609b
2013-02-21 07:54:55 -08:00
Eric Chou
2cd94ed768 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
bb7bd7e48f No bug: IonMonkey: Improve debugging spew, r=evilpie 2013-02-21 16:09:39 +01:00
Hannes Verschore
3490ed0d86 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
407104ef88 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
25122a53f6 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
de31f63f2d Bug 843300 - Don't let JavaAddonManager register for events multiple times. r=mfinkle 2013-02-21 09:30:00 -05:00
Ehsan Akhgari
c6800e03f5 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
e1fb26a975 Bug 843105 - allow robocop tests to be run in chunks. r=ted 2013-02-21 09:03:02 -05:00
Brian Hackett
0071d2ff30 Bug 842424 - Remove assertion. 2013-02-21 07:02:41 -07:00
Brian Hackett
4a4012adac Bug 743394 - Ion compile JSOP_EVAL, r=jandem. 2013-02-21 06:56:54 -07:00
Brian Hackett
610e2d4848 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
b5b26c2286 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
28df7a17d3 Bug 842424 - Add missing newKind, r=terrence. 2013-02-21 06:46:46 -07:00
Georg Fritzsche
2afe0c2c2a Bug 657313 - Fix mach xpcshell command to provide pluginsPath. r=ted 2013-02-19 18:13:38 +01:00
Honza Bambas
876a554a3c 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
ba46adc7bd Bug 842305 - Don't try to cleanup values in global frames. 2013-02-21 06:02:45 -07:00
Brian Hackett
f8f4d60be2 Bug 842305 - Watch for null payloads flowing into Ion, r=jandem. 2013-02-21 05:38:44 -07:00
Brian Hackett
8bbb11151f Bug 841367 - Check for suppressed GC before verifying barriers, fix OOM crash, r=billm. 2013-02-21 05:26:57 -07:00
Sotaro Ikeda
586eb37334 Bug 839628 - Add MIN_UNDEQUEUED_BUFFERS check in GonkNativeWindow::dequeueBuffer(). r=kchen, r=mikeh 2013-02-21 07:04:03 -05:00
Chuck Lee
2e5b480ba7 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
695627350c Bug 828782 - 0003. Use new function to handle malformed UTF-8 string. r=vchang 2013-02-19 16:27:49 +08:00
Chuck Lee
a03b38dfb1 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
bbabae2dfa 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
4418727bce Bug 833697 - Transaction-based MmsService. r=vyang 2013-02-21 18:28:35 +08:00
Marco Bonardo
b0452f575e Bug 836039 - Reduce cache size per SQLite connection to 2MB
r=asuth
2013-02-21 11:12:48 +01:00
Trevor Saunders
0900a6537c bug 825341 - convert range to webidl r=bz, smaug 2013-02-07 07:09:41 -05:00
Sriram Ramasubramanian
d5ff5f6ca5 Bug 843557: Revert part of 7547bf5fe166 (bug 843313). [r=kats] 2013-02-21 15:02:22 -08:00
Kartikaya Gupta
3e419ed52b Bug 843557 - Get rid of unneeded generic. r=sriram 2013-02-21 16:49:09 -05:00
Jon Coppeard
dcad11cbe3 Bug 843626 GC: Rooting analysis failures in parallel array jittests r=terrence
--HG--
extra : rebase_source : a671dd445040312bdd464555f18844c993357129
2013-02-21 15:50:50 +00:00
Till Schneidereit
99695a8ebf Bug 842192 - Self-host Array.map. r=jorendorff 2013-02-19 21:36:37 +01:00
Jonathan Kew
6a95232257 bug 700022 - pt 2 - reftests for lang-tag handling in graphite shaper. r=jdaggett 2013-02-22 13:36:02 +00:00
Jonathan Kew
ba6c66b224 bug 700022 - pt 1 - reftests to check that graphite is working. r=jdaggett 2013-02-22 13:36:00 +00:00
Siddartha Pothapragada
ad45a4814a Bug 831630 - Part 2: [B2G STK]: Support duration for DISPLAY TEXT, SETUP CALL. r=allstars.chh
From 2c2cf6206e3f42a81e0293f3c40aae2d22e056a3 Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/ril_worker.js |   11 +++++++++++
 1 file changed, 11 insertions(+)
2013-02-06 10:56:52 -08:00
Siddartha Pothapragada
380aa4f815 Bug 831630 - Part 1 : Interface updated to decode 'duration' TLV tag for Display Text, Setup Call commands. r=allstars.chh sr=sicking
From 742d7c619751426fdefa7017ea9b2811bcbc02ff Mon Sep 17 00:00:00 2001
---
 dom/icc/interfaces/SimToolKit.idl |   14 ++++++++++++++
 1 file changed, 14 insertions(+)
2013-02-14 18:53:32 -08:00
Benjamin Peterson
5c92254d03 Bug 842884 - Don't do array assignment optimizations when spread is involved. r=jorendorff
--HG--
extra : rebase_source : 70554fd3db325b39319199afbb6101bb6701846d
2013-02-20 14:48:59 -05:00
Daniel Holbert
b712c4a308 Bug 843433: Annotate CloseFileRunnable as MOZ_FINAL to avoid -Wdelete-non-virtual-dtor build warnings. r=ehsan 2013-02-20 18:52:44 -08:00
Daniel Holbert
68d71cb767 (no bug) remove straggling newline from the end of SVG crashtests.list manifest. DONTBUILD because whitespace-only 2013-02-20 18:22:18 -08:00
Shian-Yow Wu
59207fdbaa Bug 834180 - B2G Network Manager: Potential losing default route. r=vicamo 2013-02-21 10:09:16 +08:00
Jeff Gilbert
197c718e7b Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad
--HG--
extra : rebase_source : 5dad29809733a54a19cd3e5030498f00597d1dc8
2013-02-13 15:26:24 -08:00
Matt Brubeck
2cbc1e9ba8 Bug 840270 (followup) - fix some invalid CSS syntax in Metro select popup code [r=jimm] 2013-02-20 17:20:55 -08:00