Commit Graph

133337 Commits

Author SHA1 Message Date
Chris Peterson
7b72229a09 Bug 868860 - Part 2: XP_UNIX must #include unistd.h to get read() and close() definitions. r=bustage 2013-05-31 12:46:33 -07:00
Olli Pettay
630763ccc4 Bug 877671 - crash in nsEventListenerManager::RemoveEventListener, r=jst
--HG--
extra : rebase_source : ee7f4547e0b9b26e8dc577d7a530491c2004876c
2013-05-31 14:05:23 +03:00
Ehsan Akhgari
68501eed17 Bug 876129 - Part 2: Prefer to look at <body> instead of <html> when determining whether the background color of a page is dark or not; r=roc
This seems to be a slightly better heuristic to follow the CSS Rendering code
in all cases, since the background color for the body element often overrides
that of the html element.

--HG--
extra : rebase_source : ef4ac31003d75fb0fe17b493d7267ba3306e77bf
2013-05-30 22:23:49 -04:00
Chris Peterson
b9bb211b66 Bug 877503 - Add MOZ_FINAL to some Android classes to fix gcc 4.7 warnings-as-errors. blanket-r=ehsan rs=tbsaunde 2013-05-30 11:26:02 -07:00
Chris Peterson
30f3658242 Bug 868860 - Initialize Math.random() PRNG with a better seed. r=luke r=zackw 2013-04-18 23:07:18 -07:00
Nathan Froyd
733bcf278c Bug 877706 - fix unused variable warning in PerfSpewer.cpp; r=nmatsakis 2013-05-30 12:02:30 -04:00
Nathan Froyd
f0fb8c34a6 Bug 878084 - part 4 - make telemetry tests submit to a URL with a more realistic path; r=vladan 2013-05-31 11:04:09 -04:00
Nathan Froyd
5db3c80ac3 Bug 878084 - part 3 - factor out registering ping handlers to a common function; r=vladan 2013-05-31 11:42:11 -04:00
Nathan Froyd
18f88b428e Bug 878084 - part 2 - delete BinaryInputStream constructor definition in telemetry tests; r=vladan 2013-05-31 10:12:34 -04:00
Nathan Froyd
3a0f53d0a1 Bug 878084 - part 1 - move TelemetryPing to a common global variable for telemetry tests; r=vladan 2013-05-31 10:12:11 -04:00
Jan de Mooij
21e1ecaf78 Bug 877986. r=bhackett 2013-05-31 20:22:22 +02:00
Eitan Isaacson
af464ff9ae Bug 875665 - Fix activate action for <textarea/> and add action tests for text input elements. r=surkov 2013-05-31 11:16:18 -07:00
David Zbarsky
c0f443c23f Bug 788549 Part 10: Fix RecvGetTransform to handle scale animations correctly r=roc 2013-05-31 11:06:57 -07:00
David Zbarsky
33132a9bdb Bug 788549 Part 9: matrix() animations interpret arguments in wrong order r=dbaron 2013-05-31 11:06:56 -07:00
David Zbarsky
1ecd705060 Bug 788549 Part 8: Only query layers when OMTA is enabled r=roc 2013-05-31 11:06:56 -07:00
Monica Chew
33f5532014 Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo) 2013-05-27 18:33:39 -07:00
Bobby Holley
6814987c28 Bug 858101 - Fix other tests. r=mrbkap 2013-05-31 10:36:02 -07:00
Mihai Sucan
789f6fe315 Bug 858101 - Fix browser tests. r=me 2013-05-31 10:36:02 -07:00
Bobby Holley
c72d0f8113 Bug 858101 - Run the DefaultValue algorithm directly on the wrapper for Xrays. r=mrbkap 2013-05-31 10:36:01 -07:00
Ehsan Akhgari
9755fce1d6 Backed out changeset cfca6afaaf9b (bug 865806) because it doesn't speak the secret phrase "nsIDocumentInlines.h" (on a CLOSED TREE, because that's how I roll) 2013-05-31 13:08:55 -04:00
Ryan VanderMeulen
7f1537e87b Merge m-c to inbound. 2013-05-31 12:14:01 -04:00
Ryan VanderMeulen
e81694112a Backed out changeset 662f6427c909 (bug 872890) for debug bustage. 2013-05-31 12:12:41 -04:00
Ryan VanderMeulen
3b2441ab50 Merge birch to m-c. 2013-05-31 11:22:14 -04:00
Phil Ringnalda
29fb49d007 Back out dc76402b8471 (bug 844288) on suspicion of breaking dep builds
CLOSED TREE
2013-05-31 07:39:56 -07:00
Shawn Huang
7ffbc4ccf3 Bug 872890:Reset HFP call array when RIL reports NotifyError(), r=echou 2013-05-31 11:07:21 +08:00
Ehsan Akhgari
f21406d5f8 Bug 865806 - Part 2: Prefer to look at <body> instead of <html> when determining whether the background color of a page is dark or not; r=roc
This seems to be a slightly better heuristic to follow the CSS Rendering code
in all cases, since the background color for the body element often overrides
that of the html element.

--HG--
extra : rebase_source : 6c0dba10c1ac4f08914632179e15c13c2ff271aa
2013-05-30 22:23:49 -04:00
Scott Johnson
51f6ad7ea1 Bug 730559: Limit the number of columns during layout of column sets to prevent hang. [r=mats]
In nsRuleNode, when we parse a number of columns from a CSS style sheet, we enforce
a rule that the number of columns cannot exceed 1000. This patch simply enforces
the same rule when we decide that the column count will be generated based on
the available width (e.g. the column-count property has a value of 'auto').
2013-05-31 10:51:43 -05:00
Ryan VanderMeulen
16c564b736 Merge m-c to birch.
--HG--
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
2013-05-30 20:52:56 -04:00
Justin Lebar
20745d46d0 Bug 874065 - On B2G, dmp memory reports to /data/local/tmp/memory-reports, and make that directory have 0777 permissions. r=dhylands 2013-05-30 20:50:36 -04:00
Ryan VanderMeulen
8445d428dc Merge inbound to m-c.
--HG--
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
2013-05-30 20:50:16 -04:00
Ryan VanderMeulen
71af5467bc Merge fx-team to m-c. 2013-05-30 20:49:40 -04:00
Fabrice Desré
c6de5cf9bd Bug 877869 - Fix typo in indexedbHelper.jsm r=bent 2013-05-30 16:19:22 -07:00
Alexandre Poirot
d43bbb0dde Bug 874459 - Set a valid window icon for desktop on Mac; r=myk
--HG--
extra : amend_source : 19a58dfe68f8ff349ebf8858dc8e0fb27ef51b02
2013-05-30 15:56:34 -07:00
Ehsan Akhgari
ae02c74c3a Bug 863754 - Make mach run and mach debug pass -foreground by default on Mac; r=ted
DONTBUILD since this is NPOTB.
2013-05-30 14:50:11 -04:00
Victor Porof
8f0dfea7cd Bug 873225 - Totals for displayed file sizes, r=rcampbell 2013-05-30 21:46:36 +03:00
Andreas Gal
3ee8d0ff82 Bug 876099 - re-enable 3gp support in web content r=roc, a=gal 2013-05-30 10:52:58 -07:00
Fabrice Desré
0839a02f90 Bug 852720 - Allow packaged apps to have an origin r=ferjm 2013-05-30 10:34:27 -07:00
Justin Lebar
60e1e3ca62 Bug 870675 - Add a test for bug 870480. r=vingtetun
We now run test_HighPriority while holding the CPU and high-priority wake locks.  This tests exactly the problem caused by bug 870480.
2013-05-30 12:59:24 -04:00
Alexandre Poirot
1a1cd79e1c Bug 865207 - Move webapps actor from /b2g/chrome/content to /toolkit/devtools/apps/. r=fabrice, r=dcamp
--HG--
rename : dom/apps/tests/unit/data/app.zip => toolkit/devtools/apps/tests/unit/data/app.zip
rename : dom/apps/tests/unit/test_webappsActor.js => toolkit/devtools/apps/tests/unit/test_webappsActor.js
rename : b2g/chrome/content/dbg-webapps-actors.js => toolkit/devtools/server/actors/webapps.js
2013-05-30 12:08:15 -04:00
Ryan VanderMeulen
4651f2bd00 Merge m-c to fx-team. 2013-05-30 11:47:17 -04:00
Ryan VanderMeulen
95d5127e0d Merge m-c to birch. 2013-05-30 11:44:00 -04:00
Mihai Sucan
9fcf7ef4e2 Bug 877199 - Browser console's window title temporarily says 'Web Console' before changing to 'Browser console'; r=robcee 2013-05-30 18:08:14 +03:00
Nikhil Marathe
fc2fb3b202 Bug 876935 - Millisecond calculation in AlarmService. r=gene 2013-05-30 08:08:07 -07:00
Eric Chou
025f71b525 Bug 877087 - Clear mDsFile after the OPP connection is dropped, r=gyeh 2013-05-30 15:00:06 +08:00
Gina Yeh
d4e76cf967 Backed out changeset 8cdcc0221c0f for build bustage DONTBUILD 2013-05-30 10:50:19 +08:00
Ryan VanderMeulen
5dbd66164c Merge m-c to fx-team. 2013-05-29 22:47:38 -04:00
Gina Yeh
80af9b1ceb Backed out changeset 8cdcc0221c0f for build bustage DONTBUILD 2013-05-30 10:47:13 +08:00
Shawn Huang
23771d4a03 Bug 872890:Reset HFP call array when RIL reports NotifyError(), r=echou 2013-05-30 09:33:48 +08:00
Andreas Gal
64fbfb6554 Bug 871939 - [Dialer] Cannot search contact number when number has addtional area or operator number, r=etienne 2013-05-29 16:31:19 -07:00
Terrence Cole
b40577406a Bug 850080 - Make root analysis check Rooted<Value> as a non-pointer type; r=sfink
In 32bit builds, Value does not have the same size as void*; thus, we cannot do
a simple address comparison in this case.

--HG--
extra : rebase_source : 1dfb86965c1aa873c26660b67d9add0d5d0a91d7
2013-05-29 15:46:08 -07:00