Commit Graph

138058 Commits

Author SHA1 Message Date
Jason Orendorff
62bc8adc2d Bug 889599, part 2 - Remove unnecessary FunctionBox out-parameter from Parser::standaloneFunctionBody. r=Waldo. 2013-07-12 12:20:58 -05:00
Jason Orendorff
b3455fb467 Bug 889599, part 1 - Fix ParseNode.h comment about PNK_FUNCTION nodes. r=Waldo. 2013-07-12 12:20:58 -05:00
Jason Orendorff
257bb24f7c Bug 889584, part 4 - Remove an unnecessary setFunctionBody call. r=Waldo. 2013-07-12 12:20:58 -05:00
Jason Orendorff
0edeb92d28 Bug 889584, part 3 - Un-specialize Parser::expr(). The code was effectively the same in both specializations. r=Waldo. 2013-07-12 12:20:57 -05:00
Jason Orendorff
ca89aaf73c Bug 889584, part 2 - Comment withStatement specialization for syntax-only mode. r=Waldo. 2013-07-12 12:20:57 -05:00
Jason Orendorff
0b9d395c57 Bug 889584, part 1 - Make the switch statement in Parser::statement handle all the cases, and make each case return. r=Waldo. 2013-07-12 12:20:57 -05:00
Armen Zambrano Gasparnian
73b0801ef2 Bug 713055 - roll out mozharness desktop talos. NPOTB. DONTBUILD. r=aki 2013-07-12 13:19:52 -04:00
Wes Kocher
2a38b9f2e2 Reland Add-on SDK's portion of bug 890405 to Firefox - Remove nsIIDBVersionChangeEvent r=janv,mossop 2013-07-12 09:53:30 -07:00
Nicholas D. Matsakis
7121e3ef8b Bug 880377 - Make UCE abort if some blocks are only reachable from OSR entry point r=bhackett 2013-07-11 12:55:47 -04:00
Jim Mathies
4b2381d5aa Bug 893015 - Set browser.isActive properly for all local tabs. r=mbrubeck 2013-07-12 10:57:10 -05:00
Andrea Marchesini
97c02cb52b Bug 890928 - Crash when creating object url in subworker. r=bent 2013-07-12 11:46:56 -04:00
Paul Adenot
98dbec53b6 Bug 886653 - Don't call speex_resampler_skip_zeros when changing the rate in AudioBufferSourceNode. r=ehsan 2013-07-12 17:21:51 +02:00
Jeff Muizelaar
a814b7f1d1 Bug 892964. Rewrite DrawTargetCG::MaskSurface to avoid using FillRect(). r=mattwoodrow
With FillRect we were setting the transform twice.

The patch looks really bad because I needed to move the implementation of
MaskSurface so that it was below the helper methods.

The actual change is:

-  FillRect(Rect(aOffset.x, aOffset.y, size.width, size.height), aSource, aDrawOptions);
-
+  if (isGradient(aSource)) {
+    // we shouldn't need to clip to an additional rectangle
+    // as the cliping to the mask should be sufficient.
+    DrawGradient(cg, aSource);
+  } else {
+    SetFillFromPattern(cg, mColorSpace, aSource);
+    CGContextFillRect(cg, CGRectMake(aOffset.x, aOffset.y, size.width, size.height));
+  }

This also avoids setting up other state like alpha and the unboundness fixer twice.

--HG--
extra : rebase_source : 762f2d94ddaff129d584aab1e1f429ddfea99277
2013-07-08 17:35:56 -04:00
Rob Wood
a218c2bf40 Bug 859585 - Fix telephony intermittent failures; r=jgriffin 2013-07-11 09:06:56 -04:00
Boris Zbarsky
fafd4e4a0b Bug 892559. Don't use #pragma once in example codegen. r=smaug 2013-07-12 10:37:23 -04:00
Boris Zbarsky
25bd1a6122 Bug 838146 part 9. Turn on WebIDL bindings for Navigator. r=smaug 2013-07-12 10:37:23 -04:00
Boris Zbarsky
d58a939998 Bug 838146 part 8. Switch the Navigator resolve hook over to a more WebIDL-like API. r=smaug 2013-07-12 10:37:23 -04:00
Boris Zbarsky
791913e1d3 Bug 838146 part 7. Implement the MOZ_MEDIA_NAVIGATOR WebIDL APIs on Navigator. r=smaug, sr=sicking 2013-07-12 10:37:21 -04:00
Boris Zbarsky
83f2124baf Bug 838146 part 6. Implement gamepad, bluetooth, time, audiochannel WebIDL APIs on Navigator. r=smaug, sr=sicking 2013-07-12 10:36:32 -04:00
Boris Zbarsky
8145ea330b Bug 838146 part 5. Implement remaining MOZ_B2G_RIL-conditional WebIDL APIs on Navigator. r=smaug, sr=sicking 2013-07-12 10:36:22 -04:00
Boris Zbarsky
7ae7e2a79c Bug 838146 part 4. Implement WebIDL API on Navigator for WebTelephony. r=bent, sr=sicking 2013-07-12 10:36:13 -04:00
Boris Zbarsky
2d360310fc Bug 838146 part 3. Set up preprocessing of Navigator.webidl, since we want to make some stuff on Navigator build-time-conditional. r=khuey 2013-07-12 10:35:53 -04:00
Boris Zbarsky
1eb23601d7 Bug 838146 part 2. Implement WebIDL API on Navigator for all our nonstandard extensions that are not behind build-time flags. r=smaug, sr=peterv 2013-07-12 10:35:44 -04:00
Boris Zbarsky
802393c5ce Bug 838146 part 1. Implement WebIDL API on Navigator for the parts that are specified or are in nsIDOMNavigator. r=smaug, sr=sicking 2013-07-12 10:35:35 -04:00
Max Li
5c31cb6849 Bug 891967 - Show caret in braille when editing. r=eeejay r=kats 2013-07-11 15:55:40 -04:00
Guillaume Abadie
3181ff1886 Bug 892769 - Fix a bug about fake black textures in WebGLContext. r=jgilbert 2013-07-12 09:54:59 -04:00
Ryan VanderMeulen
b9a911ec3f Merge m-c to inbound. 2013-07-12 09:29:59 -04:00
Ryan VanderMeulen
af087c0e94 Merge birch to m-c. 2013-07-12 09:28:48 -04:00
Ed Morley
8bffa99b86 Backed out changeset 512a1fd86008 (bug 892285) for failures in invalidation/test-animated-image-layers.html 2013-07-12 10:10:48 +01:00
Fernando Jiménez
14bab581b4 Bug 883048 - [MMI] Send a ussd code while in airplane mode is allowed and doesn´t show any notification. r=vicamo 2013-07-12 10:42:17 +02:00
Gaia Pushbot
7d7dc878f3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8f402e9a5c9a
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10934 from rexboy7/fix-bug892373-master

Bug 892373 - @1.5x asset revise for Dialer app

========

https://hg.mozilla.org/integration/gaia-central/rev/80be3e3a4c6f
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 892373 - @1.5x asset revise for Dialer app
2013-07-11 23:30:22 -07:00
Michael Wu
68b9315a43 Bug 892285 - Only unlock gralloc surfaces if they were locked, r=bas 2013-07-12 01:52:37 -04:00
Gaia Pushbot
cf541cf42a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cbffb3b5e67c
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10933 from mozshiao9/master_settings_889717

Bug 889717 - [Settings] Do not work when you are scrolling and select a menu, r=pivanov

========

https://hg.mozilla.org/integration/gaia-central/rev/e25731e3555a
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 889717 - [Settings] Do not work when you are scrolling and select a menu
2013-07-11 20:50:23 -07:00
Gaia Pushbot
5930251a34 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6aa0e53d6672
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10910 from rexboy7/fixhd-881146-ftu-master

Bug 881146 - hdpi/xhdpi resolution assets and layout for FTU. r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/4f8fc20dae05
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 881146 - hdpi/xhdpi resolution assets and layout for First run experience app
2013-07-11 20:40:22 -07:00
Olli Pettay
4b62be324b Bug 892582 - crash in nsContentSink::WillParseImpl , r=bz
--HG--
extra : rebase_source : 23cba75e0470c0170ea48e7deb44f24f191dee38
2013-07-11 22:39:06 -04:00
Ryan VanderMeulen
4edbcf9417 Merge birch to m-c. 2013-07-11 21:55:16 -04:00
Gaia Pushbot
f079354f91 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3cf4f76cd177
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10931 from wanderview/tag-vm-semicolon

Branch 892659: Remove misplaced ; in tag_visibility_monitor. r=eshapiro

========

https://hg.mozilla.org/integration/gaia-central/rev/cb31db9bc185
Author: Ben Kelly <ben@wanderview.com>
Desc: Branch 892659: Remove misplaced ; in tag_visibility_monitor
2013-07-11 15:30:23 -07:00
Boris Zbarsky
238365cb48 Bug 890193 followup. Annotate the assertions it causes so we can reopen the CLOSED TREE. 2013-07-11 15:20:56 -04:00
Alexandre Poirot
6277b1fd7a Bug 889356 - Add test for app redirects manifest feature. r=fabrice 2013-07-11 14:43:53 -04:00
Alexandre Poirot
7e0ad111aa Bug 889356 - The redirects functionality appears to fail via pushing the app to the device. r=fabrice 2013-07-11 14:43:38 -04:00
Mihnea Dobrescu-Balaur
7ca0d4f179 Bug 887543 - Windows debug bustage follow-up on a CLOSED TREE. 2013-07-11 10:53:57 -07:00
Ehsan Akhgari
f6d334b2c9 Backed out changeset 121171dddc5b (bug 890405) for Jetpack test failures
Landed on a CLOSED TREE
2013-07-11 13:33:19 -04:00
Gaia Pushbot
db0b92e343 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/dc051b13b2a8
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10903 from wanderview/contacts-full-defer-order-search

Bug 892155: Fully defer order/search string calc.  r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/67c38a9335da
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 892155: Fully defer order/search string calc
2013-07-11 10:25:25 -07:00
Gaia Pushbot
d882e1eaf8 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f8a85aceda9c
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #10928 from ferjm/mmiresultdefaultcase

Follow up for MMI localization work

========

https://hg.mozilla.org/integration/gaia-central/rev/22a3cf15439a
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 890463 - Follow up of Use MMIResult for get IMEI - default case. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/d6ce537dafe6
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 890291 - [MMI] Follow-up of Localization of Call Barring functionality. r=etienne
2013-07-11 08:35:24 -07:00
Ryan VanderMeulen
28145c3883 Merge fx-team to m-c. 2013-07-11 10:58:32 -04:00
Gaia Pushbot
c3f165099f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/84f23fc83920
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10902 from wanderview/contacts-favorites

Bug 891984: Properly render contacts in favorites.  r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/a4b8b0b98d83
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 891984: Properly render contacts in favorites.

Previously if a contact was a favorite, then we would only render it once
in either its main letter group or the favorites group.  This patch correctly
tracks the group so that we reference the contact properly in order to
render it for both groups.
2013-07-11 05:15:24 -07:00
Gaia Pushbot
7e9fb96c92 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4301a609060f
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10923 from comoyo/revert_swipe_to_hide

Revert "Merge pull request #10669 from RudyLu/keyboard/swipe_hide_keyboard_2"

========

https://hg.mozilla.org/integration/gaia-central/rev/55d822fcf7dc
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Revert "Merge pull request #10669 from RudyLu/keyboard/swipe_hide_keyboard_2"

This reverts commit 103f3635c241e208f84b6e8d80afb23731043c09, reversing
changes made to 4be813b65ea30e3914ce732d1401385d8fb78b68.
2013-07-11 04:15:25 -07:00
Tim Taubert
a90c2e6537 Bug 879375 - Add SessionStore.getWindowDimensions() and tabPreviews.capture() to the reflow exclusion list; r=dao 2013-07-11 12:40:23 +02:00
Gaia Pushbot
285ff96895 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6a4adb2d6e67
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10901 from comoyo/vcf4

Bug 888153 - [contacts] Import from vCard 4.0 has email missing in Contacts app

========

https://hg.mozilla.org/integration/gaia-central/rev/78a03eca481b
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 888153 - [contacts] Import from vCard 4.0 has email missing in Contacts app
2013-07-11 03:20:24 -07:00
Ed Morley
f505595e27 Merge mozilla-central and fx-team 2013-07-11 10:59:07 +01:00