Ehsan Akhgari
3d1daaa43b
Merge the last green PGO changeset from mozilla-inbound to mozilla-central
2012-07-06 10:45:06 -04:00
Tim Taubert
0e2cc6cecf
merge m-c to fx-team
2012-07-06 12:59:15 +02:00
Makoto Kato
9c49d12750
Bug 769533 - Part 2. get rid of AppendWithConversion. r=jlebar
2012-07-06 18:44:20 +09:00
Makoto Kato
5567f1a177
Bug 769533 - Part 1. Replace AppendWithConversion with others. r=jlebar
2012-07-06 18:43:28 +09:00
Ryan VanderMeulen
d0be60fa9c
Merge the last PGO-green inbound changeset to m-c.
2012-07-05 20:26:55 -04:00
Ryan VanderMeulen
20c45dac98
Merge the last PGO-green inbound changeset to m-c.
2012-07-05 20:15:12 -04:00
Myk Melez
492fce4c5a
remove observer added by test to resolve test bustage caused by fix for bug 765063 (fa750527a43b)
2012-07-05 14:54:11 -07:00
Jeff Muizelaar
cc8b97c5a6
Bug 771317. Fix comment about FASTCALL and inline functions. r=espindola
...
Calling convention does not make a difference on functions that are inlined,
but that feels obvious because no call is being made. Inline functions are not
necessarily inlined so this comment is somewhat misleading.
--HG--
extra : rebase_source : f634f18d1a6669147f53162a7bc0ab08b145cc43
2012-07-05 17:38:30 -04:00
Gregor Wagner
9d1c982589
Bug 758357 - Remove indexedDB permission for B2G. r=fabrice
2012-07-05 14:12:02 -07:00
Ben Turner
798ac10ab8
Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking
2012-07-05 14:11:48 -07:00
Gavin Sharp
a627041e8e
Bug 771247: lazify SocialService initialization, add getProviderList, r=adw
...
--HG--
rename : toolkit/components/social/test/xpcshell/test_getProvider.js => toolkit/components/social/test/xpcshell/test_getProviderList.js
extra : transplant_source : %8Ej%FET%034%86M%C9L%25j%12%0AfWt%A1%E9O
2012-07-05 14:01:38 -07:00
Joe Walker
77aaa8b522
Bug 767729 - [GCLI] pressing Tab on an empty Developer Toolbar inserts "break"; r=dcamp
2012-07-05 21:47:45 +01:00
Joe Walker
106f3add54
Bug 731972 - GCLI selection field should be clear when more options exist, and allow you to get them; r=dcamp
2012-07-05 21:47:45 +01:00
Joe Walker
f31175531c
Bug 720972 - GCLI optional parameters should have a popup menu; r=dcamp
2012-07-05 21:47:45 +01:00
Joe Walker
3db030b3a3
Bug 770929 - GCLI should execute its tests asynchronously; r=dcamp
2012-07-05 21:47:45 +01:00
Joe Walker
4a28c528ab
Bug 769672 - GCLI shouldn't grab focus on startup; r=dcamp
2012-07-05 21:47:45 +01:00
Ehsan Akhgari
613f1628e2
Merge the last green PGO changeset from mozilla-inbound to mozilla-central
2012-07-05 11:11:34 -04:00
Paul Rouget
f3ca286779
Bug 764746 - [devtb] style the error counter. r=dao
2012-07-05 17:02:28 +02:00
Aryeh Gregor
0b6b626d97
Bug 767169 part 3 - Use script runner for nsHTMLEditor::ResetRootElementAndEventTarget; r=ehsan,bz
2012-07-05 10:45:08 +03:00
Randell Jesup
75efbb9ea0
Bug 771588: don't PGO asm_enc_offsets.c in libvpx - fix for MSVC2010 r=bsmedberg
2012-07-08 08:39:03 -04:00
Randell Jesup
b91cca4ef6
Bug 771248: Flip webrtc build pref to on r=roc
2012-07-08 08:35:05 -04:00
Cameron McCormack
c437bc6e92
Bug 769115 - Calculate marker orientation correctly for arc endpoints. r=jwatt
2012-07-08 21:36:07 +10:00
Jonathan Watt
7328eb27bf
Bug 771795 - Stop over-invalidating SVG. r=heycam.
2012-07-08 08:29:57 +02:00
L. David Baron
22e6bbc578
Add flush before we find our pres context, to fix media queries tests on ringmark. (Bug 753777) r=bzbarsky
2012-07-07 21:41:27 -07:00
L. David Baron
1692448626
Implement dppx units [css3-images] for resolution media query. (Bug 741644) r=bzbarsky
2012-07-07 21:41:27 -07:00
L. David Baron
b91a4250d7
Change our interpretation of resolution units in CSS to match updates to the spec: i.e., device pixels per CSS inch (instead of device pixels per physical inch). (Bug 771390) r=bzbarsky
...
Given that this makes GetResolution work like GetDevicePixelRatio, I
believe this should also fix bug 662061 (on resolution's behavior when
zooming)?
2012-07-07 21:41:27 -07:00
Mihai Sucan
2226658762
Bug 770993 - ConsoleAPI.js consumes excessive amounts of memory; r=dbaron,rcampbell
2012-07-07 13:21:04 +03:00
Luke Wagner
a7b1dd068c
Remove unnecessary decls (mostly to trigger a clobbering rebuild) (no bug, r=me)
2012-07-07 21:26:14 -07:00
Alex Crichton
13a898fcad
Bug 770663 - Add a JS shell function to turn on a static profiling stack (r=luke)
...
--HG--
extra : rebase_source : 7e7ad51d73d5a517ef6bb9d62255e673944b4330
2012-07-05 10:43:50 -07:00
Bill McCloskey
b6e81abbe8
Bug 771026 - Replace JSProperty with Shape (r=bhackett)
2012-07-04 19:34:06 -07:00
Myk Melez
618d1fd23a
bug 765063 - save installURL for later use; r=fabrice
...
--HG--
extra : rebase_source : 7360e295a4549d29d2667a0c8e38708959df7f40
2012-07-05 11:12:55 -07:00
Matt Brubeck
c54af9a8f3
Bug 729429 - Follow-up to fix some misplaced whitespace (DONTBUILD)
2012-07-05 11:11:45 -07:00
Benoit Girard
44eb180a00
Bug 770988 - Seperate DumpAsDataURL into MOZ_DUMP_IMAGES. r=ajuma
2012-07-05 14:07:37 -04:00
Sankha Narayan Guria
655afa5cc1
Bug 656011 - Password Manager now allows to copy username; r=MattN
...
--HG--
extra : rebase_source : 570214fbb1e966d73bd715988dafee9b7cf628a1
2012-07-04 13:14:00 -07:00
Aryeh Gregor
a4abe9ed88
Backed out changeset f49e52ee86f3, insufficient review
2012-07-05 11:51:18 +03:00
Aryeh Gregor
e97005691e
Bug 767169 part 3 - Use script runner for nsHTMLEditor::ResetRootElementAndEventTarget; r=ehsan
2012-07-05 10:45:08 +03:00
van51
d5e349cc6c
Bug 729429 - The system search key should not dismiss the awesomescreen [r=mbrubeck]
2012-07-04 03:26:36 +03:00
Phil Ringnalda
eef64f0e00
Back out f79077bad960 and 94dd16a365d9 (bug 765150) for bustage
2012-07-05 09:07:18 -07:00
Marco Castelluccio
227d86faac
Bug 767864 - armv6 builds of Native Fennec need to use unique %BUILD_TARGET% in update queries r=mfinkle,rstrong
2012-07-05 11:49:12 -04:00
Vladimir Vukicevic
3185d5d982
b=765150, HTML5 video playback shows purple screen on Motorola/Tegra 2 devices -- now with correctly generated shaders include; r=jrmuizel
2012-07-05 11:27:26 -04:00
Jonathan Watt
ae1ae58136
Bug 769612 - Move the SVGAutoRenderState::SetPaintingToWindow() call to nsDisplayOuterSVG::Paint and kill nsSVGOuterSVGFrame::Paint. r=dholbert.
2012-07-05 17:18:03 +02:00
Jonathan Watt
379c18f4f5
Bug 769514 - Kill the Mac bitmap fallback code in nsSVGOuterSVGFrame. r=roc.
2012-07-05 17:18:03 +02:00
Nicolas Chaim Echeverria
e5c4fa82d7
Bug 767077 - Fix hang when converting Telemetry pings to Unicode. r=froydnj
2012-07-05 11:15:40 -04:00
Ehsan Akhgari
41da184d14
Merge mozilla-central into mozilla-inbound
2012-07-05 11:13:45 -04:00
Geoff Brown
7cc9958f85
Bug 769919 - Clear VKB in Robocop testBookmark and testBookmarksTab to ensure correct list child count; r=jmaher
2012-07-05 07:55:30 -07:00
Gregory Szorc
80b5ac1bfa
Merge mozilla-central into services-central
2012-07-03 09:55:45 -07:00
Brian R. Bondy
45f24fb0bf
Bug 751729 - File dialogs don't open with Visual Themes disabled in Windows 7 fix. r=jimm
2012-07-03 10:38:09 -04:00
Benoit Jacob
b8d40b05f7
Bug 754572 - add option to use fatal assertions in NS_CheckThreadSafe, use it in nsBaseScreen and nsScreenManagerAndroid - r=bsmedberg
2012-07-05 10:32:10 -04:00
Benoit Jacob
9288ac49a4
Bug 754572 - let NS_CheckThreadSafe(x,y) be empty in XPCOM_GLUE case, as opposed to letting it evaluate to (x,y) - r=bz
2012-07-05 10:14:09 -04:00
Benoit Jacob
0c46c9658e
Bug 769810 - Mac ATI OpenGL driver still needs math function emulation on 10.8 - r=jgilbert
2012-07-05 10:13:57 -04:00