Commit Graph

146335 Commits

Author SHA1 Message Date
Benoit Girard
ca00f294f2 Bug 914656 - Annotate the compositor thread for profiling. r=jrmuizel 2013-09-10 15:56:49 -04:00
Jim Blandy
2800c27db8 Bug 914753: Remove 'Mode: js2' markers from DevTools JavaScript files. Emacs has better ways to select the file's mode. DONTBUILD r=dcamp 2013-09-10 18:43:44 -07:00
Makoto Kato
58ff647f46 Bug 914567 - Cannot build directshow code by VS2013RC. r=cpearce 2013-09-11 10:35:03 +09:00
John Daggett
86b5e61faa Bug 522515 - omit null urls from inclusion in userfont src descriptor array. r=dbaron 2013-09-11 10:36:58 +09:00
John Daggett
900e923024 Bug 901845 - add a pref to specify the max entries in a word cache. r=jfkthame 2013-09-11 10:36:57 +09:00
John Daggett
31eb11a789 Bug 901845 - add a pref to specify the length limit of words in word caches. r=jfkthame 2013-09-11 10:36:57 +09:00
Steven Michaud
7adfee67b5 Bug 892547 - Sheets on Mac don't have a default option selected. r=enndeakin 2013-09-10 20:35:47 -05:00
Chris Kitching
9c51fc1d3e Bug 914760 - Generate less debugging code. r=rnewman 2013-09-10 21:10:47 -04:00
Chris Kitching
2660344c7a Bug 914760 - Delete existing generated uncessary debugging code. r=rnewman 2013-09-10 21:10:47 -04:00
Benoit Jacob
4422726329 Bug 912974 - Add two missing include guards. r=bjacob 2013-09-10 21:10:47 -04:00
Byron Campen [:bwc]
bbca1ed7e1 Bug 908740 - Reject obviously bogus STUN and TURN candidates. r=ekr 2013-09-10 11:33:19 -07:00
Michael Shuen
d8a0b385dd Bug 711180 - Ignore whitespace in atob. r=Ms2ger 2013-09-10 21:10:46 -04:00
Ryan VanderMeulen
85fd97b957 Merge m-c to inbound. 2013-09-10 21:10:44 -04:00
Wes Kocher
4bea76aabd Backed out changeset 7412a3a5f4cc (bug 914498) for bustage 2013-09-10 18:01:46 -07:00
Mark Finkle
7816428aa4 Bug 888335 - Remove support for iGoogle/Reader from feed subscriptions r=bnicholson 2013-09-10 20:35:36 -04:00
Ryan VanderMeulen
e7617a5f28 Merge inbound to m-c on a CLOSED TREE. 2013-09-10 20:28:39 -04:00
Geoff Brown
c1770713bc Bug 912519 - (2) Minor refactor of testSettingsMenuItems; r=liuche 2013-09-10 18:18:07 -06:00
Geoff Brown
420f881f2f Bug 912519 - (1) Update robocop testSettingsMenuItems to allow for partially obscured menu item; r=liuche 2013-09-10 18:18:04 -06:00
Gregory Szorc
4cb6369468 Bug 913276 - Only install terminal-notifier on OS X 10.8+; r=ted 2013-09-10 17:09:34 -07:00
Gregory Szorc
e6dc5e5bba Bug 914704 - Add WebIDL headers to dist/include install manifest; r=glandium 2013-09-10 17:07:59 -07:00
Gregory Szorc
66f4c9ad96 Bug 914500 - Upgrade virtualenv to 1.10.1; r=mshal 2013-09-10 17:07:12 -07:00
Wes Kocher
08a3746138 Backed out changeset bdcd192bda52 (bug 880067) for bustage 2013-09-10 16:51:50 -07:00
Wes Kocher
c79012984b Backed out changeset d0a0127e099e (bug 880067) 2013-09-10 16:49:26 -07:00
Daniel Holbert
8e7a66d2d6 (no bug) fix comment typos: s/incompete/incomplete/, s/th/the/
DONTBUILD because comment-only
2013-09-10 16:41:04 -07:00
Andrew McCreight
d03696b83c Bug 913666, part 5 - Rename aListener to aManualListener. r=smaug
The name "aListener" is not very descriptive, and with the previous patch, it is only
used to pass in a manually-specified listener that was passed in to CycleCollectNow,
so rename things.
2013-09-10 16:33:41 -07:00
Andrew McCreight
567cf603ca Bug 913666, part 4 - Sink free floating code from nsCycleCollector::Collect into BeginCollection. r=smaug
The hg diff for this commit is terrible, but all it is doing is taking the code
in nsCycleCollector::Collect from after PrepareForCollection through BeginCollection
and moving it into BeginCollection.
2013-09-10 16:33:41 -07:00
Andrew McCreight
a1c11fcfd7 Bug 913666, part 3 - Sink cycle collector listener selection into Collect. r=smaug
Move the two places we check global flags to decide if we want to use a listener, even if we
aren't passed in one.  A later patch renames aListener to aForcedListener to make it less
confusing.
2013-09-10 16:33:40 -07:00
Andrew McCreight
ee064e630a Bug 913666, part 2 - Log cycle collector garbage at the same time we log roots. r=smaug
There's no reason to wait until CollectWhite to record what is garbage, and with incremental CC
we'll get more accurate logging by logging right away, rather than waiting until later when an
object may have gone away for some other reason.
2013-09-10 16:33:40 -07:00
Andrew McCreight
7fc4e6d8a5 Bug 913666, part 1 - Move cycle collector root logging into ScanRoots. r=smaug 2013-09-10 16:33:39 -07:00
Mike Hommey
395225224a Bug 912914 - Preserve targets and dependencies order when creating Makefiles with makeutil.py. r=gps
Also allow to add random statements (like variable assignment)
2013-09-11 08:21:39 +09:00
Brian Hackett
d805f8d4cb Bug 912719 - Notify debugger about scripts compiled off thread, report parse errors/warnings for scripts in XUL documents, r=billm. 2013-09-10 16:18:30 -07:00
Mike Hommey
12153bb936 Bug 914894 - res/values/strings.xml only depends on the res/values directory. r=gps 2013-09-11 08:15:53 +09:00
Mike Hommey
6ed6a26a2c Bug 914374 - Fix buffer overflow in BCJ_X86_filter when the given buffer is too small. r=nfroyd 2013-09-11 08:15:39 +09:00
Adam Roach [:abr]
82f9486ac5 Bug 880067: Fix bustage r=me 2013-09-10 16:10:22 -07:00
Eric Faust
d23335a4c1 Bug 913716 - Properly check for undefined setters in SetPropertyIC. (r=djvj) 2013-09-10 16:01:36 -07:00
Ehsan Akhgari
4d9cd370a2 Bug 914498 - Minimize the #includes in accessible/src/base; r=tbsaunde
--HG--
extra : rebase_source : 10bebee466c458ccb671494e2f47191a30668377
2013-09-11 00:18:59 +02:00
David Zbarsky
c45d984ec2 Bug 912555 - DOMSVGPathSeg and subclasses don't need to inherit nsISupports r=Ms2ger 2013-09-10 19:03:57 -04:00
David Zbarsky
2dc2a0b269 Bug 911603 - Convert MozPowerManager to WebIDL r=Ms2ger
--HG--
rename : dom/power/nsIDOMPowerManager.idl => dom/webidl/MozPowerManager.webidl
2013-09-10 19:03:56 -04:00
Ryan VanderMeulen
ae34ed792a Merge m-c to inbound on a CLOSED TREE. 2013-09-10 16:43:06 -04:00
Ryan VanderMeulen
740c0d8eba Merge fx-team to m-c. 2013-09-10 16:39:33 -04:00
Ryan VanderMeulen
c78b1eb09c Merge b2g-inbound to m-c. 2013-09-10 16:35:34 -04:00
Olli Pettay
9a59871760 Bug 900904 - Support webidl-only generated events, r=khuey,gps
--HG--
extra : rebase_source : cda37d1ae2ff9b969d081fe0ec103d4f07098a3b
2013-09-10 21:27:39 +03:00
Olli Pettay
f805ec81b0 Bug 910910 - Enable Event ctors in workers, r=khuey
--HG--
extra : rebase_source : 983d01d13aa66a8499350a4960b5913b22c9783a
2013-09-10 21:27:32 +03:00
Brad Lassey
7990287a5a bug 887819 - Investigate using the tiled layers backend, create pref to enable tiles r=BenWa 2013-09-10 14:21:37 -04:00
Gaia Pushbot
92e5d28566 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3014a433e3b7
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 909336 - [Clock] Implement UI for switching views

r=jugglinmike
2013-09-10 10:25:22 -07:00
Gaia Pushbot
673e9fcc0d Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8ed31f5ee280
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Update gaia-ui-tests.json; Merge pull request #1347 from jugglinmike/select-bug

Replace launch() with switch_to_frame() in select()
2013-09-10 10:00:22 -07:00
Alexandre Poirot
e202d2dc3e Bug 893848 - Manifest properties aren't updated when installing apps multiple times. r=fabrice 2013-09-10 12:52:56 -04:00
Alexandre Poirot
63916663dd Bug 832000 - Use unix domain socket file for devtools remote connection. r=jimb, r=vingtetun 2013-09-10 12:52:33 -04:00
Christian Holler
b706481568 Bug 914174 - Fix nit in previous ASan patch. r=luke 2013-09-10 17:27:56 +02:00
Christian Holler
31c750c284 Bug 914174 - Ensure JS standalone builds have the right ASan options. r=luke
CLOSED TREE
2013-09-10 17:00:07 +02:00