Commit Graph

118886 Commits

Author SHA1 Message Date
Sriram Ramasubramanian
4dca17232e Bug 831402: Dividers in tabs UI should be with action-bar. [r=mfinkle]
--HG--
extra : rebase_source : 3e9283838ef85ee713a2e7a7495d493d176f7647
2013-01-16 14:04:53 -08:00
Sriram Ramasubramanian
7b385bc02a Bug 831402: Ability to show custom menu's PopupWindow above anchor. [r=mfinkle]
--HG--
rename : mobile/android/base/resources/drawable-hdpi/menu_popup_arrow.png => mobile/android/base/resources/drawable-hdpi/menu_popup_arrow_top.png
rename : mobile/android/base/resources/drawable-xhdpi/menu_popup_arrow.png => mobile/android/base/resources/drawable-xhdpi/menu_popup_arrow_top.png
rename : mobile/android/base/resources/drawable/menu_popup_arrow.png => mobile/android/base/resources/drawable/menu_popup_arrow_top.png
extra : rebase_source : 245a5e929b8318b334ca2461020a202442c74e39
2013-01-16 11:29:20 -08:00
Sriram Ramasubramanian
4377c50172 Bug 831402: Tablets will have a split action-bar. [r=mfinkle]
--HG--
rename : mobile/android/base/resources/layout-xlarge-v11/tabs_panel_toolbar_menu.xml => mobile/android/base/resources/layout-xlarge-v11/tabs_panel_header.xml
rename : mobile/android/base/resources/layout/tabs_panel_toolbar_menu.xml => mobile/android/base/resources/layout/tabs_panel_header.xml
extra : rebase_source : c8611c910c442439ce46807362a29a3086b6460a
2013-01-16 11:26:48 -08:00
Sriram Ramasubramanian
fea0be1fb9 Bug 831402: Use android spinners for tablets. [r=mfinkle]
--HG--
extra : rebase_source : dff6de264cd969f4c075c0636257c3434ecfcdd5
2013-01-16 11:11:03 -08:00
Kartikaya Gupta
4cde9f8e4e Bug 831783 - Clean up some event constants. r=snorp 2013-01-17 14:16:14 -05:00
Marco Bonardo
6ec8bee5b3 Backout ec5df8e5a755 (bug 831123) for breaking M8 on Android 2013-01-17 20:03:15 +01:00
Ehsan Akhgari
2cb5108afa Bug 823989 - Prevent the testpilot extension from screwing with focus to prevent having to close trees, etc. 2013-01-17 14:00:14 -05:00
Marco Bonardo
8ce91dd481 Backout e7e4224b8c8d (bug 829421) for bustage on a CLOSED TREE 2013-01-17 19:54:10 +01:00
Doug Turner
6a9239a5ee Bug 830027 - Allow all device APIs that uses the content permission prompt from the system principal. r=fabrice/gwagner a=tef+ 2013-01-17 10:26:40 -08:00
Tim Lunn
cf712d145f Bug 829421 - Free ArgumentsData if JSObject allocation fails. r=nbp 2013-01-17 10:22:20 -08:00
Mark Finkle
7b1e73ef4d Bug 831123 - Disable CSS error reporting by default to improve pageload performance r=blassey 2013-01-17 13:12:16 -05:00
Ethan Hugg
b7496984c6 Bug 825565 CreateOffer/Answer should be callable more than once r=jesup 2013-01-16 07:53:56 -08:00
Boris Zbarsky
2837c731e6 Bug 823228 part 2. Move indexed property access on windows from nsWindowSH::GetProperty to the outer window proxy. r=bholley 2013-01-17 12:30:37 -05:00
Boris Zbarsky
143bbcf6c2 Bug 823228 part 1. Make browser-test.js ignore indexed properties on the window when determining whether a test leaked properties onto the global. r=dao 2013-01-17 12:30:36 -05:00
Boris Zbarsky
34f67001a8 Bug 831198. Make _arrowScrollAnim.stop() and _scrollAnim.stop() actually cancel the pending requestAnimationFrame callback. r=dao 2013-01-17 12:30:36 -05:00
Jeff Muizelaar
9edf8a15f3 Bug 830256. Ensure that scrollable rect is as big as the drawable area. r=cjones,ajones
If the scrollable rect is not as at least as big as the drawable area we end up
clamping the displayport to a smaller size than we should be.
2013-01-16 16:53:10 -05:00
Jeff Muizelaar
8f4211aa98 Bug 831438. Add pref for forcing 16bit on B2G. r=cjones
B2G currently tries to detect the depth of the screen and uses
that as the offscreen format. This lets us override that
for testing the 16bit path on 24bit devices.
2013-01-17 11:52:41 -05:00
Rafael Ávila de Espíndola
59be78e293 Bug 831303 - Fix the the stop where we start counting the shutdown time.r=ehsan.
--HG--
extra : rebase_source : 8d00557db0872b6c192c85b7ce364e8f9838ba9b
2013-01-17 11:40:14 -05:00
Terrence Cole
eb4cfdf07d Bug 829830 - Exactly root the fields in StackIter; r=nbp 2013-01-14 18:02:24 -08:00
Terrence Cole
861915c0a6 Bug 799248 - Remove the SkipRoot in NewShortString; r=billm
--HG--
extra : rebase_source : f73996e2246b2b75df01189ae057dc0332ba41c9
2013-01-15 13:51:56 -08:00
Charles Chan
d4616f491f Bug 710989 - Fix possible memset underflow in Time::Explode(). r=cjones 2012-03-23 21:24:07 -07:00
Mike Habicher
339f10fddc Bug 830995 - move Alloc/DeallocSurfaceDescriptorGralloc() calls out of the GonkNativeWindow mMutex lock, r=kanru 2013-01-17 10:53:03 -05:00
Rafael Ávila de Espíndola
7155e6ee33 Bug 831748 - refactor duplicated code. r=froydnj. 2013-01-17 10:25:44 -05:00
Rafael Ávila de Espíndola
1bbe140a79 Bug 831100 - use std::string. Extra reviews. r=ehsan,vladan. 2013-01-17 09:48:37 -05:00
Chia-hung Tai
8cb7a1dbc0 Bug 792328 - Process MM text attachment to String. r=vyang 2013-01-17 17:35:14 +08:00
Milan Sreckovic
246bd7a470 Bug 803568: Check for Cairo surface creation failure. r=bas 2013-01-17 14:38:38 +01:00
Ted Mielczarek
32aee48225 bug 825511 - use outputTimeout for runcppunittests.py. r=ahal
--HG--
extra : rebase_source : 420bd55289ec63b92bec57f0d73d47aecda580be
2013-01-03 18:50:22 -05:00
Nathan Froyd
88ad946f05 Bug 831441 - delete unused variable in nsDOMStyleSheetSetList::GetSets; r=Ms2ger 2013-01-16 15:09:02 -05:00
Mats Palmgren
8b74a55925 Bug 821479. r=roc 2013-01-17 13:48:44 +01:00
Mats Palmgren
44ccb89938 Bug 821479. r=roc 2013-01-17 13:48:44 +01:00
Jon Coppeard
a9926ea468 Bug 831291 - GC: jsapi test Debugger fails under rooting analysis r=billm
--HG--
extra : rebase_source : 5ee77ba14d8e9e68db2c16ba8767021f9ee959b5
2013-01-16 18:42:04 +00:00
Jon Coppeard
27e3f8ac0c Bug 831216 - GC: jsapi test GCFinalizeCallback fails under rooting analysis r=billm
--HG--
extra : rebase_source : a7d08a2cbf6d7046b694c06ad4ac54bb9dd93d7c
2013-01-16 18:42:04 +00:00
Jon Coppeard
054c4c0190 Bug 831370 - Rename IsAddressableGCThing to GetAddressableGCThing, now that it returns void* r=terrence
--HG--
extra : rebase_source : 9db61816fedf1e32d80814cbb231ec80f9904db5
2013-01-16 18:40:27 +00:00
Randell Jesup
f7d02255f0 Bug 805251 - Clean up DataChannel close logic r=mcmanus 2013-01-17 05:26:40 -05:00
Vicamo Yang
fad212cef3 Bug 759529: add test case for SMS loopback, r=hsinyi 2013-01-17 16:18:59 +08:00
Vicamo Yang
856ab8a4bf Bug 828633: re-enable test_strict_7bit_encoding.js. r=jgriffin 2013-01-17 16:15:38 +08:00
Vicamo Yang
3701fd93fc Bug 813978 - Part 5/5: test cases for mixed filter targets. r=philikon 2013-01-17 16:06:21 +08:00
Vicamo Yang
5e1144c4e4 Bug 813978 - Part 4/5: rewrite filtering by multiple phone numbers. r=ferjm 2013-01-17 16:05:20 +08:00
Vicamo Yang
12d8c51d4d Bug 813978 - Part 3/5: rewrite filtering by mix of any two conditions. r=ferjm 2013-01-17 16:05:16 +08:00
Vicamo Yang
0c43686d30 Bug 813978 - Part 2/5: rewrite filtering by only one condition. r=philikon 2013-01-17 16:05:13 +08:00
Vicamo Yang
81adab171a Bug 813978 - Part 1/5: use multi-key indexes. r=sicking, ferjm 2013-01-17 16:05:10 +08:00
Randell Jesup
da209aea3d Bug 831427: Gate RemoveListener(stream) to avoid calling if Destroy() pending r=roc 2013-01-17 02:38:21 -05:00
Benoit Girard
c0f258c2d0 Bug 830809 - Remove 'shutdown start' label with eConsiderQuit. r=ehsan
--HG--
rename : content/svg/content/nsISVGPoint.cpp => content/svg/content/src/DOMSVGPoint.cpp
extra : rebase_source : 9150564527326347a8007be7e766b92ef7823c6a
2013-01-16 11:01:14 -05:00
Ehsan Akhgari
e0a9bee65f Remove the unneeded explicit keyword from SharedLibrary's private constructor, no bug 2013-01-16 23:26:46 -05:00
Irving Reid
5db7b2658a Bug 831459: use RawScript in JMChunkInfo::Convert() to prevent UnrootedScript construction in signal handler r=billm 2013-01-16 23:10:46 -05:00
Jeff Walden
7e61fab8fa Fix some used-but-not-defined warnings, and some format-string warnings about needing to cast T* to void* for the %p specifier. No bug, r=themaid 2013-01-16 19:47:34 -08:00
Chris Jones
7ff10228b2 Bug 831307: Log breakpoint-level IPC errors always. r=dougt,jdm,jst a=blocking-b2g 2013-01-16 19:47:21 -08:00
Rik Cabanier
be4a743c58 Bug 827053 - Add support for winding in fill + clip + isPointInPath + tests the feature. r=bas 2013-01-16 21:55:43 -05:00
Bobby Holley
981f7eda15 Bug 824864 - Fix Ms2ger nits. r=me 2013-01-16 18:50:27 -08:00
Bobby Holley
cecccc3751 Bug 824864 - Pass EvaluateString out-param as a pointer, not a reference. r=bz 2013-01-16 18:50:27 -08:00