Mats Palmgren
|
1a854bc937
|
Bug 956447 - Make it possible to get frame dumps in non-DEBUG builds. r=roc
|
2014-01-05 23:31:14 +00:00 |
|
Blair McBride
|
58643e2ab2
|
Bug 935815 - [Australis] UITour: Allow adding a button with an action to the info panel. r=MattN
|
2014-01-06 12:27:25 +13:00 |
|
Cameron McCormack
|
714312744f
|
Bug 956513 - Have anchored chunk boundaries at both ends of a <textPath>.
|
2014-01-05 20:59:50 +11:00 |
|
Masatoshi Kimura
|
f1aecc5ff3
|
Bug 956494 - Ensure dictionary values are constructed before firing DeviceMotionEvent. r=smaug
|
2014-01-05 17:36:19 +09:00 |
|
Thomas Andersen
|
6ab2f17458
|
Bug 923856 - SyntaxError: JSON.parse: unexpected character in network inspector response, r=msucan,vporof
|
2014-01-04 23:39:58 +02:00 |
|
Mike Conley
|
761c45a21c
|
Bug 952592 - [Australis] Collect sizemode from first window in BrowserUITelemetry. r=Gijs.
|
2014-01-04 16:39:14 -05:00 |
|
Ehsan Akhgari
|
86b366517d
|
Merge m-c into fx-team
|
2014-01-04 12:20:27 -05:00 |
|
Ehsan Akhgari
|
7efbcd733a
|
Bug 927728 - Part 2: Stop using PRUnichar in our code generators; r=roc,bzbarsky
|
2014-01-04 10:02:43 -05:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Mark Finkle
|
f7676c2602
|
Bug 955870 - Backout unwanted part of patch r=me
|
2014-01-04 09:51:58 -05:00 |
|
ffxbld
|
22362e6e5e
|
No bug, Automated HSTS preload list update from host bld-linux64-ec2-441 - a=hsts-update
|
2014-01-04 03:20:04 -08:00 |
|
Richard Newman
|
f9c055f709
|
Bug 953993.
|
2014-01-03 14:48:28 -08:00 |
|
Jared Wein
|
c9b5bd3d2a
|
Bug 946320 - Followup, remove all logins after disabling sync. r=me
--HG--
extra : rebase_source : 1a0da944bb2cde11e899b78b2421ab87837553d2
|
2014-01-03 17:28:16 -05:00 |
|
Victor Porof
|
f417180c8e
|
Bug 951633 - Fix assertion typos in browser_dbg_stack-02.js, r=past
|
2014-01-04 00:04:24 +02:00 |
|
Victor Porof
|
43ef36d2f3
|
Bug 951633 - Change the wording in some WidgetMethods comments, r=past
|
2014-01-04 00:04:24 +02:00 |
|
Victor Porof
|
b8595b7dba
|
Bug 952767 - Yield waiting for the FETCHED_VARIABLES event and fix a few typos in browser_dbg_variables-view-override-01.js, r=past
|
2014-01-04 00:04:23 +02:00 |
|
Victor Porof
|
12baaeb40f
|
Bug 951633 - Fix tests after the WidgetMethods API changes, r=past
|
2014-01-03 23:42:28 +02:00 |
|
Victor Porof
|
ac8d0589be
|
Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past
|
2014-01-03 23:42:16 +02:00 |
|
Victor Porof
|
823bbe9ec0
|
Bug 952767 - Variables view scopes should always be lazily populated, r=past
|
2014-01-03 23:41:28 +02:00 |
|
Victor Porof
|
6ac911b175
|
Bug 952734 - Sources with LabeledStatements makes ParserHelpers.getNodeLocation puke, r=past
|
2014-01-03 23:41:28 +02:00 |
|
Ryan VanderMeulen
|
29500d1a05
|
Merge m-c to fx-team.
|
2014-01-03 15:00:17 -05:00 |
|
Jared Wein
|
6e0c24644b
|
Bug 933926 - [Australis] Hide customization palette during transition phase. r=Unfocused
|
2014-01-03 14:57:22 -05:00 |
|
Jared Wein
|
fdfb165666
|
Bug 946320 - [Australis] history widget missing a "Tabs From Other Devices" entry. r=Gijs
|
2014-01-03 14:57:19 -05:00 |
|
Sam Foster
|
bfd87ac71e
|
Bug 948139 - Use UITelemetry to capture clicks on the 'switch to desktop' appbar item. r=mbrubeck
|
2014-01-03 11:47:45 -08:00 |
|
Brian Grinstead
|
f265af2009
|
Bug 947309 - DevTools themes - use new icons for toolbar;r=paul
|
2014-01-03 13:32:26 -06:00 |
|
Ryan VanderMeulen
|
e6fb1464e3
|
Merge m-c to inbound.
|
2014-01-03 14:12:28 -05:00 |
|
Ryan VanderMeulen
|
908922051b
|
Merge fx-team to m-c.
|
2014-01-03 14:11:02 -05:00 |
|
Jan de Mooij
|
f9c8f7cdba
|
Bug 956293 - Don't pass RegExp proto to CloneRegExpObject. r=h4writer
|
2014-01-03 18:58:56 +01:00 |
|
Roberto A. Vitillo
|
0c3e911899
|
Bug 742500 - Disable expired telemetry probes. r=vladan
|
2014-01-03 12:02:48 -05:00 |
|
Gaia Pushbot
|
76dc452a38
|
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/23fea49fdb66
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15013 from comoyo/952724
Bug 952724 - Make InputContext#replaceSurroundingText match spec. r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/33f9227caa94
Author: Yuan Xulei <xyuan@mozilla.com>
Desc: Bug 952724 - Make InputContext#replaceSurroundingText match spec. r=djf
|
2014-01-03 08:45:22 -08:00 |
|
Ryan VanderMeulen
|
a3b02a3245
|
Backed out changeset 70fd824abff0 (bug 742500) for xpcshell orange.
|
2014-01-03 11:31:17 -05:00 |
|
Gaia Pushbot
|
2ca91b6168
|
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/a855a05df236
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #14633 from gitmai/bug-948798-CC-reset-wifi-not-refresh
Bug 948798 - [Cost Control] After reset Wifi usage, the usage does not b...
r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/671846122766
Author: mai <mri@tid.es>
Desc: Bug 948798 - [Cost Control] After reset Wifi usage, the usage does not be reset
|
2014-01-03 08:30:22 -08:00 |
|
Ryan VanderMeulen
|
99be7ece6d
|
Backed out changeset 30521d0cc862 (bug 951999) for Gi failures.
|
2014-01-03 11:11:44 -05:00 |
|
Brian Hackett
|
f1376b83eb
|
Bug 952818 - Derive the run-once property on the main thread to avoid an off-thread nursery access; r=jdemooij,terrence
--HG--
extra : rebase_source : 742d9d56a97ce64a98860590932057c4c86ffa9a
|
2014-01-03 07:46:00 -08:00 |
|
Benoit Jacob
|
262c6719b9
|
Bug 956401 - 9/9 - Optimization: cache the scissor rect in GLContext - r=vladv
|
2014-01-07 15:02:19 -05:00 |
|
Benoit Jacob
|
011fc0dca7
|
Bug 956401 - 8/9 - Remove GLContext's scissor stack - r=jgilbert
|
2014-01-07 15:02:19 -05:00 |
|
Benoit Jacob
|
2e02a1fbed
|
Bug 956401 - 7/9 - CompositorOGL::{Begin,End}Frame do not need to touch the scissor rect - r=nrc
|
2014-01-07 15:02:19 -05:00 |
|
Benoit Jacob
|
85ac0b59a7
|
Bug 956401 - 6/9 - Remove Compositor::SaveState and Compositor::RestoreState - r=nrc
|
2014-01-07 15:02:19 -05:00 |
|
Benoit Jacob
|
c3bd0d0486
|
Bug 956401 - 5/9 - Let DrawWindow{Under,Over}lay take care of saving and restoring GL state - r=nrc
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
31532918d7
|
Bug 956401 - 4/9 - Add ScopedGLState ctor without value parameter, leaving state unchanged - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
32804b1954
|
Bug 956401 - 3/9 - Let DrawQuadInternal use ScopedScissorRect - r=nrc
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
4225ba5b82
|
Bug 956401 - 2/9 - Add ScopedScissorRect helper - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
03d16ba92e
|
Bug 956401 - 1/9 - SetRenderTarget doesn't need to touch the scissor rect - r=nrc
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
7165a98955
|
Bug 956154 - 2/2 - Optimization: cache the viewport rect - r=vladv
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
331773ccee
|
Bug 956154 - 1/2 - Remove GLContext's viewport stack - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
5beca4573d
|
Bug 956141 - Move y-flipping feature out of GLContext, into CompositorOGL - r=jgilbert,nrc
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
e5f9daacd0
|
Bug 950903 - 8/8 - Make CanvasLayerD3D10 not try to use ANGLE shared handles with WGL - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
7438273a3f
|
Bug 950903 - 7/8 - Simplifications around EGLSurface override - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
c1f0c05cb0
|
Bug 950903 - 6/8 - Remove GLContext::GetNativeData - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
19409e921d
|
Bug 950903 - 5/8 - Add static Cast methods to allow getting the backend-specific object from a GLContext - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
|