Commit Graph

256299 Commits

Author SHA1 Message Date
Cameron McCormack
0ae1e016d7 Bug 1180118 - Second followup warning-as-error build fix. 2015-08-04 17:50:32 +10:00
Cameron McCormack
24a254e719 Bug 1180118 - Followup warning-as-error build fix. 2015-08-04 17:49:53 +10:00
Cameron McCormack
d6bb9fde44 Bug 1180118 - Part 11: Use ReparentStyleContext even if eRestyle_SomeDescendants is used. r=bzbarsky 2015-08-04 17:27:53 +10:00
Cameron McCormack
81468893c6 Bug 1180118 - Part 10: Logging. r=bzbarsky 2015-08-04 17:27:53 +10:00
Cameron McCormack
46f63f2520 Bug 1180118 - Part 9: Clear nsCSSSelector pointers in the pending restyle tracker if they might be stale. r=bzbarsky 2015-08-04 17:27:53 +10:00
Cameron McCormack
9d7b2eba2c Bug 1180118 - Part 8: Keep track of the closest restyle root in AddPendingRestylesForDescendantsMatchingSelectors. r=bzbarsky 2015-08-04 17:27:53 +10:00
Cameron McCormack
646aa7a94b Bug 1180118 - Part 7: Split out FindClosestRestyleRoot and allow passing in a pre-computed restyle root to AddPendingRestyle. r=bzbarsky 2015-08-04 17:27:53 +10:00
Cameron McCormack
fe05a2c400 Bug 1180118 - Part 6: Return eRestyle_SomeDescendants from HasAttributeDependentStyle where appropriate. r=bzbarsky 2015-08-04 17:27:53 +10:00
Cameron McCormack
00bb536c8c Bug 1180118 - Part 5: Add a RestyleHintData outparam to HasAttributeDependentStyle for use with eRestyle_SomeDescendants. r=bzbarsky 2015-08-04 17:27:53 +10:00
Cameron McCormack
1967eea948 Bug 1180118 - Part 4: Store pointer to the rightmost selector for class, ID and attribute selectors in the rule cascade. r=bzbarsky 2015-08-04 17:27:53 +10:00
Cameron McCormack
b478e3119b Bug 1180118 - Part 3: Convert eRestyle_SomeDescendants into eRestyle_Self for elements that match selectors. r=bzbarsky 2015-08-04 17:27:52 +10:00
Cameron McCormack
535001e4ae Bug 1180118 - Part 2: Add eRestyle_SomeDescendants restyle hint and pass associated restyle hint data into restyle methods. r=bzbarsky 2015-08-04 17:27:52 +10:00
Cameron McCormack
26cab7b377 Bug 1180118 - Part 1: Add a method to match a single nsCSSSelector (without pseudo-elements) against an Element. r=bzbarsky 2015-08-04 17:27:52 +10:00
Makoto Kato
a380be43e0 Bug 1190240 - Cannot compile WMFVideoMFTManager.cpp using Windows 10 SDK. r=cpearce 2015-08-04 16:03:50 +09:00
Andrew McCreight
ccd8dec3a8 Bug 1155773 - Remove gotos from XPCConvert::NativeArray2JS(). r=bholley 2015-08-03 11:47:00 +02:00
Nicholas Nethercote
953689e82d Bug 1189156 (part 4) - Don't use enumeration style for nsBaseHashtable::SizeOf{In,Ex}cludingThis(). r=erahm,jfkthame.
After this change, we have ShallowSizeOf{In,Ex}cludingThis(), which don't do
anything to measure children. (They can be combined with iteration to measure
children.)
2015-07-30 21:19:57 -07:00
Nicholas Nethercote
1989658da5 Bug 1189156 (part 3) - Factor out FontTable better. r=jfkthame. 2015-07-30 21:15:16 -07:00
Steven Englehardt
bffb4b1a19 Bug 1179557 - Add getters for userContextId. r=bholley, r=tanvi 2015-07-30 14:15:00 -04:00
David Rajchenbach-Teller
744298baef Bug 1188616 - CPOW monitoring should use JS_Now instead of PR_IntervalNow. r=jandem 2015-07-30 14:29:52 +02:00
Karl Tomlinson
c09a27e482 bug 1188704 remove now unused PerformInverseFFT() variation r=rillian 2015-07-30 12:51:48 +12:00
Karl Tomlinson
6f97f0b288 bug 1188704 use existing FFTBlock arrays instead of allocating and copying and scaling r=rillian
It is now no longer necessary to clear zero bins because these are zeroed
in the FFTBlock constructor.

nsTArray bounds assertions now apply.
2015-08-03 09:28:32 +12:00
Karl Tomlinson
e75c17c45d bug 1188704 add accessor functions for setting frequency components for inverse FFT r=rillian 2015-07-30 12:33:04 +12:00
Karim Benhmida
c01d78c518 Bug 1188145 - Add Telemetry for Voice input. r=liuche 2015-07-29 15:26:10 -07:00
Karim Benhmida
1873676f0b Bug 1188146 - Add Telemetry for QR code input. r=liuche 2015-07-29 15:29:57 -07:00
dominique vincent
b517b332e7 Bug 1184937 - Hide cycling zoom button and set a default level of zoom in config. r=mcomella 2015-07-31 08:42:50 +02:00
Marina Rodriguez Iglesias
fc488efb78 Bug 1183649 - Implement the refreshed design for the 'Start a new conversation' button. r=mikedeboer 2015-07-30 08:01:00 -04:00
Carsten "Tomcat" Book
317874f64c Merge mozilla-central to fx-team 2015-07-31 14:19:22 +02:00
Carsten "Tomcat" Book
47faeeaad8 merge mozilla-inbound to mozilla-central a=merge 2015-07-31 12:06:51 +02:00
Carsten "Tomcat" Book
846753554b merge fx-team to mozilla-central a=merge 2015-07-31 11:59:12 +02:00
Carsten "Tomcat" Book
95da9bd582 merge b2g-inbound to mozilla-central a=merge 2015-07-31 11:54:35 +02:00
Sebastian Kaspari
9f26b68d83 Bug 1125977 - Restricted profiles: Hide setting to set master password. r=ally 2015-07-31 10:19:46 +02:00
Sebastian Kaspari
67d3f7d68a Bug 1125979 - Restricted profiles: Hide Settings > Privacy > Clear private data. r=ally 2015-07-31 10:18:59 +02:00
Nick Fitzgerald
3fadd2523b Bug 1189654 - Use consistent destructuring style for imports in devtools script actors; r=me 2015-07-31 01:21:19 -07:00
Sebastian Kaspari
765a81d0d1 Bug 1189233 - Restricted profiles: Block access to about:config. r=ally 2015-07-31 10:16:50 +02:00
Sebastian Kaspari
e9519ebd07 Bug 1188905 - Restricted profiles: Prevent clearing history. r=margaret 2015-07-31 09:59:01 +02:00
Carsten "Tomcat" Book
3ab2f465e5 Backed out changeset fb2a27db76bc (bug 1032254) for OS X Static Build Bustage on a CLOSED TREE 2015-07-31 07:57:50 +02:00
Gabriel Luong
227596ffe1 Bug 1189472 - [Rule View] Pseudo-class panel and checkboxes should only be tab focusable when the panel is opened r=bgrins 2015-07-30 19:02:22 -07:00
B2G Bumper Bot
6921482f9c Bumping manifests a=b2g-bump 2015-07-30 17:57:15 -07:00
B2G Bumper Bot
aa6b67f69b Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b328a35941a9
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #31027 from eeejay/bug-1184180

Bug 1184180 - Implement screen shade feature for screen reader. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/2fab225981c0
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1184180 - Implement screen shade feature for screen reader.

========

https://hg.mozilla.org/integration/gaia-central/rev/77b2cda58c92
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #31188 from nullaus/bug1174901

bug 1174901 - Insert debug logging, temporarily. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/6d98629dd209
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1174901 - Insert debug logging, temporarily. r=me
2015-07-30 17:55:15 -07:00
B2G Bumper Bot
810d8aa7fb Bumping manifests a=b2g-bump 2015-07-30 17:27:35 -07:00
B2G Bumper Bot
1a7a93e944 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/47a932e05a57
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #31169 from KevinGrandon/bug_1188104_inline_checkbox_alignment

Bug 1188104 - [GaiaCheckbox] RTL inline checkbox alignment

========

https://hg.mozilla.org/integration/gaia-central/rev/af7f1815aff7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1188104 - [GaiaCheckbox] RTL inline checkbox alignment
2015-07-30 17:25:36 -07:00
Wes Kocher
eecf877a42 Backed out changeset b9cc2c3f8bda (bug 1187247) because the patch this depends on was backed out a=backout 2015-07-30 15:23:55 -07:00
B2G Bumper Bot
5b7e1a9050 Bumping manifests a=b2g-bump 2015-07-30 14:02:32 -07:00
B2G Bumper Bot
b22048c7bd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5b14736cbf3f
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #31184 from nullaus/bug1174901

bug 1174901 - Insert debug logging, temporarily. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/22016e5c6c17
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1174901 - Insert debug logging, temporarily. r=me
2015-07-30 14:00:34 -07:00
ffxbld
4c9dd9a050 No bug, Automated HPKP preload list update from host bld-linux64-spot-010 - a=hpkp-update 2015-07-30 13:51:28 -07:00
ffxbld
26584d9196 No bug, Automated HSTS preload list update from host bld-linux64-spot-010 - a=hsts-update 2015-07-30 13:51:26 -07:00
Allison Naaktgeboren
74291701cd Bug 1183234 - Telemetry probe for usage of about:logins UI interactions.r,p=vladan 2015-07-30 13:36:51 -07:00
Ryan VanderMeulen
175f356f03 Merge m-c to fx-team. a=merge 2015-07-30 16:12:48 -04:00
Ryan VanderMeulen
e04255c976 Merge m-c to b2g-inbound. a=merge 2015-07-30 16:10:03 -04:00
Ryan VanderMeulen
e8856f630c Merge inbound to m-c. a=merge 2015-07-30 16:08:21 -04:00