Commit Graph

194009 Commits

Author SHA1 Message Date
Jon Coppeard
92a4e56818 Bug 1017141 - Make empty chunk count constants GC params r=terrence 2014-07-16 10:01:19 +01:00
Michal Novotny
a3789ae4db Bug 1035411 - Suspect lock handling in cache2, r=honzab 2014-07-16 10:57:52 +02:00
Michal Novotny
21095d87cb Bug 1028415 - Cache thread gets stuck in CacheFileIOManager::OverLimitEvictionInternal loop, r=honzab 2014-07-16 10:47:02 +02:00
Jan de Mooij
15996f7739 Bug 1030706 - Disable PGO in js/src for MSVC 2010. r=glandium 2014-07-16 10:32:57 +02:00
Milan Sreckovic
8c9e2ee580 Bug 1031525 - Support DrawTargetCG::DrawWindow and non-CG types. r=gw280,mattwoodrow 2014-07-14 13:24:01 -04:00
Mats Palmgren
60fa7e303c Bug 1028462 - Increase the number of fuzz pixels for B2G slightly. r=me 2014-07-15 08:10:00 +02:00
Tooru Fujisawa
c1d68b6c07 Bug 1022962 - Evaluate default parameters before function declarations. r=jorendorff 2014-07-15 11:47:00 +02:00
Neil Rashbrook
10c8a98557 Bug 1037981 Make 'derecursed' builds support --enable-xterm-updates r=glandium 2014-07-16 08:36:30 +01:00
Matt Woodrow
b4a7175439 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
ff0a539b43 Bug 1038465: Pass suggested filename to application reputation query (r=paolo) 2014-07-15 13:46:52 -07:00
L. David Baron
47535266ed Bug 1038488 patch 3 - Use AllocateByObjectID/FreeByObjectID for style structs. r=heycam 2014-07-15 22:27:13 -07:00
L. David Baron
84da8eeaa5 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
8be7bc4467 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
ecd4ba7a2e 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
7b2ef56dd0 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
93d7daf9c6 Bug 1038089 IMEStateManager should log its behavior r=smaug 2014-07-16 14:13:28 +09:00
Brian Smith
e3618bd35b 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
7b3263e6c9 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
381045dc6c 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
b1617c9c76 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
e6d1531111 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
21be2c2474 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
107ab3668c Merge m-c to inbound 2014-07-15 17:39:19 -07:00
Wes Kocher
4112a9fcd6 Merge fx-team to m-c a=merge 2014-07-15 17:26:32 -07:00
Wes Kocher
8e292c6b08 Merge inbound to m-c a=merge 2014-07-15 16:57:41 -07:00
Michael Comella
4e93e32ca9 Bug 1021356 - Part 2: Empty private tabs panel visual refinements for tablet. r=lucasr 2014-07-15 11:22:58 -07:00
Brian Nicholson
ae49ab84f8 Bug 1027137 - PageActionLayout cleanup. r=wesj 2014-07-15 11:19:50 -07:00
Brian Nicholson
2c06430ae6 Bug 1027135 - Only touch PageActionLayout on UI thread. r=wesj 2014-07-15 11:19:49 -07:00
Margaret Leibovic
101c3c1e74 Bug 1038227 - Record search history in Fennec. r=rnewman 2014-07-15 10:47:29 -07:00
Ryan VanderMeulen
427eea561d Backed out changeset 7441f4dde492 (bug 1038465) for hitting the network during tests. 2014-07-15 13:28:55 -04:00
B2G Bumper Bot
e43d1af52a Bumping manifests a=b2g-bump 2014-07-15 10:16:50 -07:00
B2G Bumper Bot
9d0a8733da 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
5e0557c116 Bumping manifests a=b2g-bump 2014-07-15 09:46:17 -07:00
B2G Bumper Bot
893220c055 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
166fdb6123 Bumping manifests a=b2g-bump 2014-07-15 08:47:06 -07:00
B2G Bumper Bot
a4ae9b2252 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
975f0c1c41 Bumping manifests a=b2g-bump 2014-07-15 08:21:42 -07:00
B2G Bumper Bot
eff9292bde Bumping manifests a=b2g-bump 2014-07-15 08:06:15 -07:00
B2G Bumper Bot
b340376d4d 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
23da9771b0 Bumping manifests a=b2g-bump 2014-07-15 07:38:08 -07:00
B2G Bumper Bot
4fdeed6890 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
c8463c0d4c Bumping manifests a=b2g-bump 2014-07-15 07:23:24 -07:00
B2G Bumper Bot
9e054fcbec 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
d46c53c3ae Merge mozilla-central to b2g-inbound 2014-07-15 16:21:19 +02:00
Carsten "Tomcat" Book
ad86a048f8 merge fx-team to mozilla-central a=merge 2014-07-15 16:08:30 +02:00
Carsten "Tomcat" Book
3e99adc8b9 merge mozilla-inbound to mozilla-central a=merge 2014-07-15 14:58:57 +02:00
Ryan VanderMeulen
4d9031a78e Backed out changeset 114268fab626 (bug 1035296) for causing bug 1038279. a=backout 2014-07-15 08:36:58 -04:00
Victor Porof
daeecc00e7 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
5e3dbbee87 Backed out changeset 88bc05432845 (bug 1027135) for talos remote-trobopan test failure 2014-07-15 12:23:26 +02:00
Carsten "Tomcat" Book
07721fc5a3 Backed out changeset 5bef1f8045fd (bug 1027137) for breaking talos remote-trobopan 2014-07-15 12:23:10 +02:00