Boris Zbarsky
06b43e1a81
Bug 854001 part 1. Give workers that are pretending to be on WebIDL bindings separate JSClasses for instance objects and prototype objects. r=peterv,bent
2013-03-28 15:43:33 -04:00
Justin Lebar
754780da20
Bug 854924 - Change "can't allocate graphics resources" in TabParent to an NS_WARNING. r=bent
...
We hit this assertion during our tests, which sometimes complete before
the subprocess is Show()'n. This isn't a bug, as far as I can tell.
Changing the NS_ERROR to NS_WARNING keeps us from failing on tryserver.
--HG--
extra : rebase_source : fe98bcd891f9255297240c96b65ae39fe6112bd3
2013-03-28 14:25:58 -04:00
Justin Lebar
9498c582d3
Bug 854880 - Make canceling a RunnableFunction actually cancel the task. r=bent
...
--HG--
extra : rebase_source : 1de3006089152141d838e6896acba21307b2620c
2013-03-28 14:25:58 -04:00
Jan Beich
ad36bbe41b
Bug 855728 - Always export FakeSpeechRecognitionService.h. r=gps
2013-03-28 15:41:32 -04:00
Andrea Marchesini
f824be6f86
Bug 825196 - Convert HTMLInputElement to WebIDL. r=Ms2ger
2013-03-28 15:41:32 -04:00
Andrea Marchesini
716d484c78
Bug 825196 - Rename nsHTMLInputElement to HTMLInputElement. r=Ms2ger
...
--HG--
rename : content/html/content/src/nsHTMLInputElement.cpp => content/html/content/src/HTMLInputElement.cpp
rename : content/html/content/src/nsHTMLInputElement.h => content/html/content/src/HTMLInputElement.h
2013-03-28 15:41:32 -04:00
Ryan VanderMeulen
ebaaca1361
Merge m-c to inbound.
2013-03-28 15:41:29 -04:00
Honza Bambas
9039d64020
Bug 729182 - Implement visual event tracer, fix bustage in nsHttpChannel.cpp when tracer build enabled, r=bustage CLOSED TREE
2013-03-28 19:18:09 +01:00
Honza Bambas
899c2160c0
Bug 729182 - Implement visual event tracer, fix bustage in nsHttpChannel.cpp, r=bustage CLOSED TREE
2013-03-28 19:03:29 +01:00
Honza Bambas
ddec40a4be
Bug 729182 - Implement visual event tracer, fix bustage in nsHttpChannel.cpp, r=bustage
2013-03-28 18:57:53 +01:00
Aaron Klotz
9e1e1f2bf2
Bug 855507: Update talos.json to capture new xperf main thread I/O counters. r=aki
2013-03-28 09:38:18 -06:00
Tom Schuster
22e62f3051
Bug 839979 - Implement Object.is. r=jorendorff
2013-03-28 15:46:44 +01:00
Jeff Walden
286a3b9607
Bug 789897 - Make BaseProxyHandler::{isExtensible,preventExtensions} pure virtual. r=bholley
...
--HG--
extra : rebase_source : 6c3bada30b00877f0388baf8a72e18adf9636750
2013-03-28 00:19:40 -07:00
Kartikaya Gupta
68374c319d
Bug 839767 - Add focus and highlight to about:home rows. r=sriram,wesj
2013-03-28 13:30:26 -04:00
Julian Seward
2b5501bcf1
Bug 853851 - Transition some breakpad logging to BPLOG. r=ted
...
--HG--
rename : toolkit/crashreporter/google-breakpad/src/processor/logging.cc => toolkit/crashreporter/google-breakpad/src/common/logging.cc
rename : toolkit/crashreporter/google-breakpad/src/processor/logging.h => toolkit/crashreporter/google-breakpad/src/common/logging.h
rename : toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper.cc => toolkit/crashreporter/google-breakpad/src/common/pathname_stripper.cc
rename : toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper.h => toolkit/crashreporter/google-breakpad/src/common/pathname_stripper.h
rename : toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper_unittest.cc => toolkit/crashreporter/google-breakpad/src/common/pathname_stripper_unittest.cc
extra : rebase_source : c2cf8bcfc7c996e0cdd82422adc7f6a50a8d964a
2013-03-28 18:06:39 +01:00
Honza Bambas
9f3d64a4eb
Bug 729182 - Implement visual event tracer, part2 - event tracer service, r=ehsan
2013-03-28 18:38:05 +01:00
Honza Bambas
c59818af3e
Bug 729182 - Implement visual event tracer, part1 - instrumentation, r=mcmanus,bz,ehsan,bsmedberg,michal
2013-03-28 18:38:04 +01:00
Bill McCloskey
ae133553d0
Bug 855136 - Fix build error on android on a CLOSED TREE
2013-03-28 10:20:59 -07:00
Simone Carletti
4029e914d5
Bug 849816 - Add nyc.mn to PSL. r=gerv.
2013-03-28 17:11:14 +00:00
Simone Carletti
ddd3f2b113
Bug 854388 - Add AWS CloudFront to PSL. r=gerv.
2013-03-28 17:10:22 +00:00
Simone Carletti
df0f4a28e0
Bug 854463 - Add AWS S3 to PSL. r=gerv.
2013-03-28 17:09:36 +00:00
Simone Carletti
8e3b0d3325
Bug 855715 - Add AWS ELB to PSL. r=gerv.
2013-03-28 17:08:06 +00:00
Sid Stamm
b89d5074a2
Bug 832398 - change default-source to default-src in CSP error messages. r=l10n
...
--HG--
extra : rebase_source : 019f24639e72481cd31c1f935dd657d42c99dd26
2013-03-28 10:05:51 -07:00
Daniel Holbert
a86cb1d102
Bug 840388 followup: Remove completely unused variable 'chromeParent' introduced in cf276949f2b6, to fix unused variable build warning. (trivial patch, no review)
2013-03-28 00:08:53 -07:00
Daniel Holbert
5225ba3097
Bug 848539 part 7: Fix or disable reftests that depend on min-width:auto / min-height:auto. r=dbaron
2013-03-27 23:33:20 -07:00
Daniel Holbert
2004ef3547
Bug 848539 part 6: Back out ff0658329dbd, bug 763689 part 1 (CSS parser support for min-width:auto & min-height:auto). r=dbaron
2013-03-27 23:33:19 -07:00
Daniel Holbert
ad0dde7ba7
Bug 848539 part 5: Back out 6bb37077d615, bug 763689 part 2 (style-system handling for min-width:auto). r=dbaron
2013-03-27 23:33:19 -07:00
Daniel Holbert
69a1c9d235
Bug 848539 part 4: Back out 82f73bdb2237, bug 763689 part 3 (style-system handling for min-height:auto). r=dbaron
2013-03-27 23:33:19 -07:00
Daniel Holbert
d119f925a7
Bug 848539 part 3: Back out part of 076d87bf30d0, bug 666041 part 7 (flexbox frame class impl -- just removing the code that deals with min-height:auto). r=dbaron
2013-03-27 23:33:19 -07:00
Daniel Holbert
1ccacc57ca
Bug 848539 part 2: Back out de6a5c46a8ff, bug 666041 part 8 (special-handling for min-width:auto as min-content, for flex items). r=dbaron
2013-03-27 23:33:19 -07:00
Daniel Holbert
76e67c524b
Bug 848539 part 1: Back out ed5120ffd118 from bug 794748 (mochitest for min-width:auto). r=dbaron
2013-03-27 23:33:18 -07:00
Tanvi Vyas
807051ed73
Bug 841850 - Mochitests. r=smaug
2013-03-27 22:24:04 -07:00
Tanvi Vyas
76cf1695d9
Bug 841850 - Check the target of a link click and update the content type from TYPE_SUBDOCUMENT to TYPE_DOCUMENT if the target is a new document. r=bz
2013-03-27 22:24:00 -07:00
Tanvi Vyas
7c27950fb0
Bug 836951 - Add mDocShell to nsSecureBrowserUIImpl. Traverse up to the root doc shell. r=bsmith,smaug
2013-03-27 22:12:03 -07:00
Tanvi Vyas
95ff42963c
Bug 840388 - Mochitests that navigate https frames to http frames, both when a secure parent exists and when no secure parents exist. Tested with the mixed active content pref enabled and disabled. r=smaug
2013-03-27 22:11:59 -07:00
Tanvi Vyas
7b6db68f18
Bug 840388 - Check if a iframe has any https parents. If not, then there is no mixed content since we are not on a secure page. r=smaug
2013-03-27 22:11:55 -07:00
Mark Hammond
93cffee845
Bug 820743 - test-only change to (hopefully!) fix intermittent chat resize orange. r=me
2013-03-28 16:01:02 +11:00
Cameron McCormack
fb1017f0e1
Bug 850655 - Make CharIterator::Next() not crash when at the end of text. r=longsonr
...
--HG--
extra : rebase_source : 830fa0fda257401a77c1aae8686aa5ab6db18d86
2013-03-28 14:31:31 +11:00
Bas Schouten
b2abf24dc4
Bug 854468 - Part 2: Package command line recording code. r=ted
2013-03-28 04:28:55 +00:00
Randell Jesup
8c18d85964
Bug 853998: bustage fix for the SyncRunnable test (warning fix) r=abr on a CLOSED TREE
2013-03-27 23:32:00 -04:00
Boris Zbarsky
2d4598b39b
Bug 607441 part 2. Mark the scoped sheet rule processor dirty when author styles are enabled or disabled. r=dbaron
2013-03-27 22:47:26 -04:00
Boris Zbarsky
022d9c4763
Bug 607441 part 1. Don't disable SVG presentational attributes when page styles are disabled. r=dbaron,jwatt
2013-03-27 22:47:25 -04:00
Boris Zbarsky
d74ba794b4
Bug 855025. Always do Xrays for DOM interface objects. r=peterv
2013-03-27 22:47:25 -04:00
Boris Zbarsky
6a4b35c2b8
Bug 853910 part 2. Stop using prclist for individual ListenerCollections. r=khuey
2013-03-27 22:47:25 -04:00
Boris Zbarsky
0309677e3c
Bug 853910 part 1. Stop using prclist for our list of ListenerCollections. r=khuey
2013-03-27 22:47:25 -04:00
EKR
7b72936faf
Bug 853998 test (WIP)
...
Bug 853998 - Test for SyncRunnable r=jesup
2013-03-26 23:50:51 -07:00
Adam Roach [:abr]
28bd2318ea
Bug 853998 - Convert sync dispatches from SIPCC threads to use SyncRunnable r=jesup
2013-03-27 21:43:44 -05:00
Bill McCloskey
779cef3260
Bug 855136 - Don't use call/construct slots for direct proxies (r=luke)
2013-03-26 17:53:00 -07:00
Bill McCloskey
9f508d5cb7
Bug 855136 - Don't require call/construct args to NewProxyObject (r=luke)
2013-03-26 17:51:55 -07:00
Benjamin Smedberg
79410f2890
Bug 853998 - Add a common "SyncRunnable" class which dispatches events totally synchronously, avoiding event loop spinning or automatic promotion of this event to a nsThread, r=bsmedberg
2013-03-26 09:11:00 -07:00