Jignesh Kakadiya
0a6c8e8041
Bug 751493 - Move out combobox list logic from nsHTMLSelectListAccessible::NativeRole r=surkov
2012-05-16 11:38:49 +09:00
Bas Schouten
17982eb2b6
Bug 755591: Properly initialize mPermitSubpixelAA. r=jrmuizel
2012-05-16 03:34:18 +02:00
Ryan VanderMeulen
28caa3b877
Backout df38ed62a24a (bug 754364) due to Windows red. a=CLOSED TREE
2012-05-15 20:29:13 -04:00
Masayuki Nakano
e402e4477b
Bug 753256 Use [NSEvent modifierFlags] or convert the result of GetCurrentKeyModifiers() to cocoa flags at getting current modifier state r=smichaud
2012-05-16 09:28:48 +09:00
Benoit Girard
cfa59c2e98
Backout ab1cd425d884 for talos failures
...
--HG--
extra : rebase_source : 0d2930f14507123535a72aa75f73f78d03bcb765
2012-05-15 19:21:10 -04:00
Ryan VanderMeulen
ec16c493b6
Merge m-c to inbound
2012-05-15 19:24:50 -04:00
Geoff Brown
7d170aa945
Bug 755324 - Avoid JNI leak in AndroidGLController::ProvideEGLSurface. r=kats
2012-05-15 18:30:15 -04:00
aceman
153c4530c7
Bug 754573 - Remove Services.prefs.getBranch(null) occurrence in browser.xml. r=gavin
2012-05-15 18:30:15 -04:00
Till Schneidereit
be76842a0a
Bug 754299 - Update gcMaxMallocBytes of existing compartments in JSRuntime::setGCMaxMallocBytes. r=billm
2012-05-15 18:30:15 -04:00
Frédéric Wang
c4aee25f52
Crashtest for bug 398038. r=karlt
2012-05-15 18:30:15 -04:00
Frédéric Wang
f2d30807ae
Bug 677036 - Unify parsing of length and mpadded attributes. r=karlt
2012-05-15 18:30:14 -04:00
Jeff Muizelaar
45a184cabb
Bug 754364. Add bilinear non-repeat and repeat fast paths. r=joe
...
This gives significantly faster bilinear sampling when we
don't have NEON.
2012-05-15 18:26:16 -04:00
Christian Holler
2104f9dff5
Bug 753135 - Add AddressSanitizer mozconfig files to the tree, r=catlee
2012-05-15 15:24:14 -07:00
Kyle Huey
56b1fbd37b
Bug 748467: Fix some dependencies for android fast packaging. r=ted
2012-05-15 15:06:52 -07:00
Mounir Lamouri
077a1ab905
Follow from bug 754140: apply some review comments. r=jlebar
2012-05-15 23:27:08 +02:00
Patrick McManus
d3f7655e92
Bug 755467 SpdySession::RestrictConnections() should use conn->EverUsedSpdy() r=honzab
2012-05-15 16:31:29 -04:00
Mike Hommey
ae655ec44e
Bug 755277 - Avoid duplicate rules after bug 748001. r=ted
2012-05-15 19:01:01 +02:00
Mike Hommey
3a7b54c908
Bug 755206 - Use ANDROID_SERIAL for make install when defined. r=mfinkle
2012-05-15 19:01:01 +02:00
Mike Hommey
7377be7456
Bug 741348 - Work around crashreporter client build failure with gcc 4.7. r=ted
2012-05-15 19:01:01 +02:00
Gregory Szorc
6fd01e4b30
Merge services-central into mozilla-central
2012-05-15 09:39:11 -07:00
Dão Gottwald
c821c79a9f
merge backout
2012-05-15 18:06:30 +02:00
Dão Gottwald
e332b73b94
Backed out changeset a39b32ce55d1
2012-05-15 18:06:14 +02:00
Serge Gautherie
9fa7b9f5ee
Bug 632408. (Bv1) Improve newer test code some more. r=roc.
2012-05-15 15:33:55 +02:00
Nicholas Nethercote
25daad3e0e
Bug 753249 (part 6) - Remove TCF_GENEXP_LAMBDA from TreeContextFlags. r=luke.
...
--HG--
extra : rebase_source : 30b9e049999e66dae1409022adc8973efd7d2254
2012-05-14 21:38:42 -07:00
Nicholas Nethercote
e9272e872c
Bug 753249 (part 5) - Simplify use of TCF_GENEXP_LAMBDA in FoldConstants. r=luke.
...
--HG--
extra : rebase_source : 8cdce721b1bdfdea8fca8f98de8a0c8fc30e0b9d
2012-05-14 21:38:41 -07:00
Nicholas Nethercote
2a5533e3e5
Bug 753249 (part 4) - Remove TCF_HAS_SINGLETONS from TreeContextFlags. r=luke.
...
--HG--
extra : rebase_source : 873e79b43fc901057cf1ad79636077f5923a83c0
2012-05-14 21:38:39 -07:00
Nicholas Nethercote
a8b96221a0
Bug 753249 (part 3) - Remove TCF_IN_WITH from TreeContextFlags. r=luke.
...
--HG--
extra : rebase_source : c88cc07d9a3868ec756daa1da0a0cbe875d3c144
2012-05-14 21:38:37 -07:00
Nicholas Nethercote
ca73f72a05
Bug 753249 (part 2) - Remove TCF_IN_FOR_INIT from TreeContextFlags. r=luke.
...
--HG--
extra : rebase_source : f70060e47de0130c558c798a572d83c9184f82c5
2012-05-14 21:38:36 -07:00
Nicholas Nethercote
fc08f81685
Bug 753249 (part 1) - Remove TCF_IN_FUNCTION from TreeContextFlags. r=luke.
...
--HG--
extra : rebase_source : 00d0bc1cdead33084b56d629868009f8280c7988
2012-05-14 21:38:35 -07:00
Robert O'Callahan
2bbcb226e2
Bug 754556. Ensure that setting scroll positions in CSS pixels doesn't unexpectedly move the scroll position, especially not in the wrong direction. r=matspal
...
If the current scroll position is fractional, e.g. y=N.4 CSS pixels, and something tries to read the
position in CSS pixels and scroll to that position (e.g. calling window.scrollTo(0, rootElem.scrollTop),
or equivalently window.scrollBy(0, 0)), it can actually end up scrolling backwards. So create a new
method nsIScrollableFrame::ScrollToCSSPixels which ensures that scrolling to a CSS pixel offset tries to
preserve the current fractional scroll position if that's possible, and if that's not possible at least does
not allow the scroll position to move in the wrong direction.
2012-05-15 17:58:09 +12:00
Robert O'Callahan
41e12c9ddd
Bug 750769. Add more logging. r=cpearce
2012-05-15 17:57:29 +12:00
Robert O'Callahan
73b8d69382
Bug 750769. Clarify that mNextState can only be PLAY_STATE_PAUSED or PLAY_STATE_PLAYING. r=cpearce
2012-05-15 17:57:23 +12:00
Robert O'Callahan
3e35dded86
Bug 750769. Clarify thread-safety guarantees around mPlayState and mNextState. r=cpearce
2012-05-15 17:57:17 +12:00
Mike Hommey
d53bf6160e
Bug 751814 - Various Skia fixes for ARM without EDSP and ARMv6+. r=derf
2012-05-15 07:46:02 +02:00
Mike Hommey
693d8aa482
Bug 754557 - Fix building with --enable-methodjit-spew without --enable-debug. r=dmandelin
2012-05-15 07:44:58 +02:00
Mike Hommey
c20538e54d
Bug 748001 - Use explicit targets for object files. r=ted
2012-05-15 07:44:32 +02:00
Jared Wein
2f53734644
Bug 751444 - The About dialog should have visual indications of keyboard navigation. r=felipe
2012-05-12 15:50:06 -07:00
Benoit Jacob
bfeaeaba01
Bug 754056 - call ReadUnlock() before replacing tiles - r=bgirard
2012-05-12 16:56:55 -04:00
Mark Capella
efda725334
Bug 748719 - put ApplicationAccessible class into mozilla::a11y namespace, r=surkov, f=hub
2012-05-12 16:09:07 -04:00
Bas Schouten
2b663f11cf
Bug 753835: Clip to mask image rather than relying on EXTEND_NONE. r=roc
2012-05-12 19:01:20 +02:00
Raymond Lee
e9c89f61e2
Bug 721283 - TPS driver should unload observers on exit r=gps
2012-05-12 02:40:09 +08:00
Gregory Szorc
383b14f503
Merge m-c into s-c
2012-05-11 11:31:42 -07:00
Kyle Huey
74a295727d
Bug 726376: Prevent infinite recursion in indexedDB::cmp. r=sicking
2012-05-11 10:47:27 -07:00
Landry Breuil
683f9c1ac7
bug 749678 - inconditionally export thread_helper.h, gfx/gl requires it - r=bjacob
...
This is a VERY TEMPORARY fix until bug 753119 lands. The only reason why it's acceptable
is that bug 753119 will take it out very soon. Non-profiler code should not use profiler headers.
2012-05-11 07:55:39 -04:00
Honza Bambas
cecbeabaf1
Bug 729951 - WebAPI does not refresh as offline when device switches from online to offline, r=mark.finkle
2012-05-11 12:57:07 +02:00
Dão Gottwald
612cfe389e
Bug 658738 - reduce MAX_LEAK_COUNT to match the status quo
2012-05-11 12:18:50 +02:00
Olli Pettay
84d5ebb475
Bug 754089 - remote mozbrowser's messagemanager shouldn't have parent, r=jlebar
2012-05-11 10:47:40 +03:00
Joe Drew
f71f46752d
Merge last PGO-clean cset from inbound to central.
2012-05-10 21:25:37 -04:00
Mounir Lamouri
38e33bedc8
Bug 740192 - Screen orientation needs a specific security model for installed web apps. r=jlebar
2012-05-10 17:49:34 -07:00
Mounir Lamouri
18041509b8
Bug 753978 - Be able to know if a window is part of an application. r=jlebar
2012-05-10 17:56:21 -07:00