Commit Graph

267381 Commits

Author SHA1 Message Date
Andrew Comminos
7346004667 Bug 1187385 - Use GTK style padding for entry widgets. r=karlt 2015-10-13 00:08:21 -07:00
Ting-Yu Chou
f47e043eee Bug 1213719 - Back out bug 1170314 for duplicate functionality. r=smaug 2015-10-12 10:50:54 +08:00
Valentin Gosu
f46ea2b1a6 Bug 1211871 - Backout bug 1142083. r=mcmanus 2015-10-12 23:49:23 +02:00
Vivien Nicolas
3a3fa87417 Bug 1211858 - Add a hint for the Restyle label when the id is unavailable. r=roc,benwa 2015-10-07 02:14:00 +02:00
Martin Stransky
b05796f04f Bug 1210249 - don't mess with toplevel widget when client side decorations are enabled. r=karlt 2015-10-12 09:56:00 +02:00
Stephanie Ouillon
b3ec083c01 Bug 1201626 - Remove reference to kind attribute to calls to isExplicitInPermissionsTable(). r=fabrice 2015-10-12 14:20:00 +02:00
sajitk
22c3052cdc Bug 996105 - Added tests for registry access. Fixed wrong condition in ReadStringValue code. r=bsmedberg 2015-09-27 17:16:00 +02:00
Shu-yu Guo
02ddbb9965 Bug 1213552 - Fix typo in using TI to guard against introducing shadowing global lexical bindings. (r=efaust) 2015-10-12 23:09:42 -07:00
Shu-yu Guo
38300c53dc Bug 1213574 - Fix up static scopes inside scripts wrt the static global lexical scope when merging parse task compartments. (r=jandem) 2015-10-12 23:09:42 -07:00
Jeff Walden
b26c1f0454 Bug 1214051 - Reject NaN as a sampling probability, and test the floating point value range harder. r=jimb 2015-10-12 22:10:10 -07:00
Bill McCloskey
1045f1c52e Bug 1212718 - [webext] Test for webRequest resource types (r=Mossop) 2015-10-12 20:04:21 -07:00
Bill McCloskey
d26b10378f Bug 1212718 - [webext] Add resource types for webRequest (r=Mossop) 2015-10-12 20:04:00 -07:00
Bill McCloskey
f651cbb928 Bug 1212718 - [webext] Add onCompleted test (r=Mossop) 2015-10-12 20:03:48 -07:00
Bill McCloskey
e62d99259a Bug 1212718 - [webext] Add test for onSendHeaders problem (r=Mossop) 2015-10-12 20:03:35 -07:00
Bill McCloskey
8cf5f27fe8 Bug 1212718 - [webext] Ensure webrequest onComplete fires (r=Mossop) 2015-10-12 20:01:28 -07:00
Heiher
279951cbbc Bug 1205167 - IonMonkey: MIPS64: Fix typo in Assembler-mips64. r=nbp
---
 js/src/jit/mips64/Assembler-mips64.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
2015-10-13 18:12:24 +08:00
Seth Fowler
4f8155e7f5 Bug 594505 - Remove obsolete comment since this bug has now been fixed. r=me DONTBUILD 2015-10-12 18:45:19 -07:00
Heiher
af148bef3e Bug 1213165 - IonMonkey: MIPS32: Fix ion/bug901086.js failed. r=nbp f=rankov
---
 js/src/jit/mips32/Trampoline-mips32.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
2015-10-13 17:15:57 +08:00
Heiher
88dd3ce144 Bug 1213742 - IonMonkey: MIPS64: Import BaselineIC-mips64. r=nbp f=rankov
---
 js/src/jit/mips64/BaselineIC-mips64.cpp | 47 +++++++++++++++++++++++++++++++++
 js/src/moz.build                        |  1 +
 2 files changed, 48 insertions(+)
 create mode 100644 js/src/jit/mips64/BaselineIC-mips64.cpp
2015-10-13 17:15:55 +08:00
Heiher
428666ce74 Bug 1213741 - IonMonkey: MIPS64: Import BaselineCompiler-mips64. r=nbp f=rankov
---
 js/src/jit/mips64/BaselineCompiler-mips64.cpp | 16 ++++++++++++++++
 js/src/jit/mips64/BaselineCompiler-mips64.h   | 26 ++++++++++++++++++++++++++
 js/src/moz.build                              |  1 +
 3 files changed, 43 insertions(+)
 create mode 100644 js/src/jit/mips64/BaselineCompiler-mips64.cpp
 create mode 100644 js/src/jit/mips64/BaselineCompiler-mips64.h
2015-10-13 17:15:53 +08:00
Heiher
01534d16b4 Bug 1213740 - IonMonkey: MIPS64: Import Bailouts-mips64. r=nbp f=rankov
---
 js/src/jit/mips64/Bailouts-mips64.cpp | 28 ++++++++++++++++++++++++++++
 js/src/moz.build                      |  1 +
 2 files changed, 29 insertions(+)
 create mode 100644 js/src/jit/mips64/Bailouts-mips64.cpp
2015-10-13 17:15:51 +08:00
Heiher
1a2e10293c Bug 1205167 - IonMonkey: MIPS64: Import Assembler-mips64. r=nbp f=rankov
---
 js/src/jit/mips64/Assembler-mips64.cpp | 493 +++++++++++++++++++++++++++++++++
 js/src/jit/mips64/Assembler-mips64.h   | 186 +++++++++++++
 js/src/moz.build                       |   1 +
 3 files changed, 680 insertions(+)
 create mode 100644 js/src/jit/mips64/Assembler-mips64.cpp
 create mode 100644 js/src/jit/mips64/Assembler-mips64.h
2015-10-13 17:15:48 +08:00
Heiher
5931bced98 Bug 1205167 - IonMonkey: MIPS: Import MIPS64 support into Assembler-mips-shared. r=froydnj f=rankov
---
 js/src/jit/mips-shared/Assembler-mips-shared.cpp | 280 +++++++++++++++++++++++
 js/src/jit/mips-shared/Assembler-mips-shared.h   | 105 ++++++++-
 2 files changed, 379 insertions(+), 6 deletions(-)
2015-10-13 17:15:46 +08:00
Nathan Froyd
4e7e5703c8 Bug 1207161 - fix run-by-dir leak in test_bug846906.xul; r=mccr8 2015-10-12 21:41:35 -04:00
Nick Fitzgerald
04f5074ec1 Bug 1201620 - Follow up: add a missing null check in js::SavedFrame::isSavedFrameOrWrapperAndNotProto; r=terrence 2015-10-12 16:48:07 -07:00
Bill McCloskey
4294ba062f Bug 1202897 - Switch all WebExtension tests to use generated zip files rather than files (r=gabor) 2015-10-12 16:19:50 -07:00
Cameron McCormack
edc7f54a8e Bug 1194856 - Add crash report annotations just before crashing in ErrorLoadingBuiltinSheet. r=bsmedberg 2015-10-13 09:03:56 +11:00
Nick Fitzgerald
2f88c58107 Bug 1201621 - Add support for allocation stack breakdowns to the heap analysis worker; r=jsantell 2015-10-12 13:29:49 -07:00
Nick Fitzgerald
130bed417f Bug 1201620 - Make SavedFrame stacks structured cloneable; r=sfink 2015-10-12 13:29:48 -07:00
Timothy Nikkel
365d409500 Bug 1210578. Part 3. Create DecideScrollableLayer that encapsulates all logic to create display ports and build scrollable layers. r=mstange
For root scroll frames we need information about the async scrolling (or lack thereof) of the scroll frame before we get to ScrollFrameHelper::BuildDisplayList for the scroll frame. We need it in nsLayoutUtils::PaintFrame and nsSubdocumentFrame::BuildDisplayList. So we factor out all the code responsible for async scrolling decisions into one function we can call from all three places.
2015-10-12 15:21:49 -05:00
Timothy Nikkel
efe42313c1 Bug 1210578. Part 2. Rename shouldBuildLayer to couldBuildLayer to better reflect it's actual meaning. r=mstange
Also remove one use of the variable that is unnecessary.
2015-10-12 15:21:49 -05:00
Timothy Nikkel
9e35366d6f Bug 1210578. Part 1. Rename mShouldBuildScrollableLayer to mWillBuildScrollableLayer to better capture the meaning of the variable. r=mstange 2015-10-12 15:21:49 -05:00
Timothy Nikkel
08dbcbd369 Backout part 1 of bug 1195431 (cf841511b71a). 2015-10-12 15:21:48 -05:00
Timothy Nikkel
69201c8ef6 Backout part 2 of bug 1195431 (2e5d1c6a4a0c). 2015-10-12 15:21:48 -05:00
Timothy Nikkel
a18afac8d0 Backout part 3 of bug 1195431 (8270ee9be504). 2015-10-12 15:21:48 -05:00
Jan de Mooij
b2246ce807 Bug 1209118 part 10 - Fix a performance issue when disabling GetPropertyIC. r=efaust 2015-10-12 22:04:19 +02:00
Wes Kocher
eeaccf15a8 Backed out changeset 2d50cf0f2117 (bug 1213800) for Win8 Marionette failures 2015-10-12 12:09:49 -07:00
Timothy Nikkel
9941847595 Bug 1213953. Remove pref "layout.imagevisibility.enabled_for_browser_elements_only", it is unused and obsolete. r=seth 2015-10-12 13:50:16 -05:00
Timothy Nikkel
80d2d3084e Bug 1210577. Remove useless virtual keyword from ScrollFrameHelper::ComputeScrollClip. r=mstange 2015-10-12 13:50:14 -05:00
Wes Kocher
ec1bca82ae Merge m-c to inbound, a=merge 2015-10-12 11:32:23 -07:00
Nathan Froyd
ff95e72005 Bug 1207245 - part 2 followup - add more mozilla/RefCounted.h includes where appropriate; r=me 2015-10-12 22:24:05 -04:00
Wes Kocher
39f42a642e Merge b2ginbound to m-c a=merge 2015-10-12 11:28:31 -07:00
Wes Kocher
0c70bd3543 Merge fx-team to m-c a=merge 2015-10-12 11:27:25 -07:00
Nicolas B. Pierron
e7688df635 Bug 1204700 - ARM: Use a different scratch register for store32. r=sstangl 2015-10-12 20:21:07 +02:00
Bobby Holley
fbce2467c9 Bug 1072150 - Crash in SubjectPrincipal if there's no active AutoJSAPI. r=bz 2015-10-12 11:03:58 -07:00
Dão Gottwald
8416ce1df1 Bug 1213595 - Tweak .toolbarbutton-1 colors. r=gijs 2015-10-12 16:11:21 +02:00
B2G Bumper Bot
aeef68f3ba Bumping manifests a=b2g-bump 2015-10-12 06:03:10 -07:00
B2G Bumper Bot
e19cca134d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dee474349234
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #32384 from KevinGrandon/bug_1213615_contacts_action_menu_cancel_bg

Bug 1213615 - Contacts action menu cancel button is missing the background

========

https://hg.mozilla.org/integration/gaia-central/rev/2181340391b5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1213615 - Contacts action menu cancel button is missing the background

========

https://hg.mozilla.org/integration/gaia-central/rev/7876d3b0c140
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #32340 from arcturus/bug-1209889

Bug 1209889 - [Contacts]The location of address will change when user…

========

https://hg.mozilla.org/integration/gaia-central/rev/1266b29d59b3
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1209889 - [Contacts]The location of address will change when user enters the details page at the second time. r=ferjm
2015-10-12 06:00:27 -07:00
Carsten "Tomcat" Book
71d6dd9878 Merge m-c to b2g-inbound 2015-10-12 12:09:03 +02:00
Carsten "Tomcat" Book
5d6145c365 merge mozilla-inbound to mozilla-central a=merge 2015-10-12 11:57:06 +02:00