Rail Aliiev
4facd1d2e1
Bug 870173 - Upgrade to clang 3.3. r=ehsan
2013-07-12 13:45:15 -04:00
Alexander Surkov
9e12a2556a
Bug 879130 - getTextBeforeOffset line end boundary is on new rails, r=tbsaunde
2013-07-12 13:34:13 -04:00
Jason Orendorff
538d6c1103
Bug 889599, part 4 - Remove unnecessary JSScript parameter from Parser::standaloneFunctionBody(). r=Waldo.
2013-07-12 12:20:58 -05:00
Jason Orendorff
8d47db7148
Bug 889599, part 3 - Create function parse nodes in the Parser rather than in frontend::CompileFunctionBody. r=Waldo.
2013-07-12 12:20:58 -05:00
Jason Orendorff
11f4e06d98
Bug 889599, part 2 - Remove unnecessary FunctionBox out-parameter from Parser::standaloneFunctionBody. r=Waldo.
2013-07-12 12:20:58 -05:00
Jason Orendorff
e5697ebbe9
Bug 889599, part 1 - Fix ParseNode.h comment about PNK_FUNCTION nodes. r=Waldo.
2013-07-12 12:20:58 -05:00
Jason Orendorff
79309616f7
Bug 889584, part 4 - Remove an unnecessary setFunctionBody call. r=Waldo.
2013-07-12 12:20:58 -05:00
Jason Orendorff
b3562e89e1
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
cc1ea2ec49
Bug 889584, part 2 - Comment withStatement specialization for syntax-only mode. r=Waldo.
2013-07-12 12:20:57 -05:00
Jason Orendorff
6fe643a25c
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
e4f9c357bd
Bug 713055 - roll out mozharness desktop talos. NPOTB. DONTBUILD. r=aki
2013-07-12 13:19:52 -04:00
Wes Kocher
e590a074ef
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
22553eb3be
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
9217eebd08
Bug 893015 - Set browser.isActive properly for all local tabs. r=mbrubeck
2013-07-12 10:57:10 -05:00
Andrea Marchesini
d8b052b98c
Bug 890928 - Crash when creating object url in subworker. r=bent
2013-07-12 11:46:56 -04:00
Paul Adenot
16dc6f0a7b
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
e44e34c767
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
a7d1bfafcc
Bug 859585 - Fix telephony intermittent failures; r=jgriffin
2013-07-11 09:06:56 -04:00
Boris Zbarsky
cbdfd1f33c
Bug 892559. Don't use #pragma once in example codegen. r=smaug
2013-07-12 10:37:23 -04:00
Boris Zbarsky
f82dba7419
Bug 838146 part 9. Turn on WebIDL bindings for Navigator. r=smaug
2013-07-12 10:37:23 -04:00
Boris Zbarsky
940cb27673
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
e89fad7782
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
6a677e0b19
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
e35e420540
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
8bdadc377c
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
e6f372f8dd
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
d665c0e1a5
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
c3f15bb3e7
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
67e49576fa
Bug 891967 - Show caret in braille when editing. r=eeejay r=kats
2013-07-11 15:55:40 -04:00
Guillaume Abadie
cade49496d
Bug 892769 - Fix a bug about fake black textures in WebGLContext. r=jgilbert
2013-07-12 09:54:59 -04:00
Ryan VanderMeulen
2fc3f244cf
Merge m-c to inbound.
2013-07-12 09:29:59 -04:00
Ryan VanderMeulen
10629c1937
Merge birch to m-c.
2013-07-12 09:28:48 -04:00
Ed Morley
a945e4355b
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
7e437cd37f
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
c68b03ae76
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
a089db32c4
Bug 892285 - Only unlock gralloc surfaces if they were locked, r=bas
2013-07-12 01:52:37 -04:00
Gaia Pushbot
1c6a972598
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
27f59cb395
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
8935cd9b26
Bug 892582 - crash in nsContentSink::WillParseImpl , r=bz
...
--HG--
extra : rebase_source : 23cba75e0470c0170ea48e7deb44f24f191dee38
2013-07-11 22:39:06 -04:00
Ryan VanderMeulen
c4bd510d01
Merge birch to m-c.
2013-07-11 21:55:16 -04:00
Gaia Pushbot
81bd7e014c
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
37541b0406
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
b1940863c7
Bug 889356 - Add test for app redirects
manifest feature. r=fabrice
2013-07-11 14:43:53 -04:00
Alexandre Poirot
1e1a4993e4
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
55d5e3d9de
Bug 887543 - Windows debug bustage follow-up on a CLOSED TREE.
2013-07-11 10:53:57 -07:00
Ehsan Akhgari
60e599bc9c
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
db982e8503
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
9030d0758a
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
014df21257
Merge fx-team to m-c.
2013-07-11 10:58:32 -04:00
Gaia Pushbot
086f83af2e
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