Lucas Rocha
8d74176613
Bug 858687 - Rename browser_toolbar_menu.xml to browser_toolbar.xml (r=mfinkle)
...
--HG--
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar.xml
rename : mobile/android/base/resources/layout/browser_toolbar_menu.xml => mobile/android/base/resources/layout/browser_toolbar.xml
2013-04-24 21:19:26 +01:00
Lucas Rocha
7afe6b5d16
Bug 858687/862755/860308 - Major simplification of browser toolbar layout (r=mfinkle)
...
* * *
Bug fi
2013-03-14 15:35:38 -07:00
Lucas Rocha
5a8f348b66
Fix broken build caused by 0a7e98a3c3eb (bug 858969) (r=mbrubeck)
2013-04-26 01:00:07 +01:00
Tim Lunn
f57f4ce5a6
Bug 842889 - Include MOZILLA_VERSION in JS_GetImplementationVersion(). r=waldo
2013-04-25 16:40:33 -07:00
Landry Breuil
f4c599c3b3
Bug 618485 - Add jsuword view to jsval_layout on 64-bit big-endian. r=luke
2013-04-25 16:18:03 -07:00
Ian Stakenvicius
0ae0110c30
Bug 809430 - Add symbol versions. r=glandium
2013-04-25 15:35:40 -07:00
Tim Lunn
749e7fd747
Bug 812265, Part 4/4 - Fix MOZ_JS_LIBS. r=glandium
2013-04-23 17:21:50 -07:00
Tim Lunn
4237ce3aec
Bug 812265, Part 3/4 - Use version number in filename of shell and js-config. r=glandium
2013-04-23 17:05:28 -07:00
Tim Lunn
f2d431af65
Bug 812265, Part 2/4 - Setup versioning and pkg-config support. r=glandium
2013-04-23 16:55:13 -07:00
Ian Stakenvicius
3a950654e1
Bug 812265, Part 1/4 - Remove JS_VERSION. r=dmandelin
2013-04-23 15:45:04 -07:00
Geoff Brown
1b06311a15
Bug 864803 - sutAgent: do not destroy process if it has ended already; r=jmaher DONTBUILD
2013-04-25 17:10:42 -06:00
Cameron McCormack
e9cf626ba5
Bug 864000 - Document nsSVGTextFrame2::mPositioningDirty better. (DONTBUILD) rs=jwatt
2013-04-26 09:05:34 +10:00
Chris Lord
cb9c55afb6
Bug 858969 - Refactor dynamic toolbar so page is offset and not overlapped. r=kats,nrc
...
Refactor the dynamic toolbar code so that the ownership of various properties
is clearer, and the page is offset by the toolbar instead of being overlapped.
This fixes problems with the scroll origin of the page not corresponding to
the visible origin on the screen.
2013-04-25 18:47:08 +01:00
Boris Zbarsky
02a352a2dc
Bug 766583 part 7. Stop declaring variadic arguments as const on the stack in bindings code. r=smaug
2013-04-25 19:03:07 -04:00
Boris Zbarsky
3cb984ef8b
Bug 766583 part 6. Stop declaring unions as const on the stack in bindings code. r=smaug
2013-04-25 19:03:07 -04:00
Boris Zbarsky
0ec7bc5226
Bug 766583 part 5. Stop declaring optional arguments as const on the stack in bindings code. r=smaug
2013-04-25 19:03:06 -04:00
Boris Zbarsky
e012e5ef28
Bug 766583 part 4. Stop declaring strings as const on the stack in bindings code. r=smaug
2013-04-25 19:03:06 -04:00
Boris Zbarsky
38276f8d99
Bug 766583 part 3. Stop declaring nullable things as const on the stack in bindings code. r=smaug
2013-04-25 19:03:06 -04:00
Boris Zbarsky
158db47252
Bug 766583 part 2. Stop declaring sequences as const on the stack in bindings code. r=smaug
2013-04-25 19:03:06 -04:00
Boris Zbarsky
eb318bbb88
Bug 766583 part 1. Stop declaring dictionaries as const on the stack in bindings code. r=smaug
2013-04-25 19:03:06 -04:00
Boris Zbarsky
1ffcf1ad91
Bug 861493. When passing arguments to an Xray for a WebIDL constructor, make sure to do the argument unwrapping before entering the content compartment. r=bholley,waldo
...
There are several changes here:
1) Adds some MutableThis methods to Optional, Nullable, and dictionaries to
effectively allow doing a const_cast without knowing the actual type being
templated over. I needed this because I do not in fact know that type in
the relevant code. I'm open to suggestions for a better name for this
method.
2) Adds some operator& to RootedJSValue to make it look more like a JS::Value,
and in particular so I can JS_WrapValue the thing in it.
3) Adds a Slot() method to NonNullLazyRootedObject, just like NonNull has.
4) Adds an operator& to LazyRootedObject to make it look more like JSObject* so
I can JS_WrapObject the thing in it.
5) Implements the actual rewrapping of the arguments into the content compartment.
6) Fixes a small preexisting bug in which we didn't look at named constructors
in getTypesFromDescriptor (this was causing my tests to not compile).
7) Changes Xrays to not enter the content compartment when calling a WebIDL
constructor.
8) Adds some friend API to report things as not being functions.
2013-04-25 19:03:05 -04:00
Seth Fowler
38bbbc4266
Bug 859377 (Part 3) - Make ClippedImage cache temporary surfaces. r=joe
...
--HG--
extra : rebase_source : 060615904e1b416f84b4d6ecf6329841896f13da
2013-04-25 15:58:32 -07:00
Seth Fowler
fa19988b4c
Bug 859377 (Part 2) - Make SVGImageContext more flexible. r=dholbert
...
--HG--
extra : rebase_source : 79a4380691426c128f334ba066167a5c5b8ee801
2013-04-25 15:58:27 -07:00
Seth Fowler
604be56846
Bug 859377 (Part 1) - Add imgIContainer::GetFrameIndex. r=joe sr=bz
...
--HG--
extra : rebase_source : e81992f8bead31b273f4afb4fb589849ec1c5218
2013-04-25 15:58:20 -07:00
Luke Wagner
971d6ebe6e
Bug 851627 - Make LifoAlloc::release run in O(1) (r=sstangl)
2013-04-25 12:28:29 -07:00
Tanvi Vyas
a5cff84c9d
Bug 855730 - Remove failing test so that we can re-enable the rest of the tests here. r=smaug
2013-04-25 15:40:42 -07:00
Margaret Leibovic
58a9e6fcbb
Bug 786999 - Remove ellipsis from "Site Settings..." menu item string. r=wesj
2013-04-25 15:27:28 -07:00
Margaret Leibovic
71f140c8f0
Bug 777975 - Text handles for text-selection in the AwesomeBar should be orange. r=mfinkle
2013-04-25 15:27:22 -07:00
Wes Johnston
278783ebd2
Bug 813288 - Use same doorhanger transitions as desktop. r=lucasr
2013-04-25 15:19:31 -07:00
Ehsan Akhgari
a254b1fcac
Bug 865550 - Unlink AudioBufferSourceNode members before AudioNode; r=mccr8
2013-04-25 16:52:52 -04:00
Ehsan Akhgari
eabaf3e71e
Bug 859600 - Make AudioContext an EventTarget; r=smaug
2013-04-25 00:28:39 -04:00
Joe Drew
615a963620
Bug 832400 - Add an imgIContainer flag HIGH_QUALITY_SCALING that controls whether to use the high quality scaler, and only use it when we're drawing to a window. r=tn
2013-04-25 18:08:58 -04:00
Norbert Lindenberg
c278f40b1e
Bug 845190 - Made test_logging.js correctly ignore messages it wants to ignore. r=dteller
2013-04-25 14:57:13 -07:00
Jeff Walden
eb5717e473
s/JS_TRUE/true/g; s/JS_FALSE/false/g. Following up on a request in bug 858677, r=lumpy
...
--HG--
extra : rebase_source : 992fe9e7f92924d03abeb5f8839bfd0bca8650f1
2013-04-24 22:29:46 -07:00
Hubert Figuière
e9c3d1c771
Bug 855040 - Add a bit of logging in the crash report to help diagnostics and silence exception of crash report is disabled. r=fabrice
2013-04-22 16:09:15 -04:00
Frank Yan
dceb3a72db
Bug 649216 - Remove unnecessary delay when clicking tab close buttons sequentially. r=jaws ui-r=limi
2013-04-25 14:42:18 -07:00
Andrew McCreight
dcaa7d2183
Bug 865544 - Add support for nsIDOMGlobalPropertyInitializer to JS-implemented WebIDL. r=bz
2013-04-25 14:31:42 -07:00
Brian Hackett
e6b60ac6f5
Bug 865626 - Disallow generating extra barrier instructions when compiling Array.push, r=dvander.
2013-04-25 15:22:04 -06:00
Chris Lord
e599bc8a48
Bug 853867 - Allow --enable-gtest on Android and fix build issues. NPOTB r=bas,bgirard
...
--HG--
extra : rebase_source : 2e870fd157ea7e9a4de4cf8f4d465784eab0ff8e
2013-04-25 15:39:33 -04:00
Brian Hackett
b30b9eb3fe
Bug 865635 - Use MMonitorTypes instead of MTypeBarrier for type write barriers, r=dvander.
2013-04-25 14:44:44 -06:00
Camilo Viecco
fe68a570a8
Bug 864633 - broken site identity info bar part2 (tests from 813418). r=bsmith
...
--HG--
extra : rebase_source : b9acce3f6db1b1560b5e9928e8b3794ead151bc1
2013-04-25 13:40:26 -07:00
Camilo Viecco
3241bef579
Bug 864633 - broken site identity info bar. r=bsmith
...
--HG--
extra : rebase_source : 36c4613ed39ab93c33008964ed62bccdcacc9c9c
2013-04-25 13:39:43 -07:00
Joe Drew
75e5030adc
Bug 863975 - Crashtest. r=seth
...
--HG--
extra : rebase_source : 2816b2f65b49091914c643357275c169911a4b2f
2013-04-25 16:35:38 -04:00
Joe Drew
a0b4c1afc0
Bug 863975 - Handle the situation that we're left mid-frame when decoding a multi-frame image. r=seth
...
--HG--
extra : rebase_source : e485eb48a615f3e35e4e5592d0f37604402142f8
2013-04-25 16:35:23 -04:00
Joe Drew
ae4fe518b8
Bug 863958 - Crashtest. r=seth
...
--HG--
extra : rebase_source : 5f1fa4cd01aba2b1a9b07a8120711b58d36f5ddf
2013-04-25 16:35:03 -04:00
Joe Drew
85ab17e359
Bug 863958 - Don't call SetSize from the ICO decoder if we already have the size. r=seth
...
--HG--
extra : rebase_source : 924fbe8460992b919d3d7072d162f23eaef30e2f
2013-04-25 16:34:30 -04:00
Wes Johnston
bfbb447c4e
Bug 851581 - Whitespace cleanup. r=mfinkle DONTBUILD
2013-04-25 13:35:05 -07:00
Rob Wood
eac6ee0371
Bug 849714 - Fix intermittent failure in outgoing_answer_hangup_oncallschanged; r=jgriffin
2013-04-24 12:38:19 -04:00
Wes Johnston
f671a4bf5f
Bug 851581 - Clean up external protocol prompt. r=mfinkle
2013-04-25 13:31:50 -07:00
James Willcox
caed8640ef
Bug 862448 - Fix the fast fencing path for GL when drawing buffer is preserved r=jgilbert
2013-04-25 16:27:43 -04:00