Commit Graph

170029 Commits

Author SHA1 Message Date
Mats Palmgren
4b481e0cd9 Bug 966992 - overflow-clip-box:content-box tests. 2014-02-22 01:18:24 +00:00
Mats Palmgren
3b03dccc65 Bug 965237 - Make overflow-clip-box:content-box be the default for <input type=text/password/number> and <textarea>. r=roc 2014-02-22 01:18:24 +00:00
Mats Palmgren
38588981af Bug 966992 - Implement layout for the overflow-clip-box property. r=roc 2014-02-22 01:18:24 +00:00
Mats Palmgren
531a7f43aa Bug 966992 - Implement the overflow-clip-box property in the style system. r=cam 2014-02-22 01:18:23 +00:00
Mats Palmgren
b3dd01b923 Bug 966992 - Add a CSS_PROPERTY_ALWAYS_ENABLED_IN_UA_SHEETS bit for properties that are enabled by a pref but that are always enabled in UA sheets. r=cam 2014-02-22 01:18:23 +00:00
Bobby Holley
1ad0b5ebc4 Bug 975277 - Followup bustage fix for the very recent removal of shortId. r=me CLOSED TREE 2014-02-21 16:22:48 -08:00
Bobby Holley
8add84b025 Bug 975277 - Introduce a mechanism to identify instances of standard classes. r=luke 2014-02-21 16:03:11 -08:00
Bobby Holley
076b37d7fa Bug 975277 - Move the wrappedJSObject getter out of getPropertyDescriptor. r=gabor
The current setup is kinda wrong, and doesn't work with HasPrototype Xrays.
This change requires us to manually munge the holder, but that's probably ok
for now.
2014-02-21 16:03:08 -08:00
Bobby Holley
58c0c8876c Bug 975277 - Clean up the XPCWN XrayHolder a bit. r=gabor 2014-02-21 15:55:31 -08:00
Bobby Holley
8c30c17a2d Bug 975277 - Rewrite Proxy::set logic. r=efaust
The current logic ends up invoking BaseProxyHandler::set in various cases that
will cause it to invoke handler->getPropertyDescriptor, which is verboten for
mHasPrototype proxies.
2014-02-21 15:55:31 -08:00
Peter Van der Beken
f2f3714e0a Bug 975277 - Pass the real receiver when using HasPrototype. r=bholley 2014-02-21 15:55:31 -08:00
Peter Van der Beken
4958def6ef Bug 975277 - Add some machinery to allow Traits to specify whether they want to use hasPrototype or not. r=bholley,efaust 2014-02-21 15:55:30 -08:00
Brian Hackett
d3ebcda1f6 Bug 964057 - Share self hosted state between runtimes, r=till. 2014-02-21 16:54:25 -07:00
Henrik Skupin
881980526f Bug 975312 - Add missing version bump for mozrunner 5.35. r=ahal DONTBUILD 2014-02-22 00:39:13 +01:00
Kartikaya Gupta
af2350f8ba Bug 968991 - Only initialize the root metrics after getting both before-first-paint and the mInnerSize dimensions. r=botond 2014-02-21 18:12:43 -05:00
Mike Habicher
49b6c80c0e Bug 965533 - fix the zoom attribute, r=dhylands 2014-02-21 13:14:52 -05:00
B2G Bumper Bot
8ff631978a Bumping manifests a=b2g-bump 2014-02-21 09:36:26 -08:00
B2G Bumper Bot
70f8f7ceb2 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/65124b4dde97
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Revert "Bug 974906 - Xfail test_camera_capture_video.py because of Bug 974851."

This reverts commit 6773129d877db48f3183782a1aefea4091393f1a.
2014-02-21 09:35:21 -08:00
B2G Bumper Bot
37b6a3a49e Bumping manifests a=b2g-bump 2014-02-21 09:30:47 -08:00
B2G Bumper Bot
d6f05c2ef0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d1db45a074b9
Author: Mason Chang <mason@masonchang.com>
Desc: Merge pull request #16500 from changm/bug960325

Bug 960325 - Move Homescreen Background into Homescreen App. r=alive, crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/a463921aeee5
Author: Mason Chang <mchang@mozilla.com>
Desc: Bug 960325 - Move Homescreen Background into Homescreen App. r=alive,
crdlc
2014-02-21 09:25:26 -08:00
B2G Bumper Bot
e8f568607c Bumping manifests a=b2g-bump 2014-02-21 09:06:09 -08:00
B2G Bumper Bot
02081c80f5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c139b2c645b
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #16435 from evanxd/bug-973876

Bug 973876 - make test-integration shouldn't ask for admin password

========

https://hg.mozilla.org/integration/gaia-central/rev/4b4f3cdd35f5
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 973876 - Remove the admin permission request.
2014-02-21 09:00:22 -08:00
B2G Bumper Bot
04506fb789 Bumping manifests a=b2g-bump 2014-02-21 08:41:30 -08:00
Ryan VanderMeulen
f1beeb142e Backed out 7 changesets (bug 966591) for mochitest leaks on a CLOSED TREE.
Backed out changeset b44289e756fc (bug 966591)
Backed out changeset c428b424ef95 (bug 966591)
Backed out changeset 9ac56da10646 (bug 966591)
Backed out changeset 81ba9bddd84e (bug 966591)
Backed out changeset 0c66968c2edd (bug 966591)
Backed out changeset 261a1ca9045c (bug 966591)
Backed out changeset 895728963f16 (bug 966591)
2014-02-21 10:39:15 -05:00
Henrik Skupin
4dcea97c27 Bug 975312 - [mozrunner] Runner.check_for_crashes() should support save_path and quiet parameters. r=ahal 2014-02-21 16:00:13 +01:00
B2G Bumper Bot
79886ba6d4 Bumping manifests a=b2g-bump 2014-02-21 06:58:12 -08:00
Jonathan Watt
e1c4a9bb0f Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow,mstange 2014-02-21 14:50:36 +00:00
B2G Bumper Bot
71bfc49a21 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5b157e823d42
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #16514 from etiennesegonzac/missing-git-ignore

Bug 975395 - Add missing gitignores for the directories created by running a make test-integration. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/b0411430cccd
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 975395 - Add missing gitignores for the directories created by running a make test-integration.
2014-02-21 06:50:12 -08:00
Ehsan Akhgari
f017b10fc4 Bug 935778 - Part 0.5: Add two more MOZ_DECLARE_REFCOUNTED_TYPENAME to TestWeakPtr.cpp 2014-02-21 09:45:05 -05:00
Ehsan Akhgari
83afc1afae Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-02-21 09:11:33 -05:00
B2G Bumper Bot
438d24534d Bumping manifests a=b2g-bump 2014-02-21 06:01:09 -08:00
B2G Bumper Bot
f49d6d4e75 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea49a8420049
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #16476 from jmcanterafonseca/fb_link_photos

Bug 974646 - [B2G][Contacts] Linking a Facebook contact to existing cont...

========

https://hg.mozilla.org/integration/gaia-central/rev/f1b553e1bddf
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 974646 - [B2G][Contacts] Linking a Facebook contact to existing contact shows local image on contacts list, but Facebook picture in contact details
2014-02-21 06:00:11 -08:00
B2G Bumper Bot
80824232a9 Bumping manifests a=b2g-bump 2014-02-21 05:41:07 -08:00
Rik Cabanier
aad8894b35 Bug 966591 - Part 7: Bounds + error handling tests. r=surkov 2014-02-21 08:38:02 -05:00
Rik Cabanier
8bd8861871 Bug 966591 - Part 6: Some bug fixes to match spec. r=roc 2014-02-21 08:37:41 -05:00
Rik Cabanier
38ee6085de Bug 966591 - Part 5: Pass hit bounds to a11y code. r=surkov 2014-02-21 08:36:58 -05:00
Rik Cabanier
9b5c9cb347 Bug 966591 - Part 4: Complete implementation of removeHitRegion. r=roc 2014-02-21 08:36:19 -05:00
Rik Cabanier
3547e4dcc7 Bug 966591 - Part 3: Compute bounds of current path and set them as the accessible region. r=roc 2014-02-21 08:35:58 -05:00
Rik Cabanier
1adccfe5fb Bug 966591 - Part 2: Validate input to AddHitRegion. Provide partial implementation. r=roc 2014-02-21 08:35:36 -05:00
B2G Bumper Bot
5718052fb7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9f9909a9fac7
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #16473 from yurenju/twice

Bug 974376 - Marionnette JS tests are reported twice on Travis and locally. r=@evanxd

========

https://hg.mozilla.org/integration/gaia-central/rev/9728b78e745f
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 974376 - Marionnette JS tests are reported twice on Travis and locally.
2014-02-21 05:35:16 -08:00
Rik Cabanier
fcf0dfecdf Bug 966591 - Part 1: Put very basic hit region interface in + add runtime flag. r=roc 2014-02-21 08:35:14 -05:00
Manish Goregaokar
5720b4d2c3 Bug 974394 - Change duplicated accesskey 'a' to 'v' for autologin pref. r=adw 2014-02-21 08:34:24 -05:00
Anuj Agarwal
dd52df6872 Bug 963453 - Add more tests for menclose. r=fredw 2014-02-21 08:33:54 -05:00
Carsten "Tomcat" Book
771699f78b Backed out changeset 97c8c8491b17 (bug 926830) for mochitest memory leak on a CLOSED TREE 2014-02-21 14:32:57 +01:00
Carsten "Tomcat" Book
1c583950a5 Backed out changeset 18f6689b172d (bug 926830) for mochitest memory leak on a CLOSED TREE 2014-02-21 14:32:48 +01:00
Carsten "Tomcat" Book
e3bc4b356a Backed out changeset 44dbd2276837 (bug 926830) for mochitest memory leak on a CLOSED TREE 2014-02-21 14:32:39 +01:00
Carsten "Tomcat" Book
bad7faea30 Backed out changeset f2cade11e3c0 (bug 926830) for mochitest memory leak on a CLOSED TREE 2014-02-21 14:32:28 +01:00
Carsten "Tomcat" Book
5d14d17d76 Backed out changeset 9112c3abc3ea (bug 926830) for mochitest memory leak on a CLOSED TREE 2014-02-21 14:31:31 +01:00
Jerry Shih
334025cd2a Bug 970794 - Support hardware composer base on android JB 4.2.2. r=mwu 2014-02-21 08:30:20 -05:00
Kartikaya Gupta
2775c9db6a Back out cset 477e7d2eb1d7 (bug 965593) for causing bug 975221 which is more severe. r=backout 2014-02-21 08:23:12 -05:00