Commit Graph

368502 Commits

Author SHA1 Message Date
Monica Chew
f0f0728800 Bug 1029781: Set NS_LOAD_CLASSIFY_URI in image loader (r=seth) 2014-06-27 13:57:36 -07:00
Monica Chew
cb8fcdbeb9 Bug 1013558: ApplicationReputation should block if verdict is DANGEROUS_HOST (r=gcp) 2014-06-27 13:56:18 -07:00
Luke Wagner
c2517ac7d8 Bug 1030446 - Build a list of code ranges and use this instead of CallSite for describing functions (r=dougc)
--HG--
extra : rebase_source : 842f64b989e6be4a8e530c219ffe6eec6701c49f
2014-06-25 17:34:23 -05:00
Luke Wagner
f049982845 Bug 1030446 - Store and use exit-fp instead of exit-sp for asm.js stack unwinding (r=dougc)
--HG--
extra : rebase_source : e36b5e297e828b57527bfbe0290a1f2f76adae03
2014-06-25 15:15:46 -05:00
Luke Wagner
f17cf462d1 Bug 1030446 - Change asm.js tests to use setJitCompilerOption instead of looping a bunch (r=bbouvier)
--HG--
extra : rebase_source : 861519e3711009f46c7f7b7509f5989e35eadd48
2014-06-25 14:28:36 -05:00
Luke Wagner
ba04f4e5a9 Bug 1030446 - Move AsmJSFrameIterator to its own file (r=dougc)
--HG--
extra : rebase_source : 850ff8faa5b356c7b8709191a717e1982fd81e36
2014-06-25 14:26:03 -05:00
Kartikaya Gupta
6d818f7c22 Bug 1031024 - Add a test for canceling fling animations to ensure overscroll is cleared. r=drs 2014-06-27 16:39:27 -04:00
Kartikaya Gupta
152866bf25 Bug 1031024 - Fix up the OverScrollPanning gtest to actually test overscrolling. r=drs 2014-06-27 16:39:11 -04:00
Ben Kelly
af266f98f6 Bug 1013571 Support PBackground on workers. r=bent 2014-06-27 13:36:25 -07:00
Benoit Jacob
b1d91ebb0c Bug 1028588 - Fix dangerous public destructors in parser/ - r=wchen 2014-06-27 14:41:03 -04:00
Jason Orendorff
ccd9bdd4c6 Bug 1030014 - Fix a compile error in more-deterministic JS shells. r=sfink. 2014-06-27 13:30:37 -07:00
Gary Kwong
83b5d7e07d Backout 406904577dfc due to borked commit message. 2014-06-27 13:28:35 -07:00
Jeff Walden
0bc9f128ec Bug 1030521 - Make CHECK_EQUAL require its actual/expected expressions have the same signedness, to prevent introduction of compiler warnings. r=jorendorff
--HG--
extra : rebase_source : 0883d46b1b2fdfb2b773d3047319b449df65a3d2
2014-06-25 18:47:04 -07:00
Jeff Walden
d21b951d40 Bug 1029132 - Use IsInRange for FAKE_JIT_TOP_FOR_BAILOUT range assertions to silence a compiler warning. r=nbp
--HG--
extra : rebase_source : 187e3b4c4266e6e80f9a499973084ad0327ea696
2014-06-23 14:14:27 -07:00
Jeff Walden
2c5ed1828b Bug 953296 - Introduce an EBO-performing Pair class to mfbt. r=jcranmer
--HG--
extra : rebase_source : a5d4ad52736a66656aaf3947b31ce8087b859491
2014-06-09 08:49:18 -07:00
Jeff Walden
297cdb7279 Bug 1030515 - Make IsSigned and IsUnsigned usable with user-defined types. r=froydnj
--HG--
extra : rebase_source : f74d5c0b9f05a56c4d56aba1ebbdb944a3464b30
2014-06-25 18:47:04 -07:00
Jeff Walden
9c75cdfbfa Convert a few static functions to static inlines to silence unused-function warnings. No bug, r=themaid
--HG--
extra : rebase_source : f50e411598b1bf200aa8029e3f631dfe47d847a9
2014-06-25 18:47:04 -07:00
Jeff Walden
2979a36492 Bug 1030263 - Make top-level let declarations a syntax error in self-hosted code. r=till
--HG--
extra : rebase_source : c815d9ea118a0df6fed2b6bf4a0e11623fbf3a10
2014-06-25 10:33:47 -07:00
Jeff Walden
f4c09e1ea5 Bug 1029132 - Add mozilla::IsInRange method to write out in-range tests more simply. r=froydnj
--HG--
extra : rebase_source : b57c74750e4db2bc5ffe4655069f3597fab5a6b2
2014-06-23 14:14:26 -07:00
Stephen Gowan
e73459853c Bug 622646 - Use a better error message when a |let| declaration shadows an exception identifier in a |catch| block. r=jwalden
--HG--
extra : rebase_source : 1086a8c8bca564f91df18c5abd41120d047ce35f
2014-06-22 20:03:13 -04:00
Stephen Gowan
97bfc116b1 Bug 622646 - Use a better error message when a |const| declaration shadows an exception identifier in a |catch| block. r=jwalden
--HG--
extra : rebase_source : 37fcb6c2af529dbdf9be1ed0fbcfc24b31d7f17d
2014-06-22 00:19:04 -04:00
Adam Roach [:abr]
90f271116e Bug 1031025 - Add generated/downloaded Loop unit test files r=jorendorff 2014-06-27 15:25:03 -05:00
Shu-yu Guo
12ce7f92fe Bug 1015339 - Spot fix FormatStackDump. (r=bz) 2014-06-27 13:29:03 -07:00
Peter Van der Beken
87bd3e6f3a Fix bustage from bad merge of patches for bug 1029104. r=bustage.
--HG--
extra : rebase_source : f08d6d25ea8d6bb063f9f947f096faad7474dd22
2014-06-27 22:22:51 +02:00
Gary Kwong
8528ee9fb0 changeset: 217199:e58ff2fcc8a1
bookmark:    jto/bug-1030014-more-deterministic
parent:      217183:123e07744d21
user:        Jason Orendorff <jorendorff@mozilla.com>
summary:     Bug 1030014 - Fix a compile error in more-deterministic JS shells. r=sfink.
2014-06-27 14:27:01 -05:00
Nicholas Hurley
ed1713d25f Bug 1030203 - Send PROTOCOL_ERROR when receiving PUSH_PROMISE with push disabled. r=mcmanus 2014-06-27 13:13:42 -07:00
Peter Van der Beken
ff0e975b03 Bug 1029104 - Convert XPathExpression to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=bz.
--HG--
extra : rebase_source : f5c7a235a9a880f829ff39ccbb92508cbaad31a5
2014-06-27 21:39:50 +02:00
Peter Van der Beken
1f160b1d0d Bug 1029104 - Convert XPathExpression to WebIDL bindings, make XPathExpression hold a weak reference to the document. r=bz.
--HG--
rename : dom/xslt/xpath/nsXPathExpression.cpp => dom/xslt/xpath/XPathExpression.cpp
extra : rebase_source : 3ab3a4babc5ec3c67f3aec3aeef422b8c3c526ef
2014-06-26 15:32:20 +02:00
Peter Van der Beken
dac9d591cd Bug 1029104 - Convert XPathExpression to WebIDL bindings, move EvalContextImpl out of header. r=bz.
--HG--
rename : dom/xslt/xpath/nsXPathExpression.cpp => dom/xslt/xpath/XPathExpression.cpp
rename : dom/xslt/xpath/nsXPathExpression.h => dom/xslt/xpath/XPathExpression.h
extra : rebase_source : a8f2deb3244c8e556ff1778292dd1f96647f3ace
2013-07-09 12:09:39 -04:00
Peter Van der Beken
d55e8521f2 Bug 1029104 - Convert XPathExpression to WebIDL bindings, move files and rename class. r=bz.
--HG--
rename : dom/xslt/xpath/nsXPathExpression.cpp => dom/xslt/xpath/XPathExpression.cpp
rename : dom/xslt/xpath/nsXPathExpression.h => dom/xslt/xpath/XPathExpression.h
extra : rebase_source : b8c559b8ad78bbc4b9fae8f640b21a25d19db783
2013-07-04 17:40:10 +02:00
Peter Van der Beken
21ffb670ae Bug 1029104 - Convert XPathExpression to WebIDL bindings, remove txResultRecycler::init. r=bz.
--HG--
extra : rebase_source : 156d0c9c4da5c7ef1aedce24f8aaa81111623d32
2014-06-05 15:14:56 +02:00
Peter Van der Beken
dfa58aaf91 Bug 1029104 - Convert XPathExpression to WebIDL bindings, various small fixes. r=bz.
--HG--
extra : rebase_source : 9f0422a1077e8722daaa5242d1c925ff35611b96
2013-07-04 17:40:10 +02:00
Geoff Brown
9f2f121898 Bug 1031103 - Skip test_bug659743.xml on Android 2.3 for too many intermittent time outs; no review 2014-06-27 13:59:29 -06:00
Ryan VanderMeulen
300f0aa0d7 Merge m-c to inbound. a=merge 2014-06-27 15:56:35 -04:00
Ryan VanderMeulen
01d51a1c3b Backed out changeset 123e07744d21 (bug 1012398) for mochitest-other failures.
CLOSED TREE
2014-06-27 15:48:26 -04:00
Magnus Melin
322da40913 Bug 1012398 - Completion doesn't take capitalization from address book entry. Also fixes bug 1009469. r=Enn 2014-06-27 21:29:07 +03:00
Ryan VanderMeulen
f294a3551d Backed out changeset a4d9432cdd70 (bug 1030435) for re-introducing intermittent failures. 2014-06-27 14:06:36 -04:00
Jim Blandy
6f3f9261c0 Bug 800200: Remove the js/jsd directory. r=jorendorff,sfink 2014-06-27 11:05:08 -07:00
Jim Blandy
e07aaa8185 Bug 800200: Remove references to JSD from outside js/jsd. r=mccr8,bholley,ted,smaug 2014-06-27 11:05:08 -07:00
Jim Blandy
c197a8c3f5 Bug 800200: Delete all references to the obsolete Venkman chrome debugger from the tree. r=ted 2014-06-27 11:05:07 -07:00
Randell Jesup
1f5537d9c4 Bug 1030338: Don't assert or generate bad stats if we go from ICE New->Closed directly r=bwc 2014-06-27 13:55:40 -04:00
Geoff Brown
a50bfa44ce Bug 1031097 - Skip more webgl-conformance tests on Android 2.3. a=bustage-fix 2014-06-27 10:34:17 -06:00
Jan de Mooij
c5a77ab2ce No bug - Fix --disable-threadsafe shell builds to unbreak JS fuzzers. r=jorendorff,jonco, a=Tomcat 2014-06-27 16:33:07 +02:00
Carsten "Tomcat" Book
55495c33fa merge fx-team to mozilla-central a=merge 2014-06-27 15:47:39 +02:00
Carsten "Tomcat" Book
2f01b9ad61 merge mozilla-inbound to mozilla-central a=merge 2014-06-27 15:34:28 +02:00
Carsten "Tomcat" Book
c53408cf9d Backed out changeset f556e62f5ee8 (bug 993197) for causing bug 1030663 a=orange 2014-06-27 15:18:16 +02:00
Carsten "Tomcat" Book
fbd6fd655e Backed out changeset 4a6ff8b73d5c (bug 995489) 2014-06-27 15:17:43 +02:00
Carsten "Tomcat" Book
d5c7b835c6 Backed out changeset 8c1ee05fbbd6 (bug 949617) 2014-06-27 15:17:42 +02:00
Carsten "Tomcat" Book
d0cb2fc199 Backed out changeset 958aaea55e3f (bug 1029128) 2014-06-27 15:17:37 +02:00
Carsten "Tomcat" Book
240b88832a Backed out changeset df7bcbbeda21 (bug 1029128) 2014-06-27 15:17:23 +02:00