Commit Graph

371547 Commits

Author SHA1 Message Date
Jon Morton
50c79ea483 Bug 1034380 - Prevent MessagePort transferable callback from returning true upon failure. r=bz 2014-07-08 11:52:00 +02:00
Mike Conley
2fd13cec8d Bug 1036003 - "Clean up formatting in nsScreenWin.cpp and nsScreenManagerWin.cpp". r=jmathies f=mconley 2014-07-14 09:52:00 +02:00
Jeremy Poulin
6240993aa3 Bug 1037184 - Extended the speculative connection overrider to track predictor preconnects. r=hurley 2014-07-14 11:30:18 -07:00
Martin Thomson
8712497a35 Bug 1037729 - Moving callbacks to run after reaching steady state. r=jib 2014-07-15 11:19:00 +02:00
Emanuel Hoogeveen
bc2e859932 Bug 1038563 - Rename JS::Zone's jit-specific barrier state from Ion to jit. r=jandem 2014-07-15 00:01:00 +02:00
Bob Owen
d1da9cff99 Bug 1035275 - Remove unused base Chromium code. r=bbondy 2014-07-07 13:59:11 +01:00
Jon Coppeard
e02ddd1af3 Bug 1038274 - Really fix previous problem with landing r=me 2014-07-16 12:04:33 +01:00
Jon Coppeard
2ed8ff7bfc Bug 1038274 - Add max heap size constants to pass to JS_NewRuntime() r=terrence 2014-07-16 10:01:20 +01:00
Jon Coppeard
0136e9a714 Backed out changeset 5290e42e8345 (bug 1038274) for disabling GC malloc trigger 2014-07-16 11:34:49 +01:00
Benjamin Bouvier
901ca68923 Bug 1020467: Nuke allowFloat32Optimizations(); r=sstangl 2014-07-16 12:20:04 +02:00
Jon Coppeard
948a1ddf13 Bug 1038274 - Add max heap size constants to pass to JS_NewRuntime() r=terrence 2014-07-16 10:01:20 +01:00
Jon Coppeard
8b4f6eb2b3 Bug 1017141 - Add prefs for setting min/max empty chunk counts r=bent 2014-07-16 10:01:20 +01:00
Jon Coppeard
1aa9dc0f8f Bug 1017141 - Make empty chunk count constants GC params r=terrence 2014-07-16 10:01:19 +01:00
Michal Novotny
bf7bbdfd29 Bug 1035411 - Suspect lock handling in cache2, r=honzab 2014-07-16 10:57:52 +02:00
Michal Novotny
9e398090b9 Bug 1028415 - Cache thread gets stuck in CacheFileIOManager::OverLimitEvictionInternal loop, r=honzab 2014-07-16 10:47:02 +02:00
Jan de Mooij
4663261aa3 Bug 1030706 - Disable PGO in js/src for MSVC 2010. r=glandium 2014-07-16 10:32:57 +02:00
Milan Sreckovic
ab6a7f7909 Bug 1031525 - Support DrawTargetCG::DrawWindow and non-CG types. r=gw280,mattwoodrow 2014-07-14 13:24:01 -04:00
Mats Palmgren
ea16e6df0a Bug 1028462 - Increase the number of fuzz pixels for B2G slightly. r=me 2014-07-15 08:10:00 +02:00
Tooru Fujisawa
7878e7cc10 Bug 1022962 - Evaluate default parameters before function declarations. r=jorendorff 2014-07-15 11:47:00 +02:00
Neil Rashbrook
bf47b7faa5 Bug 1037981 Make 'derecursed' builds support --enable-xterm-updates r=glandium 2014-07-16 08:36:30 +01:00
Matt Woodrow
ba8e9e0f60 Bug 1039150 - Don't trigger creation a backbuffer when we set a canvas to be opaque. r=roc
--HG--
extra : rebase_source : 681d8c8e172fb2eba6639cd03e5664017d522dbc
2014-07-16 18:15:39 +12:00
Monica Chew
64a5f4f2b1 Bug 1038465: Pass suggested filename to application reputation query (r=paolo) 2014-07-15 13:46:52 -07:00
L. David Baron
6b85a58773 Bug 1038488 patch 3 - Use AllocateByObjectID/FreeByObjectID for style structs. r=heycam 2014-07-15 22:27:13 -07:00
L. David Baron
a084fec891 Bug 1038488 patch 2 - Remove memset from the operator new of the 4 style structs that have it. r=heycam
This also moves those 4 operator new methods to be inline to match the
style of all of the others.

I audited that all the members of these structs are initialized by all
their constructors (see patch 1).
2014-07-15 22:27:12 -07:00
L. David Baron
8e7821b091 Bug 1038488 patch 1 - Explicitly initialize nsStyleMargin::mCachedMargin and nsStylePadding::mCachedPadding so that it is clear all members of nsStyleFont, nsStyleMargin, nsStylePadding, and nsStyleBorder are explicitly initialized. r=heycam
While nsMargin does 0-initialize, it's not necessarily obvious that it
does, and I think it's worth making explicit.
2014-07-15 22:27:12 -07:00
L. David Baron
76273a1316 Bug 1030604 - Use nsChangeHint_UpdateOverflow for clip-path and mask changes so we update the PreEffectsBBoxProperty and run the effect on the correct area. r=roc
The testcase is a slight simplification of dholbert's testcase 2
(attachment 8456312) in the bug.  It fails in the reftest harness
without the patch, and passes in the reftest harness with the patch.
2014-07-15 22:27:12 -07:00
Cameron McCormack
fbd6b8f0f4 Bug 1039151 - Replace space-wasting use of DebugOnly<> in CSSVariableResolver with #ifdef DEBUG. r=dbaron 2014-07-16 15:24:04 +10:00
Masayuki Nakano
05c7d9794b Bug 1038089 IMEStateManager should log its behavior r=smaug 2014-07-16 14:13:28 +09:00
Brian Smith
8483b958ad Bug 1038837: Factor out mozilla::pkix::Input into a separate header, r=mmc
--HG--
rename : security/pkix/lib/pkixder.h => security/pkix/include/pkix/Input.h
rename : security/pkix/lib/pkixutil.h => security/pkix/include/pkix/Result.h
extra : rebase_source : 09bac0a183932f721cdfd32936595867e4dc26ce
2014-07-13 13:17:36 -07:00
Brian Smith
96c220acca Bug 1038828: Replace mozilla::pkix::der::Result with uses of mozilla::pkix::Result, r=mmc
--HG--
rename : security/pkix/lib/pkixutil.h => security/pkix/include/pkix/Result.h
extra : rebase_source : e385af4bab665627aa5d434db04830065cbc641f
2014-07-15 10:33:49 -07:00
Joshua Cranmer
86f5a4b027 Bug 1038029 - Bad cache file is used for the LDAP C SDK, r=glandium
--HG--
extra : rebase_source : 260945940ca3eab61b1ff4ee0e206f44747e346d
2014-07-15 20:14:50 -05:00
Nicholas Nethercote
1aae8fa27a Bug 1038038 (part 3) - Increase ShapeTable::MIN_ENTRIES. r=bhackett.
A linear search of 15 items is likely to be competitive with a hash table
lookup.

--HG--
extra : rebase_source : b2e0cb690610aea8bd372b4fbc50c1cc7cd9e97e
2014-07-13 23:32:45 -07:00
Nicholas Nethercote
7d095b5ee9 Bug 1038038 (part 2) - Compute sizeLog2 in ShapeTable::init() better. r=bhackett.
For exapmle, currently if you have an entryCount of 9 you end up with a
capacity of 32, when 16 would be more appropriate.

--HG--
extra : rebase_source : 300cd56c2dcbbb75ae54b227a5d1cab83c424a97
2014-07-13 23:29:50 -07:00
Nicholas Nethercote
141532a394 Bug 1038038 (part 1) - Reduce ShapeTable::MIN_SIZE_LOG2. r=bhackett.
An entryCount of zero is common, due to initBoundFunction(), so it's worth
choosing a value that doesn't waste too much space in that case.

--HG--
extra : rebase_source : efcf627734d3b49eab58aaaebeff16458bb7d9ad
2014-07-13 23:27:44 -07:00
Wes Kocher
c198e90652 Merge m-c to inbound 2014-07-15 17:39:19 -07:00
Wes Kocher
05581577e0 Merge fx-team to m-c a=merge 2014-07-15 17:26:32 -07:00
Wes Kocher
8f815b0c52 Merge inbound to m-c a=merge 2014-07-15 16:57:41 -07:00
Michael Comella
77316ddc0b Bug 1021356 - Part 2: Empty private tabs panel visual refinements for tablet. r=lucasr 2014-07-15 11:22:58 -07:00
Brian Nicholson
963e681c74 Bug 1027137 - PageActionLayout cleanup. r=wesj 2014-07-15 11:19:50 -07:00
Brian Nicholson
c040fa38be Bug 1027135 - Only touch PageActionLayout on UI thread. r=wesj 2014-07-15 11:19:49 -07:00
Margaret Leibovic
b5978defcf Bug 1038227 - Record search history in Fennec. r=rnewman 2014-07-15 10:47:29 -07:00
Ryan VanderMeulen
50027ddc90 Backed out changeset 7441f4dde492 (bug 1038465) for hitting the network during tests. 2014-07-15 13:28:55 -04:00
B2G Bumper Bot
5c96faa369 Bumping manifests a=b2g-bump 2014-07-15 10:16:50 -07:00
B2G Bumper Bot
c93c666f6e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d329fe1f9c94
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #21769 from hfiguiere/bug981009

Bug 981009 - Check that we have as many timings as we have runs for startup_test. r=eli

========

https://hg.mozilla.org/integration/gaia-central/rev/604f67f3e117
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 981009 - Check that we have as many timings as we have runs for startup_test.

Attempt 2
2014-07-15 10:10:29 -07:00
B2G Bumper Bot
e224577316 Bumping manifests a=b2g-bump 2014-07-15 09:46:17 -07:00
B2G Bumper Bot
a35aa0189e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/41e7ded51074
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #21772 from asutherland/bug1038325-reply-button

Bug 1038325 - [B2G][Email] Reply button icon is not displayed. r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/020800414c77
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 1038325 - [B2G][Email]Reply button icon is not displayed.
2014-07-15 09:40:30 -07:00
B2G Bumper Bot
954efe73c2 Bumping manifests a=b2g-bump 2014-07-15 08:47:06 -07:00
B2G Bumper Bot
85218bad96 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b4a339e0130b
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #21771 from zacc/bug_1020166

Bug 1020166 - test_settings_device_info.py - Only check the first IMEI i...

========

https://hg.mozilla.org/integration/gaia-central/rev/8a5f53a1db03
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 1020166 - test_settings_device_info.py - Only check the first IMEI in Settings app
2014-07-15 08:45:33 -07:00
B2G Bumper Bot
d6147e2c88 Bumping manifests a=b2g-bump 2014-07-15 08:21:42 -07:00
B2G Bumper Bot
e2e093410a Bumping manifests a=b2g-bump 2014-07-15 08:06:15 -07:00