Jon Coppeard
8fa256a683
Bug 1017141 - Add prefs for setting min/max empty chunk counts r=bent
2014-07-16 10:01:20 +01:00
Jon Coppeard
56b6a9398c
Bug 1017141 - Make empty chunk count constants GC params r=terrence
2014-07-16 10:01:19 +01:00
Michal Novotny
d4fc6d5f42
Bug 1035411 - Suspect lock handling in cache2, r=honzab
2014-07-16 10:57:52 +02:00
Michal Novotny
40b2aaea52
Bug 1028415 - Cache thread gets stuck in CacheFileIOManager::OverLimitEvictionInternal loop, r=honzab
2014-07-16 10:47:02 +02:00
Jan de Mooij
dcf8b6678a
Bug 1030706 - Disable PGO in js/src for MSVC 2010. r=glandium
2014-07-16 10:32:57 +02:00
Milan Sreckovic
61f2860281
Bug 1031525 - Support DrawTargetCG::DrawWindow and non-CG types. r=gw280,mattwoodrow
2014-07-14 13:24:01 -04:00
Mats Palmgren
77341d0a5d
Bug 1028462 - Increase the number of fuzz pixels for B2G slightly. r=me
2014-07-15 08:10:00 +02:00
Tooru Fujisawa
0101dc36b2
Bug 1022962 - Evaluate default parameters before function declarations. r=jorendorff
2014-07-15 11:47:00 +02:00
Neil Rashbrook
c44b17d9c5
Bug 1037981 Make 'derecursed' builds support --enable-xterm-updates r=glandium
2014-07-16 08:36:30 +01:00
Matt Woodrow
b76f8316a4
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
f6c97ae996
Bug 1038465: Pass suggested filename to application reputation query (r=paolo)
2014-07-15 13:46:52 -07:00
L. David Baron
43d570fd95
Bug 1038488 patch 3 - Use AllocateByObjectID/FreeByObjectID for style structs. r=heycam
2014-07-15 22:27:13 -07:00
L. David Baron
23ff51d41f
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
51a18556db
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
cfb436efb1
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
cbcf674ada
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
3de50d92f6
Bug 1038089 IMEStateManager should log its behavior r=smaug
2014-07-16 14:13:28 +09:00
Brian Smith
6e057c7b0f
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
4ea48ee470
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
6ddf1f8a65
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
badc320d00
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
32ac2ffe32
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
4358e5ed3f
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
3d788aba24
Merge m-c to inbound
2014-07-15 17:39:19 -07:00
Wes Kocher
2e408ff3b5
Merge fx-team to m-c a=merge
2014-07-15 17:26:32 -07:00
Wes Kocher
b86ded9ee9
Merge inbound to m-c a=merge
2014-07-15 16:57:41 -07:00
Michael Comella
e5d8c71e77
Bug 1021356 - Part 2: Empty private tabs panel visual refinements for tablet. r=lucasr
2014-07-15 11:22:58 -07:00
Brian Nicholson
336c458268
Bug 1027137 - PageActionLayout cleanup. r=wesj
2014-07-15 11:19:50 -07:00
Brian Nicholson
104cc787b3
Bug 1027135 - Only touch PageActionLayout on UI thread. r=wesj
2014-07-15 11:19:49 -07:00
Margaret Leibovic
a10758f2ac
Bug 1038227 - Record search history in Fennec. r=rnewman
2014-07-15 10:47:29 -07:00
Ryan VanderMeulen
35532fb522
Backed out changeset 7441f4dde492 (bug 1038465) for hitting the network during tests.
2014-07-15 13:28:55 -04:00
B2G Bumper Bot
d260f61726
Bumping manifests a=b2g-bump
2014-07-15 10:16:50 -07:00
B2G Bumper Bot
c9158f20ea
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
90ced79e4e
Bumping manifests a=b2g-bump
2014-07-15 09:46:17 -07:00
B2G Bumper Bot
f80fbb5dd6
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
e795fc6d8d
Bumping manifests a=b2g-bump
2014-07-15 08:47:06 -07:00
B2G Bumper Bot
8953b3b21f
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
66bb968a32
Bumping manifests a=b2g-bump
2014-07-15 08:21:42 -07:00
B2G Bumper Bot
e3aeae01ae
Bumping manifests a=b2g-bump
2014-07-15 08:06:15 -07:00
B2G Bumper Bot
50f50fc482
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/42689e15ce61
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #21360 from yzen/bug-962434
Bug 962434 - Moving value selector into subcomponents of an appWindow. I...
========
https://hg.mozilla.org/integration/gaia-central/rev/72f28b8f6b20
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 962434 - Moving value selector into subcomponents of an appWindow. Improving its visibility a11y. r=alive
2014-07-15 08:00:30 -07:00
B2G Bumper Bot
f5352b7bbd
Bumping manifests a=b2g-bump
2014-07-15 07:38:08 -07:00
B2G Bumper Bot
2052a63595
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3c184c41a102
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #21740 from cctuan/1037041
Bug 1037041 - [B2G][Flame][Music] Music app will not close after attempting to share through email in low memory environments
========
https://hg.mozilla.org/integration/gaia-central/rev/47d7be1b36ca
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1037041 - [B2G][Flame][Music] Music app will not close after attempting to share through email in low memory environments
========
https://hg.mozilla.org/integration/gaia-central/rev/1652abc73139
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #21625 from sharaf-tir/Bug_1037412_Date_selector_YMD_format_BG_issue
Bug 1037412 Date selector YMD format background image size issue fix
========
https://hg.mozilla.org/integration/gaia-central/rev/2aa04b6365d7
Author: sharfudheen.parambil <sharfudheen.parambil@lge.com>
Desc: Bug 1037412 Date selector YMD format background image size issue fix
========
https://hg.mozilla.org/integration/gaia-central/rev/122aafe4276f
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #21623 from sharaf-tir/Bug_1037402_Quicksettings_data_icon_alignment_issue
Bug 1037402 - Quick settings data icon alignment fix
========
https://hg.mozilla.org/integration/gaia-central/rev/1a4f2dfd2490
Author: sharfudheen.parambil <sharfudheen.parambil@lge.com>
Desc: Bug 1037402 - Quick settings data icon alignment fix
2014-07-15 07:30:29 -07:00
B2G Bumper Bot
1ef8a2f3ad
Bumping manifests a=b2g-bump
2014-07-15 07:23:24 -07:00
B2G Bumper Bot
b97286d48c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5b4a1d76f824
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #21550 from AdFad666/master
Bug 1036553 Fix cropped software home button
========
https://hg.mozilla.org/integration/gaia-central/rev/c409e7af7e55
Author: Adam Farden <adam@farden.cz>
Desc: Bug 1036553 Fix cropped software home button
2014-07-15 07:23:12 -07:00
Carsten "Tomcat" Book
6b4c422af4
Merge mozilla-central to b2g-inbound
2014-07-15 16:21:19 +02:00
Carsten "Tomcat" Book
4457b01a36
merge fx-team to mozilla-central a=merge
2014-07-15 16:08:30 +02:00
Carsten "Tomcat" Book
ec106e2806
merge mozilla-inbound to mozilla-central a=merge
2014-07-15 14:58:57 +02:00
Ryan VanderMeulen
01152d9533
Backed out changeset 114268fab626 (bug 1035296) for causing bug 1038279. a=backout
2014-07-15 08:36:58 -04:00
Victor Porof
5b5861bb07
Bug 1034669 - Add a way of fading out certain areas of the canvas graphs, r=pbrosset
...
--HG--
rename : browser/devtools/shared/test/browser_graphs-11.js => browser/devtools/shared/test/browser_graphs-11a.js
2014-07-15 08:34:07 -04:00
Carsten "Tomcat" Book
4512a18a04
Backed out changeset 88bc05432845 (bug 1027135) for talos remote-trobopan test failure
2014-07-15 12:23:26 +02:00