David Zbarsky
730feee6f8
Backout 3e7970330a3e for being wrong
2013-04-22 02:01:36 -04:00
Benoit Girard
6043cb0d0f
Bug 788022 - Add support for dalvik profiling. r=snorp,kats
...
--HG--
extra : rebase_source : 3021e4315ce0ce5dbef9db84a12502d66dfc7967
2013-04-19 15:34:56 -04:00
Doug Turner
cdb19861c0
Bug 856495 - Push notifications - Catch network manager undefined. r=nsm
2013-04-22 11:43:31 -04:00
Ryan VanderMeulen
89df035d6d
Merge m-c to inbound.
2013-04-22 11:43:28 -04:00
Julian Seward
99b6d25c75
Bug 859745 - Install sane unwinding limit for SPS/breakpad. r=ted
2013-04-22 17:10:54 +02:00
Julian Seward
30dd40b1b2
Bug 863264 - Build Android Nightly to support Breakpad Unwinding. r=ted
2013-04-22 17:04:40 +02:00
Joe Drew
c7c11b03b9
Bug 863123 - Set APNG attributes on the right frame, rather than one frame behind. r=seth
2013-04-22 10:57:17 -04:00
Gene Lian
bac7c68bbd
Bug 840066 - [MMS][User Story] Automatic download retry on failure. r=vicamo a=leo+
2013-04-17 23:22:11 +08:00
Ryan VanderMeulen
423130aa43
Merge m-c to birch.
2013-04-18 10:58:27 -04:00
Gregor Wagner
b4d026c77b
Bug 861462 - Allow contacts to be preloaded when we create the contacts DB. r=bent
2013-04-18 10:39:10 -04:00
Dave Hylands
defe3f16b6
Bug 860934 - Use relative paths when handling device storage r=dougt
2013-04-18 16:13:23 +02:00
Ryan VanderMeulen
5f40d14478
Backed out 3 changesets (bug 734691, bug 862500) for leaks.
...
Backed out changeset 4444510d672f (bug 862500)
Backed out changeset 5c321bc4dc63 (bug 734691)
Backed out changeset e045934f78be (bug 734691)
2013-04-18 08:15:09 -04:00
Ryan VanderMeulen
4cfe23799f
Merge m-c to inbound.
2013-04-18 08:08:12 -04:00
Andrea Marchesini
a604ddad5a
Bug 855412 - Change the signature of NS_NewSVGRect to not use the outparam. r=Ms2ger
2013-04-18 07:40:09 -04:00
Fabrice Desré
cc8dd45ae1
Bug 854849 - Sanitize displayable fields in manifests r=vingtetun
2013-04-18 03:18:30 -07:00
Jose Antonio Olivera Ortega
39c69f076b
Bug 859318 - Part 4: Add test for call waiting functions. r=vicamo
2013-04-18 14:18:53 +02:00
Jose Antonio Olivera Ortega
345b0bc0c9
Bug 859318 - Part 3: RIL changes for call waiting functions. r=vicamo
2013-04-18 14:18:50 +02:00
Jose Antonio Olivera Ortega
a8c7f3f426
Bug 859318 - Part 2: Changes in MobileConnection.cpp for call waiting functions. r=smaug
2013-04-18 14:18:48 +02:00
Jose Antonio Olivera Ortega
b5f777431a
Bug 859318 - Part 1: IDL changes for call waiting functions. r=sicking
2013-04-18 14:18:45 +02:00
Victor Porof
88ca100c99
Bug 862198 - Intermittent browser_net_json-long.js | Test timed out, found a tab, r=rcampbell
2013-04-18 09:35:27 +03:00
Victor Porof
b819ec95df
Bug 861487 - Sizes are displayed with non-localized decimal separator, r=rcampbell
2013-04-18 09:35:27 +03:00
Victor Porof
723d0f8e44
Bug 859308 - Hide Blocked in Timings tab until we know what that's doing, r=rcampbell
2013-04-18 09:35:27 +03:00
Victor Porof
0551ebb9c8
Bug 861783 - Removing watch expression of large object not possible via mouse, r=past
2013-04-18 09:35:26 +03:00
Victor Porof
ca9d6e4dad
Bug 862435 - Tilt doesn't open if the Inspector was opened beforehand, r=dtownsend
2013-04-18 09:35:26 +03:00
Chia-hung Tai
61e8e696a1
Bug 862749 - B2G MMS: UpgradeSchema should also set defualt type to sms when the type is undefined. r=vyang
2013-04-17 22:18:23 +08:00
Vicamo Yang
acdd439fea
Bug 862268 - 2/2: test cases. r=gene.lian
2013-04-19 16:42:45 +08:00
Vicamo Yang
df2b25ad35
Bug 862268 - 1/2: fix omitted message id update in saveRecord. r=gene.lian
2013-04-19 16:42:42 +08:00
John Lin
6ba6195024
Bug 860075 - Avoid duplicate BT signal observer registration from child process. r=echou, r=gyeh
2013-04-19 16:40:56 +08:00
Felix S. Klock II
c4f5638822
Bug 862932 - Fix inlineUnsafeSetTypedArrayElement to match other inlined array ops. r=nmatsakis
2013-04-17 14:58:07 +02:00
Felix S. Klock II
cbd47a1d4e
Date: Wed Apr 17 18:54:12 2013 +0200
...
Bug 862926 - Generalize the DEBUG code in ParCallToUncompiledScript. r=shu
The old code assumed that the argument `func` will always have a
script associated with it. But this is not true in some cases,
e.g. in the case of ES6 bound functions `(a,b) => ...`.
This patch has two effects:
1. Remove the assumption that the input function has a script. Print
*something* in all cases, regardless of whether we can find a
script or not.
2. For bound functions, attempt to follow the chain of bindings to
find some script at the end of the chain.
2013-04-17 10:26:00 -04:00
Felix S. Klock II
25b57d0026
Bug 862921 - Generalize AssertSequentialIsOK logic and improve its message. r=nmatsakis
...
1. If one passes a `mode` argument without a property named `mode`,
the previous version will fall into the ThrowError branch
(because mode.mode => undefined and undefined !== "seq")
2. The old error message used the strings "par" and "seq", which might
make the reader think that the assertion is solely about the
appropriate value for the `mode` property, which happens to take on
the values "par" or "seq" in some cases. But the real condition
being signalled here is not about the string values "par" or "seq";
it is instead about the dynamic behavior of the runtime system.
This changes the error message to use longer phrases, which should
hopefully make the intent clearer.
There is a third change I want to make, changing the logic of the
conditional guard further, but that change is not as important to me
as the two above.
2013-04-17 17:53:31 +02:00
Ehsan Akhgari
6b1729abc9
Bug 864351 - Hold on to a SelfReference for ScriptProcessorNodes to make sure that they won't go away prematurely if they're used as source nodes; r=padenot
2013-04-22 21:23:54 -04:00
Adrian Tamas
1ca2b253f5
Bug 864280 - Robocop BaseTest cleanup. r=gbrown
2013-04-22 14:23:20 +03:00
Brandon Waterloo
9af2bc9909
Bug 862117 - Move CSS rule classes relevant to image documents for cursor appearance (zoom in / zoom out) into layout/style/ImageDocument.css. r=roc, r=jaws
...
This stylesheet applies to all ImageDocuments, including those in frames. In old location for CSS rules, some full themes would not show cursors correctly, nor would ImageDocuments in frames. Image rotation CSS rule classes moved to layout/style/TopLevelImageDocument.css.
2013-04-21 18:29:14 -04:00
David Rajchenbach-Teller
b3a06a9357
Bug 858723 - Fix _fdmsg test in async OS.File. r=froydnj
2013-04-23 08:22:15 -04:00
Simon Montagu
184c247fc9
Followup to bug 151407: use GetDir() on the root element. r=bz
2013-04-23 15:12:14 +03:00
Norbert Lindenberg
f8a8f91b24
Bug 864519 - Several Netmonitor tests fail when ECMAScript Internationalization API is enabled, r=vporof
2013-04-23 15:03:58 +03:00
Brian Hackett
8c92702ecd
Merge from mozilla-inbound
2013-04-23 05:39:49 -06:00
Mats Palmgren
43d861e734
Bug 855898 - Limit ProcessChildren recursion depth to avoid exhausting stack space and crashing. r=bzbarsky
2013-04-23 13:37:18 +02:00
Mats Palmgren
d2015aa61e
Bug 863120 - Make RootAccessibleWrap.mm #include header files for layout things it uses. r=surkov
2013-04-23 13:37:18 +02:00
Mats Palmgren
68558be08c
Bug 858459 - Ignore clicks that have no target content or frame to avoid dispatching it to the document that the pres shell otherwise does. r=smaug
2013-04-23 13:37:18 +02:00
Simone Carletti
75d2c6f04e
Bug 863169 - Add GitHub Pages to PSL. r=gerv.
2013-04-23 11:51:10 +01:00
Simone Carletti
7d1b23c332
Bug 859234 - Add AWS Elastic Beanstalk to PSL. r=gerv.
2013-04-23 11:49:36 +01:00
Brian Hackett
3d239d98d1
Merge from mozilla-inbound
2013-04-22 20:39:26 -06:00
Brian Hackett
64473f527d
Bug 863518 - Consider types added by loop body when unboxing OSR values, r=dvander.
2013-04-22 20:22:30 -06:00
Wes Kocher
1007eed73a
Merge m-c to m-c
2013-04-22 19:00:15 -07:00
Cameron McCormack
18e3597f29
Bug 864289 - Rename nsLineLayout::GetLineContainer(Frame|RS) to LineContainer\1. r=dholbert
2013-04-23 11:45:26 +10:00
Reuben Morais
a9e6bfba22
Bug 864578 - Follow up, fixing test.
...
--HG--
extra : rebase_source : ace505d178de7ce66e5733df74291b31471a0202
2013-04-22 18:22:47 -07:00
Garrett Robinson
6c7617d947
Bug 837351 - Log blocked mixed content to the Error and Web Consoles. r=smaug
2013-04-22 18:08:18 -07:00
Garrett Robinson
e1712a3ad0
Bug 837351 - Security Errors in Web Console. r=msucan
2013-04-22 18:07:36 -07:00